Instructions to use madebyollin/sdxl-vae-fp16-fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use madebyollin/sdxl-vae-fp16-fix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("madebyollin/sdxl-vae-fp16-fix", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload To Civitai
#16
by Yamer-AI - opened
Hi, I'm curious to know if it is possible to upload this VAE to civitai.com and give full credit to you and the people that worked at it and give a link to this page.
My profile on Civitai is this: https://civitai.com/user/Yamer
Feel free to contact me via mail yamer.grimlock@gmail.com Discord: yamer_ai or Twitter: YamerOfficial if you are interested in your VAE being uploaded to civitai.
I would like to see it uploaded for more users to know and use to generate better images with.
Best regards,
Yamer
Yes, feel free to upload sdxl-vae-fp16-fix anywhere that people might want to find it.