I am new to developement i want to know where to find vae_decoder.ckpt

#242
by AnilMnr - opened

i want to do continue with following steps but i am unable to find this vae_decoder.ckpt can any one guide me please.

Go to the Hugging Face repository page for Stable Diffusion v1.4 model: https://huggingface.co/CompVis/stable-diffusion-v1-4
On this page, you'll see several files listed under "Files and versions."
You need to download the following files:
pytorch_model.bin (This is the main model file)
vae_decoder.ckpt (This is the VAE decoder file)
vae_encoder.ckpt (This is the VAE encoder file)
Click on each file to download it to your local machine.
Once the downloads are complete, you need to place these files in the appropriate location within the cloned stable-diffusion repository folder. The location may vary depending on the repository structure, but typically, you'll need to place these files in a directory like models or checkpoints.

Sign up or log in to comment