Instructions to use LyliaEngine/zPDXL2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/zPDXL2 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/zPDXL2") prompt = "(zPDXL2), from below 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
Add 4 files
Browse files
images/372249-535364377-1-zavyfantasiaxlPDXL_v10.jpeg
ADDED
|
Git LFS Details
|
images/372295-239849650-1-recondiff_v10.jpeg
ADDED
|
Git LFS Details
|
zPDXL2-neg.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29dc1b9b1a2bbb10188f58062d2be2ea95fe76b9549c1fa29597ffb947dfd4b4
|
| 3 |
+
size 245912
|
zPDXL2.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:649c47827d599e2ddab50769bd6880a3de92b092fd6edb2d7d1d387525920dcb
|
| 3 |
+
size 344216
|