What is the difference between diffusion_pytorch_model.safetensors and sdxl_vae.safetensors
#18
by
Lexius
- opened
I went through the readme but did not find an answer.
What is the difference between the file diffusion_pytorch_model.safetensors
and the file sdxl_vae.safetensors
?
Which one is the VAE fix?
Thanks
They're the same fixed VAE in two different formats (sdxl_vae.safetensors
is probably the one you want - the diffusion_pytorch_model
is specifically for diffusers iirc).
I tried adding A1111 instructions to the README here https://huggingface.co/madebyollin/sdxl-vae-fp16-fix#automatic1111-usage, though I'm not yet sure if they're correct...