Views
No views yet

text_encoder/: CLIP text encoder (4-bit quantized)text_encoder_2/: Secondary text encoder (4-bit quantized)tokenizer/: CLIP tokenizer configuration and vocabularytokenizer_2/: Secondary tokenizer configurationtransformer/: Main diffusion model components (4-bit quantized)vae/: Variational autoencoder for image encoding/decoding (4-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-schnell-mflux-v0.6.2-4bit" \
4 --model schnell \
5 --steps 2 \
6 --seed 2 \
7 --height 1920 \
8 --width 1024 \
9 --prompt "hot chocolate dish"| Model Version | Memory Usage | Inference Speed | Quality |
|---|---|---|---|
| Original FP16 | ~57 GB | Base | Base |
| 4-bit Quantized | ~9 GB | Slightly slower | Slightly reduced |