Instructions to use nitrosocke/mo-di-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nitrosocke/mo-di-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/mo-di-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 ·
41b065c
1
Parent(s): e8a2a13
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,8 @@ license: creativeml-openrail-m
|
|
| 6 |
This is the fine-tuned Stable Diffusion model trained on screenshots from a popular animation studio.
|
| 7 |
Use the tokens **_modern disney style_** in your prompts for the effect.
|
| 8 |
|
| 9 |
-
If you enjoy
|
|
|
|
| 10 |
|
| 11 |
**Videogame Characters rendered with the model:**
|
| 12 |

|
|
|
|
| 6 |
This is the fine-tuned Stable Diffusion model trained on screenshots from a popular animation studio.
|
| 7 |
Use the tokens **_modern disney style_** in your prompts for the effect.
|
| 8 |
|
| 9 |
+
**If you enjoy my work, please consider supporting me**
|
| 10 |
+
[](https://patreon.com/user?u=79196446)
|
| 11 |
|
| 12 |
**Videogame Characters rendered with the model:**
|
| 13 |

|