Instructions to use LyliaEngine/Power_Puff_MixLora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/Power_Puff_MixLora 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_v55", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/Power_Puff_MixLora") prompt = "8K, depth of field, focused subject, dynamic angle, sexy pose, best quality, detailed eyes, perfect eyes, realistic eyes, short blonde bob cut, (pink highlights), blue eyes, (mascara), makeup, slim body, maid cap, black stockings, small ass, medium breast, realistic breast, ruffled maid dress, (black dress), long sleeves, white apron, black ruffled skirt, BREAK, lying on the side, legs spread, front view, looking at viewer, movie perspective, fractal background, abstract background, dynamic angle, <lora:MoriiMee_Gothic_Niji_Style_Illustrious_r1:0.5> artist:moriimee, <lora:PowerPuffMixLora:0.6>, " image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Ctrl+K