Nick McCormick
Nick McCormick
For anyone else who runs into this error, i found that the actual fix was to download the models using the script in `models/` here: https://github.com/Stability-AI/StableCascade/tree/master/models After doing this, the...
for controlnet, it doesn't seem to work unless you download both of the big bfloat16 models. i hope that helps
when trying to run deepspeed in the bare bones runpod pytorch instances, i finally got flash attention installed by starting with the pytorch 2.4.0 image, then: - deepspeed==0.16.3 - flash-attn==2.7.3...