-
Notifications
You must be signed in to change notification settings - Fork 358
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
Support for new SD3.5 models ( large turboX and medium turbo) #624
Comments
Sd3.5 Medium turbo is working just fine for me. I believe large should work too. |
@stduhpf can you share example command to run sd3.5 medium turbo? |
Using the LoRA version:
Using the .safetensors:
(Don't use the official GGUFs with sdcpp, there are two incompatible standards for SD3.5 GGUFs, the official ones are made for ComfyUI. If you want to use quantized models, you have to quantize them from the .safetensors with sdcpp) |
Just tested large TurboX lora, it also kinda works.
I had to set the lora weight to 4, which is insane, but that's probably because I'm using a quantized base model. It could also be because we can't change the shift value... (they say it's important in the model card) |
Thanks for posting your commands @stduhpf . Apparently I'm doing something wrong or I'm missing something
And this is what I get: :-) Models I use: https://huggingface.co/gaianet/stable-diffusion-3.5-medium-GGUF/tree/main |
You forgot to add the lora :) If you want it to run at 8 steps, use these models: https://huggingface.co/tensorart/stable-diffusion-3.5-medium-turbo/tree/main (either replace the model with sd3.5m_turbo.safetensors or add lora_sd3.5m_turbo_8steps.safetensors, lora-s-8step-final.safetensors or lora_sd3.5m_4steps.safetensors as a LoRA) |
thanks for spotting the issue @stduhpf ! |
I tried yesterday running those new models with stale-diffusion.cpp ()although it was not with the latest commits) and ctx-context failed to load. So, these models require some implementation to be done?
https://www.reddit.com/r/StableDiffusion/comments/1j406g1/sd35_large_turbox_just_released/
Also, offtopic, there's two major advancements in local video generation, wan2.1 & https://github.com/Tencent/HunyuanVideo-I2V, those would be really cool addition
The text was updated successfully, but these errors were encountered: