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
- Draw Things
- DiffusionBee
Ctrl+K