Instructions to use AIARTCHAN/AbyssHellHero with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AIARTCHAN/AbyssHellHero with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AIARTCHAN/AbyssHellHero", 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
Update url
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ tags:
|
|
| 11 |
|
| 12 |
[원본글](https://arca.live/b/aiart/70124182)
|
| 13 |
|
| 14 |
-
[huggingface](https://huggingface.co/KMAZ/
|
| 15 |
|
| 16 |
# Download
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
[원본글](https://arca.live/b/aiart/70124182)
|
| 13 |
|
| 14 |
+
[huggingface](https://huggingface.co/KMAZ/AbyssHell-AbyssMaple)
|
| 15 |
|
| 16 |
# Download
|
| 17 |
|