Instructions to use lenML/Deep-Negative-Pony with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lenML/Deep-Negative-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("lenML/Deep-Negative-Pony") prompt = "green dragon, flying, sky, yellow eyes, teeth, wings up, tail, horns, solo, couds, score_9, score_8_up, score_7_up" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add 3 files
Browse files- deep_negative_pony.safetensors +3 -0
- images/xyz_grid-1438-620372787-green dragon, flying, sky, yellow eyes, teeth, wings up, tail, horns, solo, couds, score_9, score_8_up, score_7_up__ _lora_Conce.png +3 -0
- images/xyz_grid-1443-1043133765-score_9, score_8_up, score_7_up, score_6_up, GLSHS, 1girl, long hair, bug, butterfly, choker, wavy hair, butterfly on face, faci.png +3 -0
deep_negative_pony.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4dd0e783ca77fba115aabc96e0e61413657b0512a035de6c5f483c49fa6a1488
|
| 3 |
+
size 262688
|
images/xyz_grid-1438-620372787-green dragon, flying, sky, yellow eyes, teeth, wings up, tail, horns, solo, couds, score_9, score_8_up, score_7_up__ _lora_Conce.png
ADDED
|
Git LFS Details
|
images/xyz_grid-1443-1043133765-score_9, score_8_up, score_7_up, score_6_up, GLSHS, 1girl, long hair, bug, butterfly, choker, wavy hair, butterfly on face, faci.png
ADDED
|
Git LFS Details
|