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
How can I use it in comfyui?
#33 opened 9 months ago
by
nicehero
Where to download sdxl-vae-fp16-fix
1
#32 opened 9 months ago
by
UlyssesHeart
TNX 😮
❤️ 2
#31 opened about 1 year ago
by
TyJaJa
Fix doesn't work for GTX 1650
3
#29 opened over 1 year ago
by
GulgDev
Tests on larger image dimensions?
2
#26 opened over 1 year ago
by
n-Arno
Update README.md
#25 opened over 1 year ago
by
Seraph19
How to make the internal activation smaller
#24 opened over 1 year ago
by
xuruipeng8641
img2vid fp16 fix
1
#23 opened over 1 year ago
by
loretoparisi
No overflow if using the whole sdxl pipeline
2
#22 opened almost 2 years ago
by
xuruipeng8641
Help me pls with custom vae
#19 opened about 2 years ago
by
recoilme
What is the difference between diffusion_pytorch_model.safetensors and sdxl_vae.safetensors
3
#18 opened over 2 years ago
by
Lexius
can this vae be used in stable video diffusion?
2
#17 opened over 2 years ago
by
jiagaoxiang
Upload To Civitai
1
#16 opened over 2 years ago
by
Yamer-AI
Curious about the methodology of finetuning
13
#15 opened over 2 years ago
by
zwd125
version mismatches
1
#13 opened over 2 years ago
by
S1an
retrain vae further
7
#10 opened almost 3 years ago
by
darshat
can you fix the encoder?
1
#9 opened almost 3 years ago
by
BoyuanJiang
Evaluation results
❤️🤯 17
1
#7 opened almost 3 years ago
by
Kubuxu
Any way to make it work with SD v1 properly?
3
#6 opened almost 3 years ago
by
alexds9
Bug - denoising_end
1
#5 opened almost 3 years ago
by
JunzheJosephZhu