Instructions to use Shero448/ilulu2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Shero448/ilulu2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("John6666/prefect-pony-xl-v2-cleaned-style-sdxl", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("Shero448/ilulu2") prompt = "1girl,solo,illulu,18 years old girl ,breasts,horns,dragon horns,dragon girl,shirt,fang,looking at viewer,huge breasts,twintails,long hair,pointy ears,split pupils,outdoors,night time, dark,upper body, BREAK score_9, score_8_up, score_7_up, score_6_up, score_5_up, score_4_up, source_anime,anime screencap, screencap, masterpiece,(contrast), dark light,vibrance,bright colors,BREAK dewy skin, perspiration on the skin,skin texture, fine lines, pores, natural imperfections,light reflections, glossy skin, shiny skin, megami magazine BREAK <lora:Illulu_-_Kobayashi-san_Chi_no_Maid_Dragon.safetensors:0.8>" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!