In this folder, you need to download the different versions of the original Tiny Autoencoder (TAESD) models.
Each model version should be stored in its corresponding subdirectory.
- /taef1: place the
diffusion_pytorch_model.safetensors
for Flux.1 here. - /taesd: place the
diffusion_pytorch_model.safetensors
for SD1.5 here. - /taesd3: place the
diffusion_pytorch_model.safetensors
for SD3 here. - /taesdxl: place the
diffusion_pytorch_model.safetensors
for SDXL here.
The original TAESD models can be found on the Hugging Face model hub:
You can use the download_taesd_models.sh
script provided with the project to automatically download the TAESD models.
To run the script you must be in the root directory of the project and execute:
./download_taesd_models.sh
This will download the models from the Hugging Face model hub of @madebyollin and place them in the corresponding subdirectories.