Instructions to use EvilEngine/dancerROV2.7-000006 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvilEngine/dancerROV2.7-000006 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("EvilEngine/realcartoon3d_v17", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EvilEngine/dancerROV2.7-000006") prompt = "dancerRo, jewelry, bracelet, see through clothes, sandals, golden bikini, bangle, anklet, 1girl, looking at viewer, smile, blonde hair, long hair, yellow eye, standing, hand on hips, ((upper body)), ((cowboy shot)), ((white background)), <lora:dancerROV2.7-000006:0.86>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,6 +47,14 @@ Weight: vary around 0.8-0.99 up to model and pose
|
|
| 47 |
|
| 48 |
prompt: dancerRo,jewelry, bracelet, nail polish, see through clothes, sandals, bikini, bangle, anklet
|
| 49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 50 |
## Trigger words
|
| 51 |
|
| 52 |
You should use `dancerRo` to trigger the image generation.
|
|
|
|
| 47 |
|
| 48 |
prompt: dancerRo,jewelry, bracelet, nail polish, see through clothes, sandals, bikini, bangle, anklet
|
| 49 |
|
| 50 |
+
## Source
|
| 51 |
+
|
| 52 |
+
https://civitai.com/models/424324/dancer-ragnarok-online
|
| 53 |
+
|
| 54 |
+
## Credit
|
| 55 |
+
|
| 56 |
+
https://civitai.com/user/baipaiyok
|
| 57 |
+
|
| 58 |
## Trigger words
|
| 59 |
|
| 60 |
You should use `dancerRo` to trigger the image generation.
|