Instructions to use CabalResearch/Flux2VAE-Anime-Decoder-Tune with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CabalResearch/Flux2VAE-Anime-Decoder-Tune with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CabalResearch/Flux2VAE-Anime-Decoder-Tune", 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?
#1
by clover-supply - opened
Is this a new vae tune or some existing one? There's been a bunch of new flux vaes recently.
Is this a new vae tune or some existing one? There's been a bunch of new flux vaes recently.
This is a finetuned FLUX.2 VAE, https://huggingface.co/black-forest-labs/FLUX.2-dev here is the original VAE.