Task
Other
How to use with 🧨 diffusers You can integrate this fine-tuned VAE decoder to your existing diffusers workflows, by including a vae argument to the StableDiffusionPipeline py from diffusers.models import AutoencoderKL from diffusers import StableDiffusionPipeline
How to use with 🧨 diffusers You can integrate this fine-tuned VAE decoder to your existing diffusers workflows, by including a vae argument to the StableDiffusionPipeline