Skip to content
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

Sd3.5 medium still not working after updating #539

Open
KintCark opened this issue Dec 31, 2024 · 3 comments
Open

Sd3.5 medium still not working after updating #539

KintCark opened this issue Dec 31, 2024 · 3 comments

Comments

@KintCark
Copy link

I have everything correct maybe I don't have enough RAM

@tap222
Copy link

tap222 commented Jan 5, 2025

are you able to resolve the issue. I am facing the same following the below command

./bin/sd -m ../models/sd3_medium_incl_clips.safetensors -H 1024 -W 1024 -p 'a lovely cat holding a sign says "Stable diffusion 3"' --cfg-scale 4.5 --sampling-method euler -v

@stduhpf
Copy link
Contributor

stduhpf commented Jan 5, 2025

are you able to resolve the issue. I am facing the same following the below command

./bin/sd -m ../models/sd3_medium_incl_clips.safetensors -H 1024 -W 1024 -p 'a lovely cat holding a sign says "Stable diffusion 3"' --cfg-scale 4.5 --sampling-method euler -v

I don't think sd3/sd3.5 can work without t5_xxl (with sdcpp) for now. I'm pretty sure sd3_medium_incl_clips.safetensors only includes clip_l and clip_g, so you still need to provide t5 for it to work.

for example: ./bin/sd -m ../models/sd3_medium_incl_clips.safetensors --t5xxl ../models/text_encoders/t5xxl_fp16.safetensors -H 1024 -W 1024 -p 'a lovely cat holding a sign says "Stable diffusion 3"' --cfg-scale 4.5 --sampling-method euler -v

@tap222
Copy link

tap222 commented Jan 5, 2025

One more thing it is coming segment fault for most of model I am using macOS M2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants