Skip to content

Weird generated image result #817

@congson1293

Description

@congson1293

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

Image

I'm using the latest version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions