Instructions to use AlexWortega/AnimeDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AlexWortega/AnimeDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AlexWortega/AnimeDiffusion", 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
- Draw Things
- DiffusionBee
Commit ·
3ed83b8
1
Parent(s): a4002f3
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ inference: true
|
|
| 9 |
library_name: diffusers
|
| 10 |
---
|
| 11 |
|
| 12 |
-

|
| 13 |
<sub>pink hair guy in glasses, photograph, sporty body, cinematic lighting, clear eyes, perfect face, blush, beautiful nose, beautiful eyes, detailed eyes</sub>
|
| 14 |
|
| 15 |
|