Views
No views yet
SDXL VAE fp16 fix | MSE=2.018e-03 PSNR=29.67 LPIPS=0.124 Edge=0.188 KL=32.222 | Z[min/mean/max/std]=[-4.066, -0.014, 4.301, 0.861] | Skew[min/mean/max]=[-0.017, 0.105, 0.165] | Kurt[min/mean/max]=[-0.380, -0.228, -0.108]
aiartlab/SDXLVAE | MSE=1.736e-03 PSNR=30.29 LPIPS=0.116 Edge=0.181 KL=32.222 | Z[min/mean/max/std]=[-4.066, -0.014, 4.301, 0.861] | Skew[min/mean/max]=[-0.017, 0.105, 0.165] | Kurt[min/mean/max]=[-0.380, -0.228, -0.108]| Модель | MSE | PSNR | LPIPS | Edge |
|----------------------------|-----------|-----------|-----------|-----------|
| SDXL VAE fp16 fix | 100% | 100% | 100% | 100% |
| aiartlab/SDXLVAE | 116.3% | 102.1% | 107.3% | 103.7% |
from diffusers import AutoencoderKL
vae = AutoencoderKL.from_pretrained("AiArtLab/sdxl_vae",subfolder="vae").cuda().half()