Views
No views yet

text_encoder/: CLIP text encoder (8-bit quantized)text_encoder_2/: Secondary text encoder (8-bit quantized)tokenizer/: CLIP tokenizer configuration and vocabularytokenizer_2/: Secondary tokenizer configurationtransformer/: Main diffusion model components (8-bit quantized)vae/: Variational autoencoder for image encoding/decoding (8-bit quantized)1pip install torch diffusers transformers accelerate
2uv tool install mflux # check mflux README for more details1# export path for mflux
2% mflux-generate \
3 --path "dhairyashil/FLUX.1-dev-mflux-8bit" \
4 --model dev \
5 --steps 50 \
6 --seed 2 \
7 --height 1920 \
8 --width 1024 \
9 --prompt "hot chocolate dish on decorated table"| Model Version | Memory Usage | Inference Speed | Quality |
|---|---|---|---|
| Original FP16 | ~36 GB | Base | Base |
| 8-bit Quantized | ~18 GB | Nearly identical | Nearly identical |
| 4-bit Quantized | ~9 GB | Nearly identical | Moderately reduced |