Closed markleaf131313 closed 2 months ago
save this as anyname.json , load in comfyui, check manager for "install missing custom nodes" , this requires gguf version of schnell (dev also works) which can be downloaded from here : (https://huggingface.co/city96/FLUX.1-schnell-gguf/tree/main) , I use 4.0 it is enough, also for t5 clip encoder I use standard clip_l and t5xxl_fp8_e4m3fn.safetensors , (gguf versions of t5 clip exists but somehow using them slows the thing further)
Edit : to be clear, I use https://huggingface.co/city96/FLUX.1-dev-gguf/blob/main/flux1-dev-Q4_0.gguf for dev (at least 20 steps) https://huggingface.co/city96/FLUX.1-schnell-gguf/blob/main/flux1-schnell-Q4_0.gguf for schnell (4 steps)
Your question
I'm using the default provided workflows from the comfyui site here. Using the regular ones I get a conversion error (as seen in the log) which outputs a blank image. If I try to use gguf loader and models instead I get the outputted image below.
I've also tried the fp8 models from the same site, it just doesn't load at all. The workflow uses checkpoints but when I use the fp8 files as checkpoints I get an error that the checkpoint file type isn't recognized.
For reference I was able to use SDXL example from comfyui site just fine, no issues. I am using a 6750 XT.
Logs
Other
No response