Original Stable Diffusion VAEs already converted to MLMODELC
Usage • Choosing a VAE • Comparison
Download the .mlmodelc folders and swap them with the ones found in your model folder.
You can visit my Hugging Face repo if you prefer to download them as .zip files. I couldn't upload them already packed as .zip here since the GitHub limit for files are 100MB, and I don't want to pay for Git LFS storage.
Based on the version in use (split-einsum
, original
, original_512x768
, or original_768x512
), you must choose the corresponding VAE.
Always make a backup of your original files in case you don't like the new look 😉
If you want to convert a model yourself, you can use my SD to Core ML script.
Alternatively, already compiled models can be found here.
anything-vae
: for use with anime models; found in Anything v3. Use is intended for ANE only sinceSPLIT_EINSUM
models, combined withCPU_AND_NE
, sometimes produce washed-out images.orangemix-vae
yelds far superior results if used withCPU_AND_GPU
.kl-f8-anime
: for use with anime models; found in Waifu Diffusion v1.4. Output is smoother and more contrasty thanorangemix-vae
. A lot similar tosd-vae-ft-mse
.orangemix-vae
: for use with anime models; found in OrangeMixs. The absolute best if used withCPU_AND_GPU
. Produces washed-out images if used withCPU_AND_NE
.sd-vae-ft-mse
: for use with realistic models; found in Stable Diffusion. Basically every new realistic model has it already embedded.