Views
No views yet
dit-unified-flux-vae-256: Diffusion paradigm model for 256x256 resolution using the unified FLUX VAE (checkpoint-440700).dit-unified-flux-vae-256-rfm: Rectified Flow Matching (RFM) paradigm model for 256x256 resolution (checkpoint-283517).dit-unified-flux-vae-512-rfm: Rectified Flow Matching (RFM) paradigm model for 512x512 resolution (checkpoint-44070).VAE: Standalone VAE weights utilizing the compressed 16-channel FLUX latent space.stable-diffusion-2-1-base: Base SD 2.1 component structures required for the pipeline (Tokenizers, Text Encoders, Schedulers).1python sample_flow.py \
2 --config_path "configs/flow/config_256_unified_rfm.yml" \
3 --weights_path "path/to/downloaded/dit-unified-flux-vae-256-rfm/checkpoint-283517/dit_model_weights_ema.safetensors" \
4 --modality "mask" \
5 --conditioning_path "path/to/mask.png" \
6 --prompt "A stunning young woman with long, wavy blonde hair..." \
7 --output_dir "Generated_Samples" \
8 --num_samples 4 \
9 --guidance_scale 7.51@inproceedings{krishnamurthy2026mmface,
2 title={MMFace-DiT: A Dual-Stream Diffusion Transformer for High-Fidelity Multimodal Face Generation},
3 author={Krishnamurthy, Bharath and Rattani, Ajita},
4 booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
5 pages={4580--4589},
6 year={2026}
7}
8
9@article{krishnamurthy2026mmface_arxiv,
10 title={MMFace-DiT: A Dual-Stream Diffusion Transformer for High-Fidelity Multimodal Face Generation},
11 author={Krishnamurthy, Bharath and Rattani, Ajita},
12 journal={arXiv preprint arXiv:2603.29029},
13 year={2026}
14}