ddPn08 / automatic1111-colab

Using StableDiffusion webui on Colab
350 stars 84 forks source link

Do I need VAE? #35

Closed ahmedsiha closed 1 year ago

ahmedsiha commented 1 year ago

Hello, I got this error for the first time. Do I need VAE file now? How do I set it up with custom models? Thank you.

automatic1111-ipynb-Colaboratory

Triedge-sys commented 1 year ago

Same problem, I have a VAE on my google drive and yesterday it was working fine. NameError Traceback (most recent call last)

in 26 "--xformers": f"{xformers}", 27 "--disable-opt-split-attention": f"{disable_opt_split_attention}", ---> 28 "--vae-path /content/stable-diffusion-webui/models/VAE/" + vae_filename: f"{use_vae}", 29 } 30

NameError: name 'vae_filename' is not defined

ddPn08 commented 1 year ago

I believe it was fixed in #36

Triedge-sys commented 1 year ago

Everything works fine now, thank you.