Instructions to use LyliaEngine/ilustmix_v6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LyliaEngine/ilustmix_v6 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("OnomaAIResearch/Illustrious-xl-early-release-v0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("LyliaEngine/ilustmix_v6") prompt = "8K, depth of field, dynamic angle, sexy pose, best quality, detailed eyes, perfect eyes, realistic eyes, skindentation, single, one, silver hair, bangs hair, aqua eyes, thick eyebrows, black eyebrows, darker eyeshadow, full lips, slim body, collarbone, long pink bunny ears, pink collar, pink stockings, , small breast, realistic breast, (pink bra, full-coverage bra), classic skirt, black skirt, BREAK, sitting, Yokozuwari, back view, unzipped, movie perspective, yellow background, <lora:MoriiMee_Gothic_Niji_Style_Illustrious_r1:0.7> artist:moriimee, <lora:PowerPuffMixLora:0.5>, <lora:Detailer_NoobAI_Incrs_v1:0.7> detailed," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
4482f6e
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +117 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,117 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
8K, depth of field, dynamic angle, sexy pose, best quality, detailed eyes,
|
| 10 |
+
perfect eyes, realistic eyes, skindentation, single, one, silver hair, bangs
|
| 11 |
+
hair, aqua eyes, thick eyebrows, black eyebrows, darker eyeshadow, full
|
| 12 |
+
lips, slim body, collarbone, long pink bunny ears, pink collar, pink
|
| 13 |
+
stockings, , small breast, realistic breast, (pink bra, full-coverage bra),
|
| 14 |
+
classic skirt, black skirt, BREAK, sitting, Yokozuwari, back view, unzipped,
|
| 15 |
+
movie perspective, yellow background,
|
| 16 |
+
<lora:MoriiMee_Gothic_Niji_Style_Illustrious_r1:0.7> artist:moriimee,
|
| 17 |
+
<lora:PowerPuffMixLora:0.5>, <lora:Detailer_NoobAI_Incrs_v1:0.7> detailed,
|
| 18 |
+
parameters:
|
| 19 |
+
negative_prompt: >-
|
| 20 |
+
3D, leather:1.3, loli, man, multiple, closeup:1.3, close, parted lips,
|
| 21 |
+
portrait, shine, (worst quality, low quality, sketch:1.1),error, bad
|
| 22 |
+
anatomy, bad hands, watermark, ugly, distorted, censored, lowers, multiple
|
| 23 |
+
views, signature,
|
| 24 |
+
output:
|
| 25 |
+
url: images/40-txt2img-20250507-135822-645593460.png
|
| 26 |
+
- text: >-
|
| 27 |
+
8K, depth of field, dynamic angle, sexy pose, best quality, detailed eyes,
|
| 28 |
+
perfect eyes, realistic eyes, skindentation, single, one, brown hair, hair
|
| 29 |
+
between eyes, blue eyes, thick eyebrows, black eyebrows, darker eyeshadow,
|
| 30 |
+
pink lips, full lips, freckles, white stockings, white boots, , small
|
| 31 |
+
breast, realistic breast, over sized jacket, black jacket, white shirt, long
|
| 32 |
+
shirt, black leggings, BREAK, lying, on stomach, side view, clothes down,
|
| 33 |
+
movie perspective, abstract background,
|
| 34 |
+
<lora:MoriiMee_Gothic_Niji_Style_Illustrious_r1:0.5> artist:moriimee,
|
| 35 |
+
<lora:Detailer_NoobAI_Incrs_v1:0.7> detailed,
|
| 36 |
+
parameters:
|
| 37 |
+
negative_prompt: >-
|
| 38 |
+
3D, leather:1.3, loli, man, multiple, closeup:1.3, close, parted lips,
|
| 39 |
+
portrait, shine, (worst quality, low quality, sketch:1.1),error, bad
|
| 40 |
+
anatomy, bad hands, watermark, ugly, distorted, censored, lowers, multiple
|
| 41 |
+
views, signature,
|
| 42 |
+
output:
|
| 43 |
+
url: images/5-txt2img-20250507-134331-852947148.png
|
| 44 |
+
- text: >-
|
| 45 |
+
8K, depth of field, dynamic angle, sexy pose, best quality, detailed eyes,
|
| 46 |
+
perfect eyes, realistic eyes, skindentation, single, one, blue hair, single
|
| 47 |
+
hair bun, blue eyes, thick eyebrows, black eyebrows, purple eyeshadow, pink
|
| 48 |
+
lips, full lips, slim body, lace gloves, choker, ((scars)), (long sword
|
| 49 |
+
swinging), , small breast, realistic breast, (white blouse), (black corset
|
| 50 |
+
detail), (black asymmetrical skirt), BREAK, sitting, Straddling, front view,
|
| 51 |
+
unzipping, movie perspective, chibi inset,
|
| 52 |
+
<lora:MoriiMee_Gothic_Niji_Style_Illustrious_r1:0.7> artist:moriimee,
|
| 53 |
+
<lora:PowerPuffMixLora:0.5>, <lora:Detailer_NoobAI_Incrs_v1:0.7> detailed,
|
| 54 |
+
parameters:
|
| 55 |
+
negative_prompt: >-
|
| 56 |
+
3D, leather:1.3, loli, man, multiple, closeup:1.3, close, parted lips,
|
| 57 |
+
portrait, shine, (worst quality, low quality, sketch:1.1),error, bad
|
| 58 |
+
anatomy, bad hands, watermark, ugly, distorted, censored, lowers, multiple
|
| 59 |
+
views, signature,
|
| 60 |
+
output:
|
| 61 |
+
url: images/5-txt2img-20250507-134738-2430880307.png
|
| 62 |
+
base_model: OnomaAIResearch/Illustrious-xl-early-release-v0
|
| 63 |
+
instance_prompt: None
|
| 64 |
+
license: cdla-permissive-2.0
|
| 65 |
+
---
|
| 66 |
+
# ilustmix_v6
|
| 67 |
+
|
| 68 |
+
<Gallery />
|
| 69 |
+
|
| 70 |
+
## Model description
|
| 71 |
+
|
| 72 |
+
Join Discord
|
| 73 |
+
|
| 74 |
+
✨ Try the Model for Free! ✨
|
| 75 |
+
|
| 76 |
+
I’m hosting my model on SocialDiff.net—a project I’m developing in my spare time. ADetailer is fully integrated, making your experience even smoother.
|
| 77 |
+
|
| 78 |
+
💖 Show Your Support! 💖
|
| 79 |
+
|
| 80 |
+
If you enjoy the model, don’t forget to leave a like and a review—your feedback helps improve the project! Also, support the talented creators publishing their work with this model by giving them some well-deserved appreciation.
|
| 81 |
+
|
| 82 |
+
🌟 Digging my way to the Illustrious Checkpoint. 🌟
|
| 83 |
+
|
| 84 |
+
Why Illustrious?
|
| 85 |
+
|
| 86 |
+
• Exceptional Attention to Detail: Every aspect is thoughtfully refined.
|
| 87 |
+
|
| 88 |
+
• Beautifully Detailed Bodies: Impressive proportions and structure.
|
| 89 |
+
|
| 90 |
+
• Perfectly Crafted Hands: No awkward poses or inconsistencies.
|
| 91 |
+
|
| 92 |
+
• Illustrious Vision for Semi-Realistic Results: A balance between realism and artistic finesse.
|
| 93 |
+
|
| 94 |
+
Key Settings
|
| 95 |
+
|
| 96 |
+
• Sampler: Euler a
|
| 97 |
+
|
| 98 |
+
• Steps: 25
|
| 99 |
+
|
| 100 |
+
Tags to Highlight Quality
|
| 101 |
+
|
| 102 |
+
masterpiece, best quality, amazing quality, very aesthetic, detailed eyes, perfect eyes, realistic eyes
|
| 103 |
+
|
| 104 |
+
Additional Enhancements
|
| 105 |
+
|
| 106 |
+
• All images are polished using ADetailer (face_yolov8s) for flawless face results
|
| 107 |
+
|
| 108 |
+
## Trigger words
|
| 109 |
+
|
| 110 |
+
You should use `None` to trigger the image generation.
|
| 111 |
+
|
| 112 |
+
|
| 113 |
+
## Download model
|
| 114 |
+
|
| 115 |
+
Weights for this model are available in Safetensors format.
|
| 116 |
+
|
| 117 |
+
[Download](/LyliaEngine/ilustmix_v6/tree/main) them in the Files & versions tab.
|