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
Help me pls with custom vae
#19
by recoilme - opened
i make custom model with custom vae
my vae has better eyes, better skin and better overall (by my opinion)
https://imgsli.com/MjY3MzI0
https://imgsli.com/MjY3MzMz
But its not stable (not work in fp16)
Link on my model with baked vae https://civitai.com/models/185258/colorfulxl
May pls help me fix it? May be some direction how to make vae stable..
Also if you introsting in this vae you may fix and provide it as custom
(to be honest - my vae was created randomly during experiments with merging different vae by super mario)