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, can i have the anything v3.0 ckpt and anything v3.0 vae.pt ?
#9
by hihibrother - opened
please man, bring it back
.safetensors is the superior format in every way.
ik, but i used the safetensors one and unfortunately my webui can detect the vae :(
ik, but i used the safetensors one and unfortunately my webui can detect the vae :(
you have discord? i may be able to help you
Hello @hihibrother ,
It should be available via this older commit of the Anything-Preservation repo, https://huggingface.co/AdamOswald1/Anything-Preservation/tree/acc67d36406e41252aa936c43248c4ad988db33f.