Instructions to use LyliaEngine/r17329_illuu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/r17329_illuu 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_v20", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/r17329_illuu") prompt = "<lora:r17329_illu-000015:1>,r17329_illu,masterpiece, newest,absurdres,1girl, solo,black hair, white skirt, black shirt, magic,dark aura,cherry blossoms, power lines, sitting, arms at side, sprawled,dynamic pose, looking up viewer, (from above:1.2), parted lips, perspective,wind,abstract background, whitebackground,purple flames" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!