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
Add 3 files
Browse files
DealWithIt2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:74f2140a17cecd640786f06632c68071744ed4e9c13fcd6a3940d9306a34388c
|
| 3 |
+
size 37875189
|
images/img2img-0000-55274704.jpeg
ADDED
|
Git LFS Details
|
images/img2img-0003-1407360897.jpeg
ADDED
|
Git LFS Details
|