Instructions to use EvilEngine/alchemistROV2.30-000004 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvilEngine/alchemistROV2.30-000004 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("evildemon14/dreambooth-ayan", torch_dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("EvilEngine/alchemistROV2.30-000004") prompt = "alchemyRO, belt, cape, cleavage, fingerless gloves, fur trim, gloves, black skirt, bare shoulder, elbow gloves, black strapless, 1girl, solo, emotionless, looking at viewer, white hair, red eye, long hair, standing, ((crossed arm:1.2)), upper body, (white background), <lora:alchemistROV2.30-000004:0.95>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -57,6 +57,14 @@ Recommended Weight: 0.5 (If you want to use only a costume with other character)
|
|
| 57 |
|
| 58 |
** I recommended to use negative_hand-neg and bad-hands-5 to adjust abnormal hand.
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
## Trigger words
|
| 61 |
|
| 62 |
You should use `alchemyRO` to trigger the image generation.
|
|
|
|
| 57 |
|
| 58 |
** I recommended to use negative_hand-neg and bad-hands-5 to adjust abnormal hand.
|
| 59 |
|
| 60 |
+
## Source
|
| 61 |
+
|
| 62 |
+
https://civitai.com/models/224117/alchemist-ragnarok-online
|
| 63 |
+
|
| 64 |
+
## Credit
|
| 65 |
+
|
| 66 |
+
https://civitai.com/user/baipaiyok
|
| 67 |
+
|
| 68 |
## Trigger words
|
| 69 |
|
| 70 |
You should use `alchemyRO` to trigger the image generation.
|