stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

Sd3.5 medium still not working after updating

Open KintCark opened this issue 1 year ago • 3 comments

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

KintCark avatar Dec 31 '24 00:12 KintCark

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

tap222 avatar Jan 05 '25 13:01 tap222

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

stduhpf avatar Jan 05 '25 15:01 stduhpf

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

tap222 avatar Jan 05 '25 16:01 tap222