-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flux do not output anything #385
Comments
@stereomatchingkiss yea the log looks correct, after a while, it should start to print
or similar. also please dont click on any of those spam links. @leejet can you give me some moderation power so i can remove those malicious links when they pop up? |
Thanks and worry not, I do not click on them. They looks suspicious for me. By the way, after a while the program end, nothing output. I change the clip to "t5xxl_fp8_e4m3fn.safetensors", but still the same. |
hm wierd. can you download preconverted ggufs and see if that makes a difference? |
I think Flux won't work with Vulkan until #378 gets merged |
Tried, same results. Will try again after #378 merged. |
You can try https://github.com/SkutteOleg/stable-diffusion.cpp/releases/tag/master-cff6645 where it's already merged |
Tried with
I think I should not use q2 directly(some models may need to convert), so I tried with flux1-schnell-q8_0.gguf, and have this output
It stop at here, not sure what is happening |
Perhaps Flux is too big to allocate on Vulkan. Try a quant that is smaller than 4 GB |
Tried with q2 and q4, it show error message like " tensor 'text_encoders.t5xxl.encoder.block.1.layer.0.SelfAttention.v.weight' not in model file", details post at here |
You have a typo in your command |
Thanks, at last it work for flux1-schnell-q2_k.gguf and flux1-schnell-q4_0.gguf, but do not work for flux1-schnell-q8_0.gguf(out of memory I guess)
|
Should be fixed by #380 |
Using win vulkan, master-f4c937c
Download the weights following flux.md
gpu : 3070Ti
Command
./sd.exe --diffusion-model ./flux/schnell/flux1-schnell-q2_k.gguf --vae ./flux/ae.safetensors --clip_l ./flux/clip_l.safetensors --t5xxl ./flux/t5xxl_fp16.safetensors -p "a lovely cat holding a sign says 'flux.cpp'" --cfg-scale 1.0 --sampling-method euler -v --steps 4
Output message
Looks like it do not start the image generation process, not sure what is happening
Following command work
./sd.exe -m sd-v1-4.ckpt --cfg-scale 5 --steps 30 --sampling-method euler -H 512 -W 512 --seed 42 -p "fantasy medieval village world inside a glass sphere , high detail, fantasy, realistic, light effect, hyper detail, volumetric lighting, cinematic, macro, depth of field, blur, red light and clouds from the back, highly detailed epic cinematic concept art cg render made in maya, blender and photoshop, octane render, excellent composition, dynamic dramatic cinematic lighting, aesthetic, very inspirational, world inside a glass sphere by james gurney by artgerm with james jean, joe fenton and tristan eaton by ross tran, fine details, 4k resolution"
The text was updated successfully, but these errors were encountered: