-
Notifications
You must be signed in to change notification settings - Fork 429
Closed
Description
Hi, I tried using your repo to reproduce the result of the Flux-schnell q8_0
at https://github.com/leejet/stable-diffusion.cpp/blob/master/docs/flux.md.
The quantized model
I got from: https://huggingface.co/leejet/FLUX.1-schnell-gguf
vae
from https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/ae.safetensors
clip_l
from https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/clip_l.safetensors
and t5xxl
from https://huggingface.co/comfyanonymous/flux_text_encoders/blob/main/t5xxl_fp16.safetensors
The command line I ran:
./bin/sd --diffusion-model ../models/FLUX.1-schnell-gguf/flux1-schnell-q8_0.gguf --vae ../models/FLUX.1-schnell-gguf/ae.safetensors --clip_l ../models/FLUX.1-schnell-gguf/clip_l.safetensors --t5xxl ../models/FLUX.1-schnell-gguf/t5xxl_fp16.safetensors -p "a lovely cat holding a sign says 'flux.cpp'" --cfg-scale 1.0 --sampling-method euler -v --steps 4
Finally, I got the weird, low-quality image result

I'm using the latest version.
Metadata
Metadata
Assignees
Labels
No labels