Broken old models
When trying to run the q4, iq4_nl, and q4_k_m models, they are loaded and determined, but the logs say "the weights are not in this model." How can I fix this?
Strange, it's still working for me.
Are you using it with stable-diffusion.cpp or are you trying to load it in ComfyUI? SD3.5 GGUFs are not cross compatible between sdcpp and ComfyUI sadly.
Which models are sharpened for stable diffusion.cpp ?(That's what I'm using)
Well, all of the ones on this repo are supposed to be. Can you share exactly what the log says? (which weights are "missing"?)
Oh. I see what's going on. These weights only include the diffusion model and the VAE. SD3.5 also requires 3 text encoders (clip-L, clip-G and T5xxl) that need to be provided separately to sdcpp with the --clip_l
, --clip_g
and --t5xxl
arguments.
You can find them here:https://huggingface.co/stabilityai/stable-diffusion-3.5-large-turbo/tree/main/text_encoders. There are also quantized versions of T5xxl out there if it's too big to fit in your device.