Instructions to use 8BitStudio/Aniimage-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use 8BitStudio/Aniimage-1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("8BitStudio/Aniimage-1", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ As shown above, Aniimage-1 can sometimes understand Spanish prompts. Longer prom
|
|
| 88 |
<sub>Prompt: anime girl with short silver hair sitting by a window</sub>
|
| 89 |
</div>
|
| 90 |
|
| 91 |
-
Aniimage-1.0
|
| 92 |
## What's Next
|
| 93 |
|
| 94 |
**Aniimage-1.5** Was a fine-tune of Aniimage-1.0 but was not released due to its quality not being much better than 1.0.
|
|
|
|
| 88 |
<sub>Prompt: anime girl with short silver hair sitting by a window</sub>
|
| 89 |
</div>
|
| 90 |
|
| 91 |
+
Aniimage-1.0 has a bad habit of hiding hands. This is likely because hands turn out melty, if you don't specify it, hands will likely be concealed, hidden, or simply no hands at all.
|
| 92 |
## What's Next
|
| 93 |
|
| 94 |
**Aniimage-1.5** Was a fine-tune of Aniimage-1.0 but was not released due to its quality not being much better than 1.0.
|