stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
Flux-mini Support Request
Model Files:
Official Safetensors Format File:
Official GGUF Format Files:
Unofficial GGUF Format Files:
HyperX-Sentience/Flux-Mini-GGUF
Official Github page:
Other Useful Links:
Support has already been added via https://github.com/leejet/stable-diffusion.cpp/pull/490 🙂 (at least it works on my machine)
sd.exe --diffusion-model models\flux-mini-q8_0.gguf --clip_l models\clip\clip_l-q8_0.gguf --t5xxl models\clip\t5xxl_q4_k.gguf --vae models\vae\flux\ae.f16.gguf -p "A vase with roses" --cfg-scale 1 --sampling-method euler --vae-tiling --steps 20 --guidance 3.5 --color --seed 0 -W 1024 -H 1024