I tried using this, and I failed on knowing what to download and how to configure the program.
As described in the README, I used Unet Loader (GGUF) to load https://huggingface.co/city96/FLUX.1-schnell-gguf/tree/main.
However, I also need CLIP and VAE.
I tried guessing:
- VAE:
Load VAE with either
- CLIP, either:
But none of this works, and the CLIP Text Encode (Prompt) just never finishes without any indication of what is wrong.
I tried using this, and I failed on knowing what to download and how to configure the program.
As described in the README, I used
Unet Loader (GGUF)to load https://huggingface.co/city96/FLUX.1-schnell-gguf/tree/main.However, I also need CLIP and VAE.
I tried guessing:
Load VAEwith eitherCLIPLoader (GGUF)with https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf/tree/mainDualCLIPLoader (GGUF)with a combination of https://huggingface.co/black-forest-labs/FLUX.1-schnell/blob/main/text_encoder/model.safetensors and https://huggingface.co/city96/t5-v1_1-xxl-encoder-gguf/tree/mainBut none of this works, and the
CLIP Text Encode (Prompt)just never finishes without any indication of what is wrong.