Instructions to use stale2000/sd-dnditem with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stale2000/sd-dnditem with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stale2000/sd-dnditem", 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
|
@@ -20,6 +20,8 @@ Examples | Examples
|
|
| 20 |
<img src="https://i.imgur.com/rZOJMQD.jpg" width="50%"/> |
|
| 21 |
|
| 22 |
|
|
|
|
|
|
|
| 23 |
|
| 24 |
This is a model (dnditem) for creating magic items, for the game Dungeons and Dragons! It was trained to be very similar to the official results that are available here: https://www.dndbeyond.com/magic-items
|
| 25 |
|
|
|
|
| 20 |
<img src="https://i.imgur.com/rZOJMQD.jpg" width="50%"/> |
|
| 21 |
|
| 22 |
|
| 23 |
+
MORE results here! Hundreds of images!! https://imgur.com/a/HvhOOjJ
|
| 24 |
+
|
| 25 |
|
| 26 |
This is a model (dnditem) for creating magic items, for the game Dungeons and Dragons! It was trained to be very similar to the official results that are available here: https://www.dndbeyond.com/magic-items
|
| 27 |
|