Instructions to use EarthnDusk/IdentityDisorder-Mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EarthnDusk/IdentityDisorder-Mix with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EarthnDusk/IdentityDisorder-Mix", 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 ·
d4316ca
1
Parent(s): 1bbbdde
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ More information coming soon
|
|
| 14 |
Please do not onsell this model.
|
| 15 |
If you want to use it for a generation service please linkback.
|
| 16 |
|
|
|
|
|
|
|
| 17 |
Sample Images:
|
| 18 |
|
| 19 |

|
|
|
|
| 14 |
Please do not onsell this model.
|
| 15 |
If you want to use it for a generation service please linkback.
|
| 16 |
|
| 17 |
+
Details mostly on Civit: https://civitai.com/models/30203/identity-disorder-nsfw-support
|
| 18 |
+
|
| 19 |
Sample Images:
|
| 20 |
|
| 21 |

|