Sd3.5 medium still not working after updating
I have everything correct maybe I don't have enough RAM
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
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
One more thing it is coming segment fault for most of model I am using macOS M2