madebyollin / taesd

Tiny AutoEncoder for Stable Diffusion
MIT License
495 stars 27 forks source link

Which autoencoder is TAESD distilled from? #15

Closed W6WM9M closed 3 months ago

W6WM9M commented 3 months ago

Hi, thank you for the work done.

I am currently using TAESD for my work and I would like to compare it with the original autoencoder that TAESD is distilled from. I understand you have clarified it before at the end of the README. However, I believe the link is no longer working.

Looking forward to your reply!

W6WM9M commented 3 months ago

Sorry, should have taken a closer look at the issues before asking. Found the answer in this issue https://github.com/madebyollin/taesd/issues/11:

Which reference VAEs do you use? https://huggingface.co/stabilityai/sd-vae-ft-ema and https://huggingface.co/madebyollin/sdxl-vae-fp16-fix - these are used to supervise the encoder and also as a gold standard for decoder quality.