Instructions to use EvilEngine/DealWithIt2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use EvilEngine/DealWithIt2 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/DealWithIt2") prompt = "Highly detailed, High Quality, Masterpiece, beautiful, incrsdealwithit, sunglasses, <lora:DealWithIt2:1>, jack sparrow, brown eyes, hat, brown hair, earrings, hat, pirate, jewelry, shirt, short hair, white shirt, <lora:Char_Sigmas_JackSparrow:1>, cowboy shot," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -66,6 +66,14 @@ How to use LoRA's in auto1111:
|
|
| 66 |
|
| 67 |
Have Fun!
|
| 68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 69 |
## Trigger words
|
| 70 |
|
| 71 |
You should use `incrsdealwithit` to trigger the image generation.
|
|
|
|
| 66 |
|
| 67 |
Have Fun!
|
| 68 |
|
| 69 |
+
## Source
|
| 70 |
+
|
| 71 |
+
https://civitai.com/models/86447/deal-with-it-meme-sunglasses-or-clothingconcept-lora?modelVersionId=162294
|
| 72 |
+
|
| 73 |
+
## Credit
|
| 74 |
+
|
| 75 |
+
https://civitai.com/user/FallenIncursio
|
| 76 |
+
|
| 77 |
## Trigger words
|
| 78 |
|
| 79 |
You should use `incrsdealwithit` to trigger the image generation.
|