You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I have everything correct maybe I don't have enough RAM
The text was updated successfully, but these errors were encountered: