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
|
@@ -102,6 +102,7 @@ instance_prompt: jojenya, jojack_logo
|
|
| 102 |
Jojenya.safetensors - LoRa for Jojenya, Jojack mascot.
|
| 103 |
Activation tag: jojenya
|
| 104 |
Tags "peaked cap, jacket, red hair, bob cut" also may help.
|
|
|
|
| 105 |
Jojack_logo.safetensors - LoRa for Jojack logo. It is not very good, use ControlNet for better results.
|
| 106 |
Activation tag: jojack_logo
|
| 107 |
"Logo, label" also may help.
|
|
|
|
| 102 |
Jojenya.safetensors - LoRa for Jojenya, Jojack mascot.
|
| 103 |
Activation tag: jojenya
|
| 104 |
Tags "peaked cap, jacket, red hair, bob cut" also may help.
|
| 105 |
+
|
| 106 |
Jojack_logo.safetensors - LoRa for Jojack logo. It is not very good, use ControlNet for better results.
|
| 107 |
Activation tag: jojack_logo
|
| 108 |
"Logo, label" also may help.
|