Instructions to use nitrosocke/Arcane-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nitrosocke/Arcane-Diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nitrosocke/Arcane-Diffusion", 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 ·
3737ab7
1
Parent(s): 2ec4801
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: creativeml-openrail-m
|
|
| 3 |
---
|
| 4 |
# Arcane Diffusion
|
| 5 |
This is the fine-tuned Stable Diffusion model trained on images from the TV Show Arcane.
|
| 6 |
-
Use the tokens **
|
| 7 |
|
| 8 |
If you enjoy this model, please check out my other models on [Huggingface](https://huggingface.co/nitrosocke)
|
| 9 |
|
|
|
|
| 3 |
---
|
| 4 |
# Arcane Diffusion
|
| 5 |
This is the fine-tuned Stable Diffusion model trained on images from the TV Show Arcane.
|
| 6 |
+
Use the tokens **_arcane style_** in your prompts for the effect.
|
| 7 |
|
| 8 |
If you enjoy this model, please check out my other models on [Huggingface](https://huggingface.co/nitrosocke)
|
| 9 |
|