Instructions to use EnD-Diffusers/animanga-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EnD-Diffusers/animanga-model with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EnD-Diffusers/animanga-model", dtype=torch.bfloat16, device_map="cuda") prompt = "anipoma1" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
File size: 134 Bytes
05d10f7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9618199fd94639d7cb5bf018f6b459fe9f9ba2941069c30d90cb390f2aa463b1
size 492308087
|