Instructions to use LyliaEngine/Hadouken with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Hadouken with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/Pony_Diffusion_V6_XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/Hadouken") prompt = "score_9_up, score_8_up, score_7_up BREAK, <lora:Hadouken:1> , Hadouken, (kikoken), pink fireball, energy ball, (((princess peach))), anime style, shockwave, action pose, ripped clothing <lora:shinkiro_XL:1>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files- Hadouken.safetensors +3 -0
- images/00120-3661838721.png +3 -0
- images/00142-2552905916.png +3 -0
Hadouken.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b8b6e31fe115f9a2217dd7d2ddc9504fe64c66ed9dc5a20a55f95558036453e
|
| 3 |
+
size 228465252
|
images/00120-3661838721.png
ADDED
|
Git LFS Details
|
images/00142-2552905916.png
ADDED
|
Git LFS Details
|