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
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: >- | |
| 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> | |
| parameters: | |
| negative_prompt: >- | |
| pubic hair, 3d, cropped, (simple background:1.0), siblings, bad legs, | |
| clones, monochrome, clones, sketch, rought lines, patreon username, logo, | |
| bad proportions, artist signature, artist name,subtitled,text,english | |
| text,subtitles,subtitled,text,letters,logos | |
| output: | |
| url: images/2024-09-15-22_11_791499990960033.png | |
| base_model: John6666/prefect-pony-xl-v2-cleaned-style-sdxl | |
| instance_prompt: ilulu | |
| # ilulu2 | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `ilulu` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/Shero448/ilulu2/tree/main) them in the Files & versions tab. | |