Instructions to use LyliaEngine/zPDXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/zPDXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stablediffusionapi/pony-diffusion-v6-xl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/zPDXL") prompt = "(zPDXL), 1girl, 1boy, sitting heads together, on a tropical beach, smiling, wearing shirt and shorts, morning sunlight, tiki hut, palm trees, cloudy sky" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -43,6 +43,13 @@ I'll be adding more shorty, NSFW, Safe, Anime, Semi-real, etc. So be sure to
|
|
| 43 |
|
| 44 |
You should use `Prompt : zPDXL - Negatif Prompt : zPDXL-neg` to trigger the image generation.
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
## Download model
|
| 48 |
|
|
|
|
| 43 |
|
| 44 |
You should use `Prompt : zPDXL - Negatif Prompt : zPDXL-neg` to trigger the image generation.
|
| 45 |
|
| 46 |
+
## Source
|
| 47 |
+
|
| 48 |
+
https://civitai.com/models/332646/pony-pdxl-negative-embeddings
|
| 49 |
+
|
| 50 |
+
## Credit
|
| 51 |
+
|
| 52 |
+
https://civitai.com/user/Zovya
|
| 53 |
|
| 54 |
## Download model
|
| 55 |
|