madebyollin / taesd

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

TAESD(XL?) #1

Closed WASasquatch closed 1 year ago

WASasquatch commented 1 year ago

With the release of Stable Diffusion XL, there is a new VAE on the block, and it doesn't seem compatible with latent to rgb or TAESD. Are you planning to add a TAESDXL version?

PS; Thanks for this genius idea. It's really speedy, and thus handy.

madebyollin commented 1 year ago

Thanks for pointing this out!

I added new TAESDXL weights compatible with the new SDXL VAE.

I haven't tested TAESDXL with SDXL itself, since the UNet weights aren't out yet, but it should hopefully Just Work.

SDXL VAE: doggo_test_sdxl TAESDXL: doggo_test_taesdxl

WASasquatch commented 1 year ago

Boss. That was fast. Thank you very much.

comfyanonymous commented 1 year ago

I can confirm that your new weights work with SDXL. Thank you.