Instructions to use LyliaEngine/ilustmix_v55 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/ilustmix_v55 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_v50", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/ilustmix_v55") prompt = "8K, depth of field, dynamic angle, sexy pose, best quality, detailed eyes, perfect eyes, realistic eyes, golden blonde hair, wavy hair, shoulder-length, brown eyes, (mascara), natural makeup, slim body, choker, goth, goth girl, eyeshadow, hair over one eye, small ass, small breast, realistic breast, black shirt, oversized t-shirt, graphic shirt, off shoulder, braless, black shorts, cotton shorts, BREAK, toes_pointed_inward, front view, looking at viewer, movie perspective, black background, abstract background, (neon lines), dynamic light, <lora:MoriiMee_Gothic_Niji_Style_Illustrious_r1:0.6> artist:moriimee, <lora:PowerPuffMixLora:0.5>, <lora:Detailer_NoobAI_Incrs_v1:0.6> detailed," 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!