Where to place VAEs? #1050
-
I tried placing a name_of_model.vae.pt in the same folder as the name_of_model.ckpt: MyDrive/models But it didn't appear in the VAE settings window when i launched automatic1111, there were no additional options, just "auto". I also tried creating a VAE folder, MyDrive/models/VAE, same result. Is it automatically loaded into the model, or is there something i missed? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
if you're trying to add the stability new vae for the 1.5, it is automatically imbedded in the default 1.5 model when you download it in the model download cell. |
Beta Was this translation helpful? Give feedback.
-
I figured it out and it worked flawlessly. You have to run everything in the colab as normal, then it will create a "sd" folder in your drive, then you gotta interrupt the last cell that runs the AUTOMATIC1111 stable diffusion ( the Start Stable Diffusion cell to be precise), next step is to simply place your VAE file inside sd/stable-diffusion-webui/models/VAE and run the Start Stable Diffusion cell again, the VAE will now appear in the settings for you to select. UPDATE |
Beta Was this translation helpful? Give feedback.
I figured it out and it worked flawlessly.
You have to run everything in the colab as normal, then it will create a "sd" folder in your drive, then you gotta interrupt the last cell that runs the AUTOMATIC1111 stable diffusion ( the Start Stable Diffusion cell to be precise), next step is to simply place your VAE file inside sd/stable-diffusion-webui/models/VAE and run the Start Stable Diffusion cell again, the VAE will now appear in the settings for you to select.
UPDATE
I found out you just have to execute the first (load google drive ) and 2nd cell (Install AUTOMATIC1111 Repo) then the sd folder will appear before you have to execute anything else, then you can just place the VAE insid…