File size: 14,345 Bytes
bfd75a7 ac79e44 bfd75a7 f857fd8 c132240 f857fd8 ac79e44 8ead18f ac79e44 8ead18f ac79e44 8ead18f ac79e44 0956f33 ac79e44 8ead18f ac79e44 0956f33 ac79e44 8ead18f ac79e44 bfd75a7 ac79e44 0956f33 ac79e44 bfd75a7 ac79e44 f857fd8 ac79e44 81743c6 ac79e44 f803c5d ac79e44 f803c5d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 |
---
license: other
license_name: fair-ai-public-license-1.0-sd
license_link: https://freedevproject.org/faipl-1.0-sd/
language:
- en
base_model: KBlueLeaf/kohaku-xl-beta5
pipeline_tag: text-to-image
---
<div class="sponsor-banner">
<img src="https://cdn-uploads.huggingface.co/production/uploads/63398de08f27255b6b50081a/DaAYysFfAzbOfSKYtewW4.png" alt="Hugging Face Logo" class="sponsor-logo">
<p class="sponsor-text">This project is sponsored and supported by <a href="https://onomaai.com " class="OnomaAi" target="_blank" rel="noopener noreferrer"> OnomaAI</span></a></p>
</div>
<style>
.sponsor-banner {
display: flex;
align-items: center;
background-color: #f5f5f5;
padding: 20px;
border-radius: 8px;
margin-bottom: 20px;
}
.sponsor-logo {
width: 100px;
height: auto;
margin-right: 20px;
}
.sponsor-text {
font-size: 18px;
color: #333;
margin: 0;
}
.company-name {
font-weight: bold;
color: #0066cc;
}
</style>
<style>
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Playwrite+DE+Grund:wght@100..400&display=swap');
.title-container {
display: flex;
justify-content: center;
align-items: center;
height: 20vh;
}
/* Title Base Styling */
.title {
text-align: center;
letter-spacing: -0.02em;
line-height: 1.2;
padding: 0.5em 0;
}
.playwrite-de-grund-title {
font-family: "Playwrite DE Grund", cursive;
font-size: 3.2rem;
font-weight: 300;
font-style: normal; /* You can change to italic if needed */
color: black;
}
@keyframes titlePulse {
0% { transform: scale(1); }
100% { transform: scale(1.05); }
}
.custom-table {
table-layout: fixed;
width: 100%;
border-collapse: separate;
border-spacing: 1em;
margin-top: 2em;
}
.custom-table td {
width: 33.333%;
vertical-align: top;
padding: 0;
}
.custom-image-container {
position: relative;
width: 100%;
height: 100%
margin-bottom: 1em;
overflow: hidden;
align-items: center;
border-radius: 15px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
transition: all 0.3s ease;
}
.custom-image-container:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}
.custom-image {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.5s;
}
.last-image-container {
display: grid;
grid-template-columns: 1fr; /* One column for vertical layout */
gap: 0px; /* Remove space between images */
width: 80%; /* Adjust as needed */
height: 100%; /* Set full height */
}
.last-image-container img {
width: 100%; /* Full width for each image */
height: auto; /* Maintain aspect ratio */
}
.custom-image-container:hover .custom-image {
transform: scale(1.1);
}
.playwrite-de-grund-title .company-name {
font-size: 0.8em;
}
.nsfw-filter {
filter: blur(10px);
transition: filter 0.3s ease;
}
.custom-image-container:hover .nsfw-filter {
filter: blur(5px);
}
.overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
opacity: 0;
transition: opacity 0.3s;
}
.custom-image-container:hover .overlay {
opacity: 1;
}
.overlay-text {
font-size: 1.5em;
font-weight: bold;
color: #ffffff;
text-align: center;
padding: 0.5em;
background: linear-gradient(45deg, #e74c3c, #c0392b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}
.overlay-subtext {
font-size: 0.85em;
color: #f0f0f0;
margin-top: 0.5em;
font-style: italic;
text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}
.model-info {
font-style: bold;
}
@media (max-width: 768px) {
.title {
font-size: 3rem;
}
.custom-table td {
display: block;
width: 70%;
}
}
.playwrite-de-grund-title .trained-by {
font-size: 0.4em; /* Smaller font size for "trained by" part */
}
</style>
<head>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css"
/>
</head>
<body>
<div class="title-container">
<h1 class="title">
<i class="fa-thin fa-palette"></i>
<span class="playwrite-de-grund-title">Illustrious XL v0.1 <span class="trained-by">trained by</span> <a rel="nofollow" href="https://onomaai.com/"><b><span class="company-name">Onoma AI</span></b></a></span>
</h1>
</div>
<table class="custom-table">
<tr>
<td>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/dXvGxUKjcsqzt_gDWc9FU.png" alt="s00">
</div>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/TjfHgNIgpfhX1Josy-a1h.png" alt="s01">
</div>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/YMxjs05WcbuS5sIjeqOJr.png" alt="s02">
</div>
</td>
<td>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/ChTQ2UKphqbFsyKF9ddNY.png" alt="s10">
</div>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/PO3_B7AeUVq59OWHidEas.png" alt="s11">
</div>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/hLR6af7AluIYQPB6GXQYh.png" alt="s12">
</div>
</td>
<td>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/4kdzhZAGp_VLEqat6T5Yv.png" alt="s20">
</div>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/05bgqY-9S2dNxtpa6WmNV.png" alt="s21">
</div>
<div class="custom-image-container">
<img class="custom-image" src="https://cdn-uploads.huggingface.co/production/uploads/65eea2d62cc24ebc6dbe16c0/yAYxcQ1IK_dytlPGObMe4.png" alt="s22">
</div>
</td>
</tr>
</table>
<div>
<p>
Illustrious XL is the Illustration focused Stable Diffusion XL model which is continued from Kohaku XL Beta 5, trained by OnomaAI Research Team.
The model focuses on utilizing large-scale annotated dataset, <a href="https://huggingface.co/datasets/nyanko7/danbooru2023">Danbooru2023.</a>
We release the v0.1 and v0.1-GUIDED model here, under fair public ai license, however discourages the usage of model over monetization purpose / any closed source purposes.
For full technical details, please refer to our technical report.
</p>
<p>
<strong>Model Information:</strong>
</p>
<ul style="margin-left: 20px;">
<li><strong>Name:</strong> Illustrious-XL-v0.1</li>
<li><strong>Model Type:</strong> Stable Diffusion XL Model</li>
<li><strong>Dataset:</strong> Fine-tuned on Danbooru2023 Dataset</li>
</ul>
<p>
<strong>Description</strong>:
</p>
<ul style="margin-left: 20px;">
<li><strong>Illustrious-XL</strong> is a powerful generative model series, fine-tuned on the comprehensive Danbooru2023 dataset and its variants. It includes a wide variety of character designs, styles, and artistic knowledge derived from the dataset, making it suitable for creative and artistic AI generation tasks.</li>
<li><strong>Illustrious-XL-v0.1</strong> is untuned BASE model, which works as possible base for all future model variants. LoRAs / Adapters can be trained on this model, ensuring future usecases. The model is research-only purpose, as not tuned for aesthetics / preferences.</li>
<li><strong>Illustrious-XL-v0.1-GUIDED</strong> is minimally safety controlled model, which works as better option for usual usecases.</li>
</ul>
We plan to release several aesthetic-finetuned model variants in near future.
<p>
<strong>Technical Details:</strong>
</p>
<ul style="margin-left: 20px;">
<li> https://arxiv.org/abs/2409.19946 </li>
</ul>
<p>
<strong>Terms and Conditions:</strong>
</p>
<ul style="margin-left: 20px;">
<li>We recommend to use official repositories, to prevent malicious attacks.</li>
<li>Users must agree with LICENSE to use the model. As mentioned in LICENSE, we do NOT take any actions about generated results or possible variants.</li>
<li> <strong>As mentioned in LICENSE, users must NOT use the generated result for any prohibited purposes, including but not limited to:</strong></li>
<ul style="margin-left: 20px;">
<li><strong>Harmful or malicious activities</strong>: This includes harassment, threats, spreading misinformation, or any use intended to harm individuals or groups.</li>
<li><strong>Illegal activities</strong>: Using generated content to violate any applicable laws or regulations.</li>
<li><strong>Unethical, offensive content generation</strong>: Generating offensive, defamatory, or controversial content that violates ethical guidelines.</li>
</ul>
</ul>
By using this model, users agree to comply with the conditions outlined in the LICENSE and acknowledge responsibility for how they utilize the generated content.
<p>
<strong>Safety Control Recommendation:</strong>
</p>
<ul style="margin-left: 20px;">
<li>Generative models can occasionally produce unintended or harmful outputs.</li>
<li>To minimize this risk, it is strongly recommended to use the GUIDED model variant, which incorporates additional safety mechanisms for responsible content generation.</li>
<li>By choosing this variant, users can significantly reduce the likelihood of generating harmful or unintended content.</li>
<li>We plan to update GUIDED model variants and its methodologies, with extensive research.</li>
</ul>
<p>
<strong>Training/Merging Policy:</strong><br>
You may fine-tune, merge, or train LoRA based on this model. However, to foster an open-source community, you are required to:
</p>
<ul style="margin-left: 20px;">
<li>Openly share details of any derived models, including references to the original model licensed under the fair-ai-public-license.</li>
<li>Provide information on datasets and "merge recipes" used for fine-tuning or training.</li>
<li>Adhere to the <strong>fair-ai-public-license</strong>, ensuring that any derivative works are also open source.</li>
</ul>
<p>
<strong>Uploading / Generation Policy:</strong><br>
We do not restrict any upload or spread of the generation results, as we do not own any rights regard to generated materials. This includes 'personally trained models / finetuned models / trained lora-related results'. However, we kindly ask you to open the generation details, to foster the open source communities and researches.
</p>
<p>
<strong>Monetization Prohibition:</strong>
<ul style="margin-left: 20px;">
<li>You are prohibited from monetizing any <strong>close-sourced fine-tuned / merged model, which disallows the public from accessing the model's source code / weights and its usages.</strong></li>
<li>As per the license, you must openly publish any derivative models and variants. This model is intended for open-source use, and all derivatives must follow the same principles.</li>
</ul>
</p>
<p>
<strong>Usage:</strong><br>
We do not recommend overusing critical composition tags such as 'close-up', 'upside-down', or 'cowboy shot', as they can be conflicting and lead to confusion, affecting model results.<br>
Recommended sampling method: Euler a, Sampling Steps: 20–28, CFG: 5–7.5 (may vary based on use case).<br>
We suggest using suitable composition tags like "upper body," "cowboy shot," "portrait," or "full body" depending on your use case.<br>
The model supports quality tags such as: "worst quality," "bad quality," "average quality," "good quality," "best quality," and "masterpiece (quality)."<br>
Note: The model does not have any default style. This is intended behavior for the base model.
</p>
<div class="last-image-container">
<img src="https://cdn-uploads.huggingface.co/production/uploads/651d27e3a00c49c5e50c0653/RiStls1S26meeu8UV8wKj.png" alt="s23">
<p><strong>Prompt:</strong><br>
1boy, holding knife, blue eyes, jewelry, jacket, shirt, open mouth, hand up, simple background, hair between eyes, vest, knife, tongue, holding weapon, grey vest, upper body, necktie, solo, looking at viewer, smile, pink blood, weapon, dagger, open clothes, collared shirt, blood on face, tongue out, blonde hair, holding dagger, red necktie, white shirt, blood, short hair, holding, earrings, long sleeves, black jacket, dark theme
</p>
<p><strong>Negative Prompt:</strong><br>
worst quality, comic, multiple views, bad quality, low quality, lowres, displeasing, very displeasing, bad anatomy, bad hands, scan artifacts, monochrome, greyscale, signature, twitter username, jpeg artifacts, 2koma, 4koma, guro, extra digits, fewer digits
</p>
<img src="https://cdn-uploads.huggingface.co/production/uploads/63398de08f27255b6b50081a/2QgPFOXbu0W6XjAMvLryY.png" alt="s24">
<p><strong>Prompt:</strong><br>
1girl, extremely dark, black theme, silhouette, rim lighting, black, looking at viewer, low contrast, masterpiece
</p>
<p><strong>Negative Prompt:</strong><br>
worst quality, comic, multiple views, bad quality, low quality, lowres, displeasing, very displeasing, bad anatomy, bad hands, scan artifacts, monochrome, greyscale, twitter username, jpeg artifacts, 2koma, 4koma, guro, extra digits, fewer digits, jaggy lines, unclear
</p>
</div>
</div>
</body>
|