Instructions to use nevreal/stocking-anarchy-nochekaiser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nevreal/stocking-anarchy-nochekaiser with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("John6666/mala-anime-mix-nsfw-pony-xl-v3-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("nevreal/stocking-anarchy-nochekaiser") prompt = "psg stocking, blue eyes, blue hair, colored inner hair, hair bow, long hair, multicolored hair, pink hair, two-tone hair, bangs, blunt bangs," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example (#3)
Browse files- Add generated example (c0544b358a0e5cc33cd2509521c3dd85c0ecd693)
- README.md +7 -0
- images/example_y09d4gc1o.png +0 -0
README.md
CHANGED
|
@@ -9,4 +9,11 @@ tags:
|
|
| 9 |
- ponyxl
|
| 10 |
library_name: diffusers
|
| 11 |
base_model: John6666/mala-anime-mix-nsfw-pony-xl-v3-sdxl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
|
|
|
| 9 |
- ponyxl
|
| 10 |
library_name: diffusers
|
| 11 |
base_model: John6666/mala-anime-mix-nsfw-pony-xl-v3-sdxl
|
| 12 |
+
widget:
|
| 13 |
+
- text: >-
|
| 14 |
+
psg stocking, blue eyes, blue hair, colored inner hair, hair bow, long hair,
|
| 15 |
+
multicolored hair, pink hair, two-tone hair, bangs, blunt bangs,
|
| 16 |
+
output:
|
| 17 |
+
url: images/example_y09d4gc1o.png
|
| 18 |
+
|
| 19 |
---
|
images/example_y09d4gc1o.png
ADDED
|