How to use ttj/stable-diffusion-vae-anime with Transformers:
# Load model directly from transformers import encoderKL model = encoderKL.from_pretrained("ttj/stable-diffusion-vae-anime", dtype="auto")
Are there any plans to convert the model to the original HuggingFace Diffusers or the original CompVis Stable Diffusion format?
Β· Sign up or log in to comment