Downloads · 30 days
65
2% of all-time downloads
AuraDiffusion/16ch-vae
16ch-vae is a machine learning model from AuraDiffusion. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for diffusers. The card lists the license as cc.
Disclaimer: this VAE is not intended to be a replacement for SD3's VAE since the latent spaces are entirely different.
Downloads · 30 days
65
2% of all-time downloads
All-time downloads
3.1K
Public
Parameters
81.7M
327 MB on disk
Likes
77
Public
Click a slice to open those files.
.safetensors327 MB · 100%
From the Hugging Face model README
Disclaimer: this VAE is not intended to be a replacement for SD3's VAE since the latent spaces are entirely different.
A fully open source 16ch VAE reproduction for the SD3. Useful for people who are building their own image generation models and need an off-the-shelf VAE. Natively trained in fp16.
| VAE | rFID | PSNR | LPIPS |
|---|---|---|---|
| SD1.5 VAE | 0.3131 | 26.4332 | 0.0328 |
| SDXL VAE | 0.3511 | 26.7577 | 0.032 |
| SD3 VAE | 0.0257 | 30.3231 | 0.0132 |
| 16ch-VAE | 0.0667 | 31.5151 | 0.0136 |
| 16ch-VAE with FFT* | 0.1584 | 31.0542 | 0.0281 |
Awaiting https://github.com/huggingface/diffusers/pull/8769 in diffusers!