Instructions to use Anzhc/Anzhcs-VAEs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Anzhc/Anzhcs-VAEs with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Anzhc/Anzhcs-VAEs", 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
New 2026 SDXL Anime VAE
#1
by AI-yaya2024 - opened
Hello Anzhc,
Do you have any plans to work on a 2026 refresh for your sdxl anime VAE, or has it reached it's end of life as far as you can push it?
I don't really know what is there to push. I also don't really use sdxl anymore.
Anzhc changed discussion status to closed