Instructions to use LyliaEngine/ppw_v7_Illuv10 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/ppw_v7_Illuv10 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/ilustmix_v40", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/ppw_v7_Illuv10") prompt = "masterpiece, best quality, very aesthetic, 1girl, solo, dark hair, long hair, blue eyes, looking at viewer, holding rose, half-closed eyes, white collared shirt, brown vest, pleated skirt, long skirt, sitting, knees up, upper body, day, Eleanor \\(people's works\\), boat, river, cloud, blue sky, from below" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K