├── LICENSE ├── README.md └── src ├── configs ├── slat_flow_img_dit_L_64l8p2_fp16.json └── ss_flow_img_dit_L_16l8_fp16.json └── trellis └── trainers └── flow_matching ├── flow_matching_mdt.py └── sparse_flow_mdt.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zanue/MDT-dist/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zanue/MDT-dist/HEAD/README.md -------------------------------------------------------------------------------- /src/configs/slat_flow_img_dit_L_64l8p2_fp16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zanue/MDT-dist/HEAD/src/configs/slat_flow_img_dit_L_64l8p2_fp16.json -------------------------------------------------------------------------------- /src/configs/ss_flow_img_dit_L_16l8_fp16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zanue/MDT-dist/HEAD/src/configs/ss_flow_img_dit_L_16l8_fp16.json -------------------------------------------------------------------------------- /src/trellis/trainers/flow_matching/flow_matching_mdt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zanue/MDT-dist/HEAD/src/trellis/trainers/flow_matching/flow_matching_mdt.py -------------------------------------------------------------------------------- /src/trellis/trainers/flow_matching/sparse_flow_mdt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zanue/MDT-dist/HEAD/src/trellis/trainers/flow_matching/sparse_flow_mdt.py --------------------------------------------------------------------------------