stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

Flux-mini Support Request

Open wr131 opened this issue 9 months ago • 1 comments

Model Files:

Official Safetensors Format File:

TencentARC/flux-mini

Official GGUF Format Files:

gpustack/FLUX.1-mini-GGUF

Unofficial GGUF Format Files:

HyperX-Sentience/Flux-Mini-GGUF

Official Github page:

TencentARC/FluxKits

Other Useful Links:

gpustack/llama-box

wr131 avatar Mar 29 '25 08:03 wr131

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 Image

stduhpf avatar Mar 29 '25 16:03 stduhpf