Instructions to use 8BitStudio/Aniimage-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use 8BitStudio/Aniimage-2 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-2", 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
|
@@ -10,7 +10,7 @@ pipeline_tag: text-to-image
|
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
---
|
| 13 |
-

|
| 14 |
|
| 15 |
# Aniimage-2
|
| 16 |
|
|
@@ -67,7 +67,7 @@ Aniimage-2 has significantly higher capabilities than [Aniimage-1](https://huggi
|
|
| 67 |
<tr>
|
| 68 |
<td colspan="2">
|
| 69 |
<img
|
| 70 |
-
src="
|
| 71 |
width="700"
|
| 72 |
>
|
| 73 |
</td>
|
|
|
|
| 10 |
language:
|
| 11 |
- en
|
| 12 |
---
|
| 13 |
+

|
| 14 |
|
| 15 |
# Aniimage-2
|
| 16 |
|
|
|
|
| 67 |
<tr>
|
| 68 |
<td colspan="2">
|
| 69 |
<img
|
| 70 |
+
src="./assets/Softly%20lit%20forest%20at%20midday%2C%20peaceful%20atmosphere%2C%20no%20people.png"
|
| 71 |
width="700"
|
| 72 |
>
|
| 73 |
</td>
|