Instructions to use obann001/ema_kanna_nishitani_sdxl_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use obann001/ema_kanna_nishitani_sdxl_lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SG161222/RealVisXL_V4.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("obann001/ema_kanna_nishitani_sdxl_lora") prompt = "white hair woman trapper with intricate cybernetic pupils on her eyes with a mischievous smile with small teeth, crouching, wearing red top, long (black leather coat xl), long orange skirt up between bare legs, tattoed forearms, black punk's boots, bare fore-arm, marginal, nature, ((ema_kanna_nishitani)), sexy orange panties, cameltoe" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#1
by obann001 - opened
- README.md +9 -0
- images/example_itghj3757.png +0 -0
README.md
CHANGED
|
@@ -20,6 +20,15 @@ widget:
|
|
| 20 |
((ema_kanna_nishitani)), sexy orange panties, cameltoe
|
| 21 |
output:
|
| 22 |
url: images/ComfyUI_01545_.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
---
|
| 24 |
# Ema Kanna Nishitani
|
| 25 |
|
|
|
|
| 20 |
((ema_kanna_nishitani)), sexy orange panties, cameltoe
|
| 21 |
output:
|
| 22 |
url: images/ComfyUI_01545_.png
|
| 23 |
+
- text: >-
|
| 24 |
+
white hair woman trapper with intricate cybernetic pupils on her eyes with
|
| 25 |
+
a mischievous smile with small teeth, crouching, wearing red top, long
|
| 26 |
+
(black leather coat xl), long orange skirt up between bare legs, tattoed
|
| 27 |
+
forearms, black punk's boots, bare fore-arm, marginal, nature,
|
| 28 |
+
((ema_kanna_nishitani)), sexy orange panties, cameltoe
|
| 29 |
+
output:
|
| 30 |
+
url: images/example_itghj3757.png
|
| 31 |
+
|
| 32 |
---
|
| 33 |
# Ema Kanna Nishitani
|
| 34 |
|
images/example_itghj3757.png
ADDED
|