Instructions to use Linaqruf/anything-v3.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Linaqruf/anything-v3.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Linaqruf/anything-v3.0", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Please bring back the better VAE model?
#7
by anujn - opened
Hey Linaqruf!
Firstly a huge thank you for everything!
I made the "Linaqruf/anything-v3-0-better-vae" model a huge part of my api / workflow.
Is there any way we can get access to it again. I would hugely appreciate it.
All the very best
This comment has been hidden
Hello @anujn ,
It should be available via this older commit of the Anything-Preservation repo, https://huggingface.co/AdamOswald1/Anything-Preservation/tree/acc67d36406e41252aa936c43248c4ad988db33f.
this is the better vae model