Instructions to use s3nh/artwork-arcane-stable-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use s3nh/artwork-arcane-stable-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("s3nh/artwork-arcane-stable-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 Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,9 @@ tags:
|
|
| 5 |
- text-to-image
|
| 6 |
---
|
| 7 |
|
|
|
|
|
|
|
|
|
|
| 8 |
### Arcane based Artwork Diffusion Model
|
| 9 |
|
| 10 |
I present you fine tuned model of stable-diffusion-v1-5, which heavily based of
|
|
|
|
| 5 |
- text-to-image
|
| 6 |
---
|
| 7 |
|
| 8 |
+
Buy me a coffee if you like this project ;)
|
| 9 |
+
<a href="https://www.buymeacoffee.com/s3nh"><img src="https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-1.svg" alt=""></a>
|
| 10 |
+
|
| 11 |
### Arcane based Artwork Diffusion Model
|
| 12 |
|
| 13 |
I present you fine tuned model of stable-diffusion-v1-5, which heavily based of
|