Instructions to use LyliaEngine/Sinozick_Style_XL_Pony with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Sinozick_Style_XL_Pony 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/Sinozick_Style_XL_Pony") prompt = "(score_9, score_8_up), score_7_up, zPDXL, 1girl, upper body, black mantle, earrings, cyberpunk, eyepatch, neon eyepatch, black hair, wild hair, long hair, red eyes, looking at viewer, expressionless, dark, dark theme, black sclera, konohagakure symbol, forehead protector, naruto \\(series\\), <lora:Sinozick_Style_XL_Pony:1>, sinozick style" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,6 +52,14 @@ Helpful prompt Prompt : dark theme, flat color
|
|
| 52 |
|
| 53 |
If you enjoyed this LoRA, think about leaving a like and post some images ! Thanks ! <3
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
## Trigger words
|
| 56 |
|
| 57 |
You should use `sinozick style` to trigger the image generation.
|
|
|
|
| 52 |
|
| 53 |
If you enjoyed this LoRA, think about leaving a like and post some images ! Thanks ! <3
|
| 54 |
|
| 55 |
+
## Source
|
| 56 |
+
|
| 57 |
+
https://civitai.com/models/432483/sinozick-style-or-style-lora-or-pony
|
| 58 |
+
|
| 59 |
+
## Credit
|
| 60 |
+
|
| 61 |
+
https://civitai.com/user/LennonAI
|
| 62 |
+
|
| 63 |
## Trigger words
|
| 64 |
|
| 65 |
You should use `sinozick style` to trigger the image generation.
|