Add VAE configuration file

#1
by egarvey - opened

This allows the checkpoint to be used directly via diffusers' AutoencoderKL.from_pretrained() API.
Otherwise, users would need to instantiate with the original sdxl-vae checkpoint and manually load in this checkpoint via load_state_dict().

AMD SHARK org

LGTM, only question is about "_diffusers_version": "0.18.0.dev0", where does this come from? In the HF checkpoint it specify 0.20.0.dev

Ready to merge
This branch is ready to get merged automatically.
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment