Instructions to use nitrosocke/elden-ring-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nitrosocke/elden-ring-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/elden-ring-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
Commit ·
c604585
1
Parent(s): 1d4680e
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ tags:
|
|
| 9 |
This is the fine-tuned Stable Diffusion model trained on the game art from Elden Ring.
|
| 10 |
Use the tokens **_elden ring style_** in your prompts for the effect.
|
| 11 |
|
|
|
|
|
|
|
| 12 |
**If you enjoy my work, please consider supporting me**
|
| 13 |
[](https://patreon.com/user?u=79196446)
|
| 14 |
|
|
|
|
| 9 |
This is the fine-tuned Stable Diffusion model trained on the game art from Elden Ring.
|
| 10 |
Use the tokens **_elden ring style_** in your prompts for the effect.
|
| 11 |
|
| 12 |
+
You can download the latest version here: [eldenRing-v3-pruned.ckpt](https://huggingface.co/nitrosocke/elden-ring-diffusion/resolve/main/eldenRing-v3-pruned.ckpt)
|
| 13 |
+
|
| 14 |
**If you enjoy my work, please consider supporting me**
|
| 15 |
[](https://patreon.com/user?u=79196446)
|
| 16 |
|