Instructions to use LyliaEngine/lowlight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/lowlight 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/lowlight") prompt = "score_9, source_anime, glowing eyes, 1girl, solo, red eyes, slit pupils, expressionless, looking away, red hoodie, long sleeves, shorts, blonde hair, short hair, outdoors, urban, concrete, from side, sitting, upper body, <lora:SawatariAkanePDXL:1> <lora:lowlight_1721964122_1721964450_dim32_sv_fro_dp0.92_1721964790_1722820361:2>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 3 files
Browse files- images/00018-2254569595.png +3 -0
- images/00063-2214885482.png +3 -0
- lowlight.safetensors +3 -0
images/00018-2254569595.png
ADDED
|
Git LFS Details
|
images/00063-2214885482.png
ADDED
|
Git LFS Details
|
lowlight.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0376665ae13f34aea98945affa28add6706fd8d2e858b2b129eca6954f3124d1
|
| 3 |
+
size 821732
|