Instructions to use SenorKaffee/notyourmary-diff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SenorKaffee/notyourmary-diff with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SenorKaffee/notyourmary-diff", 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 ·
1d4bf10
1
Parent(s): e4f529e
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
---
|
| 7 |
**_Not Your Mary_ Diffusion**
|
| 8 |
|
| 9 |
-
This is an experimental Stable Diffusion model trained on cutscenes from the video game Silent Hill 2.
|
| 10 |
Use the token **_notyourmary_** in your prompts for the effect.
|
| 11 |
|
| 12 |
**Actors in Silent Hill:**
|
|
|
|
| 6 |
---
|
| 7 |
**_Not Your Mary_ Diffusion**
|
| 8 |
|
| 9 |
+
This is an experimental Stable Diffusion model trained on cutscenes from the video game Silent Hill 2. Not the game itself, ONLY the video files.
|
| 10 |
Use the token **_notyourmary_** in your prompts for the effect.
|
| 11 |
|
| 12 |
**Actors in Silent Hill:**
|