Instructions to use SpiderIerusalem/jojack_diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SpiderIerusalem/jojack_diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Lykon/AnyLoRA", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("SpiderIerusalem/jojack_diffusion") prompt = "cute gingerbread cookie in the form of jojenya, chibi, nendoroid, wearing gray peaked cap with star logo, gray jacket, red hair, bob cut, looking at viewer <lora:Jojenya:0.9>, rim light <lora:ral-cofzee:0.8> <lora:GingerbreadFashion:0.6>, sparkly starry eyes, smiling, sweet" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -110,6 +110,14 @@ widget:
|
|
| 110 |
output:
|
| 111 |
url: >-
|
| 112 |
images/04706-2846859295-kulov, male, dwarf, beard, mustache, braid, thick brows, glowing eyes, front, looking at camera, _lora_Kulov-10_1_.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
base_model: Lykon/AnyLoRA
|
| 114 |
instance_prompt: jojenya, jojack_logo, kulov
|
| 115 |
|
|
|
|
| 110 |
output:
|
| 111 |
url: >-
|
| 112 |
images/04706-2846859295-kulov, male, dwarf, beard, mustache, braid, thick brows, glowing eyes, front, looking at camera, _lora_Kulov-10_1_.png
|
| 113 |
+
- text: >-
|
| 114 |
+
kulov, 1boy, male, black beard, braid, smile, pale skin, glowing eyes, white eyes, dressed, fedora, Stalin jacket, tropical dictator, meme, <lora:Kulov:1>
|
| 115 |
+
parameters:
|
| 116 |
+
negative_prompt: >-
|
| 117 |
+
multiple, split screen, frame, rough, easynegative
|
| 118 |
+
output:
|
| 119 |
+
url: >-
|
| 120 |
+
images/04709-3249989657-kulov, 1boy, male, black beard, braid, smile, pale skin, glowing eyes, white eyes, dressed, fedora, Stalin jacket, tropical di.png
|
| 121 |
base_model: Lykon/AnyLoRA
|
| 122 |
instance_prompt: jojenya, jojack_logo, kulov
|
| 123 |
|