Instructions to use LyliaEngine/01lXLP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/01lXLP with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("kitty7779/ponyDiffusionV6XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/01lXLP") prompt = "score_9, score_8_up, score_7_up, score_6_up, <lora:01lXLP:1> 01l," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,11 +36,11 @@ remember to leave hearts and reviews <3
|
|
| 36 |
|
| 37 |
## Source
|
| 38 |
|
| 39 |
-
https:
|
| 40 |
|
| 41 |
## Credit
|
| 42 |
|
| 43 |
-
https:
|
| 44 |
|
| 45 |
|
| 46 |
|
|
|
|
| 36 |
|
| 37 |
## Source
|
| 38 |
|
| 39 |
+
https://civitai.com/models/352581/vixons-pony-styles?modelVersionId=491399
|
| 40 |
|
| 41 |
## Credit
|
| 42 |
|
| 43 |
+
https://civitai.com/user/freckledvixon
|
| 44 |
|
| 45 |
|
| 46 |
|