Instructions to use LyliaEngine/zPDXLrl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/zPDXLrl 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/zPDXLrl") prompt = "(zPDXLrl:0.5), from below, action, car racing down a crowded city street, skyscrapers in the background (zPDXL)" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,6 +39,14 @@ Doesn't work with non-Pony models. Check your model.
|
|
| 39 |
|
| 40 |
Recommend using both positive and negative embeddings together at strength 1.0 to 2.0. If you can't use both, the Positive version should be take priority.
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
## Trigger words
|
| 43 |
|
| 44 |
You should use `zPDXLrl` to trigger the image generation.
|
|
|
|
| 39 |
|
| 40 |
Recommend using both positive and negative embeddings together at strength 1.0 to 2.0. If you can't use both, the Positive version should be take priority.
|
| 41 |
|
| 42 |
+
## Source
|
| 43 |
+
|
| 44 |
+
https://civitai.com/models/332646?modelVersionId=482268
|
| 45 |
+
|
| 46 |
+
## Credit
|
| 47 |
+
|
| 48 |
+
https://civitai.com/user/Zovya
|
| 49 |
+
|
| 50 |
## Trigger words
|
| 51 |
|
| 52 |
You should use `zPDXLrl` to trigger the image generation.
|