I can't load the model in google colab

#10
by DominosXpizza - opened

It's pretty straightforward when I try to load the model with colab I get some error...
Has this ever happened to anyone? How can I fix it ?

It block specifically at :

Loading weights [8838e0d1fb] from /content/stable-diffusion-webui/models/Stable-diffusion/Counterfeit-V2.0.ckpt
^C

Use the fp16 safetensors version. You probably ran out of RAM on colab.

Yeah that was the problem I figured out after some time

you can use the full 7 gigs model if you use .safetensors

That why it work... Thanks for the clarification

Sign up or log in to comment