Instructions to use EvilEngine/badhandv4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvilEngine/badhandv4 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/badhandv4") prompt = "best quality, masterpiece, 1girl, solo, light blue hair, pink eyes, side ponytail, serafuku, pleated skirt, detailed hands and fingers" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -94,6 +94,14 @@ I converted badhandv4 to SDXL format embedding. For downloading, see:
|
|
| 94 |
|
| 95 |
Negative Embeddings - AIDXL Series Models - v0.4 | Stable Diffusion Embedding | Civitai
|
| 96 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
## Trigger words
|
| 98 |
|
| 99 |
You should use `badhandv4` to trigger the image generation.
|
|
|
|
| 94 |
|
| 95 |
Negative Embeddings - AIDXL Series Models - v0.4 | Stable Diffusion Embedding | Civitai
|
| 96 |
|
| 97 |
+
## Source
|
| 98 |
+
|
| 99 |
+
https://civitai.com/models/16993/badhandv4?modelVersionId=20068
|
| 100 |
+
|
| 101 |
+
## Credit
|
| 102 |
+
|
| 103 |
+
https://civitai.com/user/Euge_
|
| 104 |
+
|
| 105 |
## Trigger words
|
| 106 |
|
| 107 |
You should use `badhandv4` to trigger the image generation.
|