Instructions to use eimiss/EimisAnimeDiffusion_1.0v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use eimiss/EimisAnimeDiffusion_1.0v with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("eimiss/EimisAnimeDiffusion_1.0v", 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
model_index.json not found
#1
by nibo - opened
Can you please add a model_index.json so we can use it via Colab?
Seconded!
One of the staffs added, enjoy.
Thank you very much! Is it possible to add it in your other models?
I will do it later, a bit busy right now
Thank you very much!