rityak commited on
Commit
e558a97
Β·
verified Β·
1 Parent(s): 992db4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +205 -215
README.md CHANGED
@@ -187,144 +187,136 @@ license: openrail++
187
 
188
  ---
189
 
190
- # RealCore Models Collection
191
-
192
  <style>
193
  .models-container {
194
- display: flex;
195
- flex-direction: column;
196
  gap: 1.5rem;
197
- max-width: 1200px;
198
- margin: 0 auto;
199
  padding: 1rem;
200
  }
201
 
202
- .models-header {
203
- text-align: center;
204
- margin-bottom: 2rem;
205
- }
206
-
207
- .models-header h1 {
208
- color: #2c3e50;
209
- font-size: 2.5rem;
210
- margin-bottom: 0.5rem;
211
- }
212
-
213
- .models-header p {
214
- color: #7f8c8d;
215
- font-size: 1.2rem;
216
- }
217
-
218
- .models-table {
219
- border-collapse: separate;
220
- border-spacing: 0;
221
- width: 100%;
222
- background-color: white;
223
- border-radius: 10px;
224
- overflow: hidden;
225
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
226
- }
227
-
228
- .models-table th {
229
- background-color: #3498db;
230
- color: white;
231
- font-weight: bold;
232
- padding: 1rem;
233
- text-align: left;
234
  }
235
 
236
- .models-table th:first-child {
237
- border-top-left-radius: 10px;
 
238
  }
239
 
240
- .models-table th:last-child {
241
- border-top-right-radius: 10px;
 
 
 
 
242
  }
243
 
244
- .models-table tr:nth-child(even) {
245
- background-color: #f8f9fa;
 
 
246
  }
247
 
248
- .models-table td {
249
- padding: 1rem;
250
- border-bottom: 1px solid #e9ecef;
 
251
  }
252
 
253
- .models-table tr:last-child td:first-child {
254
- border-bottom-left-radius: 10px;
 
 
 
 
255
  }
256
 
257
- .models-table tr:last-child td:last-child {
258
- border-bottom-right-radius: 10px;
 
259
  }
260
 
261
- .model-name {
262
- font-weight: bold;
263
- color: #2c3e50;
264
- font-size: 1.1rem;
 
 
 
265
  }
266
 
267
- .model-version {
268
- background-color: #e1f0fa;
269
- color: #3498db;
270
- padding: 0.25rem 0.5rem;
271
- border-radius: 4px;
272
- font-weight: bold;
273
  }
274
 
275
- .link-button {
276
  display: inline-flex;
277
  align-items: center;
278
- justify-content: center;
279
- height: 32px;
280
- padding: 0 12px;
281
- background-color: #f1f3f4;
282
- color: #495057;
283
- text-decoration: none;
284
- border-radius: 6px;
285
  font-weight: 500;
286
- transition: all 0.2s;
287
- border: 1px solid #dee2e6;
288
- }
289
-
290
- .link-button:hover {
291
- background-color: #e9ecef;
292
- transform: translateY(-2px);
293
- box-shadow: 0 4px 8px rgba(0,0,0,0.1);
294
  }
295
 
296
- .huggingface-button {
297
- background-color: #ffde59;
298
- color: #000000;
299
- border: 1px solid #ffd43b;
300
  }
301
 
302
- .civitai-button {
303
- background-color: #2975fa;
304
- color: white;
305
- border: 1px solid #2975fa;
306
  }
307
 
308
- .huggingface-button:hover {
309
- background-color: #f2d04c;
 
 
310
  }
311
 
312
- .civitai-button:hover {
313
- background-color: #225cb9;
 
 
314
  }
315
 
316
- .model-features {
317
- list-style: none;
318
- padding: 0;
319
- margin: 0;
320
  }
321
 
322
- .model-features li {
323
- margin-bottom: 0.5rem;
 
 
 
 
 
 
 
324
  }
325
 
326
- .model-features li:last-child {
327
- margin-bottom: 0;
 
 
 
 
328
  }
329
 
330
  .repo-links {
@@ -333,157 +325,155 @@ license: openrail++
333
  gap: 1rem;
334
  justify-content: center;
335
  margin: 2rem 0;
 
 
 
336
  }
337
 
338
  .repo-link {
339
  display: inline-flex;
340
  align-items: center;
341
- padding: 0.75rem 1.5rem;
342
- background-color: #3498db;
343
- color: white;
344
  text-decoration: none;
345
- border-radius: 8px;
346
  font-weight: 500;
347
  transition: all 0.2s;
 
348
  }
349
 
350
  .repo-link:hover {
351
- background-color: #2980b9;
352
- transform: translateY(-2px);
353
- box-shadow: 0 4px 8px rgba(0,0,0,0.1);
354
  }
355
 
356
  .repo-link.hf {
357
- background-color: #ff66008d;
 
 
358
  }
359
 
360
  .repo-link.civitai {
361
- background-color: #2975fa8d;
 
 
362
  }
363
 
364
- .repo-link.hf:hover {
365
- background-color: #e65c00;
366
- }
 
367
 
368
- .repo-link.civitai:hover {
369
- background-color: #1d66d2;
 
370
  }
371
  </style>
372
 
373
  <div class="models-container">
374
- <div class="models-header">
375
- <h1>RealCore Models Collection</h1>
376
- <p>This page provides an overview of all RealCore models with direct links to their repositories and resources.</p>
377
- </div>
378
-
379
- <table class="models-table">
380
- <thead>
381
- <tr>
382
- <th>Model Name</th>
383
- <th>Version</th>
384
- <th>Base Model</th>
385
- <th>Type</th>
386
- <th>Hugging Face</th>
387
- <th>CivitAI</th>
388
- <th>Description</th>
389
- </tr>
390
- </thead>
391
- <tbody>
392
- <tr>
393
- <td><span class="model-name">RealCore Illustrious</span></td>
394
- <td><span class="model-version">1.0</span></td>
395
- <td>Illustrious</td>
396
- <td>SDXL Merge</td>
397
- <td>
398
- <a href="https://huggingface.co/rityak/RealCore_Illustrious" target="_blank" class="link-button huggingface-button">
399
- Open on Hugging Face
400
- </a>
401
- </td>
402
- <td>
403
- <a href="https://civitai.com/models/2128436" target="_blank" class="link-button civitai-button">
404
- View on CivitAI
405
- </a>
406
- </td>
407
- <td>Merged Illustrious checkpoint with realistic and photo-realistic focus, supports NSFW and LCM</td>
408
- </tr>
409
- <tr>
410
- <td><span class="model-name">RealCore Pony</span></td>
411
- <td><span class="model-version">1.0</span></td>
412
- <td>Pony_Diffusion_V6_XL</td>
413
- <td>SDXL Merge</td>
414
- <td>
415
- <a href="https://huggingface.co/rityak/RealCore_Pony" target="_blank" class="link-button huggingface-button">
416
- Open on Hugging Face
417
- </a>
418
- </td>
419
- <td>
420
- <a href="https://civitai.com/models/2095050" target="_blank" class="link-button civitai-button">
421
- View on CivitAI
422
- </a>
423
- </td>
424
- <td>Pony Diffusion V6 checkpoint with realistic styles, supports NSFW and LCM</td>
425
- </tr>
426
- <tr>
427
- <td><span class="model-name">RealCore XL</span></td>
428
- <td><span class="model-version">1.0</span></td>
429
- <td>SDXL 1.0</td>
430
- <td>SDXL Merge</td>
431
- <td>
432
- <a href="https://huggingface.co/rityak/RealCoreXL" target="_blank" class="link-button huggingface-button">
433
- Open on Hugging Face
434
- </a>
435
- </td>
436
- <td>
437
- <a href="https://civitai.com/models/2077774" target="_blank" class="link-button civitai-button">
438
- View on CivitAI
439
- </a>
440
- </td>
441
- <td>Stable Diffusion XL checkpoint for realistic and amateur photo styles, supports NSFW and LCM</td>
442
- </tr>
443
- </tbody>
444
- </table>
445
-
446
- <div class="repo-links">
447
- <a href="https://huggingface.co/rityak/RealCore_Illustrious" target="_blank" class="repo-link hf">RealCore Illustrious HuggingFace</a>
448
- <a href="https://huggingface.co/rityak/RealCore_Pony" target="_blank" class="repo-link hf">RealCore Pony HuggingFace</a>
449
- <a href="https://huggingface.co/rityak/RealCoreXL" target="_blank" class="repo-link hf">RealCore XL HuggingFace</a>
450
  </div>
451
 
452
- <div class="model-details">
453
- <h2>🧠 Model Details</h2>
454
-
455
- <h3>RealCore Illustrious 1.0</h3>
456
- <ul class="model-features">
457
- <li><strong>RealCore Illustrious</strong> is a merged <strong>Illustrious</strong> checkpoint built from multiple models and LoRAs, designed to deliver stunning results in realistic and photo-realistic styles.</li>
458
- <li>Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.</li>
459
- <li><strong>Features</strong>: Realistic & photo-realistic rendering, Complex multi-model merge with LoRAs, Excellent LCM compatibility, NSFW supported</li>
 
 
 
 
 
460
  </ul>
461
-
462
- <h3>RealCore Pony 1.0</h3>
463
- <ul class="model-features">
464
- <li><strong>RealCore Pony</strong> is a merged <strong>Pony Diffusion V6</strong> checkpoint built from multiple models and LoRAs, designed to deliver stunning results in realistic styles.</li>
465
- <li>Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.</li>
466
- <li><strong>Features</strong>: Realistic & photo rendering, Complex multi-model merge with LoRAs, Excellent LCM compatibility, NSFW supported</li>
 
 
 
 
 
 
 
467
  </ul>
 
468
 
469
- <h3>RealCore XL 1.0</h3>
470
- <ul class="model-features">
471
- <li><strong>RealCore XL</strong> is a merged <strong>Stable Diffusion XL</strong> checkpoint built from multiple models and LoRAs, designed to deliver stunning results in realistic and amateur photo styles.</li>
472
- <li>Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.</li>
473
- <li><strong>Features</strong>: Realistic & amateur photo rendering, Complex multi-model merge with LoRAs, Excellent LCM compatibility, NSFW supported</li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
474
  </ul>
475
  </div>
 
476
 
477
- <div class="base-models">
478
- <h2>🧩 Base Models Used</h2>
479
- <ul class="model-features">
480
- <li><strong>Illustrious</strong> (for RealCore Illustrious)</li>
481
- <li><strong>Pony_Diffusion_V6_XL</strong> (for RealCore Pony)</li>
482
- <li><strong>Stable Diffusion XL 1.0</strong> (for RealCore XL)</li>
483
- </ul>
 
484
 
485
- <p>All models are optimized for ComfyUI + LCM and support NSFW generation.</p>
486
- </div>
487
  </div>
488
 
489
  ---
 
187
 
188
  ---
189
 
 
 
190
  <style>
191
  .models-container {
192
+ display: grid;
193
+ grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
194
  gap: 1.5rem;
 
 
195
  padding: 1rem;
196
  }
197
 
198
+ .model-card {
199
+ background: var(--background-secondary, #f0f0f0);
200
+ border-radius: 8px;
201
+ padding: 1.5rem;
202
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
203
+ transition: transform 0.2s ease, box-shadow 0.2s ease;
204
+ border: 1px solid var(--background-modifier-border, #ddd);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  }
206
 
207
+ .model-card:hover {
208
+ transform: translateY(-5px);
209
+ box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
210
  }
211
 
212
+ .model-header {
213
+ margin-top: 0;
214
+ margin-bottom: 1rem;
215
+ padding-bottom: 0.5rem;
216
+ border-bottom: 1px solid var(--background-modifier-border, #ddd);
217
+ color: var(--text-title, #333);
218
  }
219
 
220
+ .model-description {
221
+ margin: 1rem 0;
222
+ line-height: 1.5;
223
+ color: var(--text-normal, #666);
224
  }
225
 
226
+ .features-list {
227
+ list-style: none;
228
+ padding: 0;
229
+ margin: 1rem 0;
230
  }
231
 
232
+ .features-list li {
233
+ display: flex;
234
+ align-items: center;
235
+ margin-bottom: 0.5rem;
236
+ font-size: 0.95rem;
237
+ color: var(--text-normal, #555);
238
  }
239
 
240
+ .features-list .icon {
241
+ margin-right: 0.6rem;
242
+ font-size: 1.1rem;
243
  }
244
 
245
+ .badge-list {
246
+ list-style: none;
247
+ padding: 0;
248
+ margin: 1.5rem 0 0;
249
+ display: flex;
250
+ flex-wrap: wrap;
251
+ gap: 0.5rem;
252
  }
253
 
254
+ .badge-list li {
255
+ margin: 0;
 
 
 
 
256
  }
257
 
258
+ .badge-btn {
259
  display: inline-flex;
260
  align-items: center;
261
+ height: 30px;
262
+ padding: 0 10px;
263
+ font-size: 13px;
 
 
 
 
264
  font-weight: 500;
265
+ color: var(--text-normal, #333);
266
+ background: var(--interactive-normal, #e9ecef);
267
+ text-decoration: none;
268
+ border-radius: 4px;
269
+ white-space: nowrap;
270
+ transition: opacity 0.2s, transform 0.1s;
271
+ border: 1px solid var(--background-modifier-border, #ced4da);
 
272
  }
273
 
274
+ .badge-btn .btn-icon {
275
+ width: 14px;
276
+ height: 14px;
277
+ margin-right: 5px;
278
  }
279
 
280
+ .badge-btn:hover {
281
+ opacity: 0.85;
282
+ transform: translateY(-1px);
283
+ background: var(--interactive-hover, #dee2e6);
284
  }
285
 
286
+ .badge-btn.civitai {
287
+ background-color: #2975fa20;
288
+ border-color: #2975fa40;
289
+ color: #2975fa;
290
  }
291
 
292
+ .badge-btn.hf {
293
+ background-color: #ff660020;
294
+ border-color: #ff660040;
295
+ color: #ff6600;
296
  }
297
 
298
+ .model-base {
299
+ font-weight: bold;
300
+ color: var(--text-accent, #007bff);
 
301
  }
302
 
303
+ .model-version {
304
+ background: var(--background-modifier-border, #ced4da);
305
+ color: var(--text-normal, #495057);
306
+ padding: 0.15rem 0.5rem;
307
+ border-radius: 4px;
308
+ font-size: 0.85rem;
309
+ font-weight: 600;
310
+ display: inline-block;
311
+ margin-left: 0.5rem;
312
  }
313
 
314
+ .model-type {
315
+ font-style: italic;
316
+ color: var(--text-muted, #888);
317
+ font-size: 0.9rem;
318
+ margin-top: 0.25rem;
319
+ display: block;
320
  }
321
 
322
  .repo-links {
 
325
  gap: 1rem;
326
  justify-content: center;
327
  margin: 2rem 0;
328
+ padding: 1.5rem;
329
+ background: var(--background-secondary, #f8f9fa);
330
+ border-radius: 8px;
331
  }
332
 
333
  .repo-link {
334
  display: inline-flex;
335
  align-items: center;
336
+ padding: 0.5rem 1rem;
337
+ background: var(--interactive-normal, #e9ecef);
338
+ color: var(--text-normal, #333);
339
  text-decoration: none;
340
+ border-radius: 6px;
341
  font-weight: 500;
342
  transition: all 0.2s;
343
+ border: 1px solid var(--background-modifier-border, #ced4da);
344
  }
345
 
346
  .repo-link:hover {
347
+ background: var(--interactive-hover, #dee2e6);
348
+ transform: translateY(-1px);
 
349
  }
350
 
351
  .repo-link.hf {
352
+ background-color: #ff660020;
353
+ border-color: #ff660040;
354
+ color: #ff6600;
355
  }
356
 
357
  .repo-link.civitai {
358
+ background-color: #2975fa20;
359
+ border-color: #2975fa40;
360
+ color: #2975fa;
361
  }
362
 
363
+ @media (max-width: 768px) {
364
+ .models-container {
365
+ grid-template-columns: 1fr;
366
+ }
367
 
368
+ .repo-links {
369
+ flex-direction: column;
370
+ }
371
  }
372
  </style>
373
 
374
  <div class="models-container">
375
+ <div class="model-card">
376
+ <h3 class="model-header">RealCore Illustrious <span class="model-version">1.0</span></h3>
377
+ <span class="model-type">SDXL Merge | Base: <span class="model-base">Illustrious</span></span>
378
+ <p class="model-description">
379
+ A merged <strong>Illustrious</strong> checkpoint built from multiple models and LoRAs,
380
+ designed to deliver stunning results in <em>realistic</em> and <em>photo-realistic</em> styles.
381
+ Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.
382
+ </p>
383
+ <ul class="features-list">
384
+ <li><span class="icon">πŸ“·</span> Realistic & photo-realistic rendering</li>
385
+ <li><span class="icon">πŸ”€</span> Complex multi-model merge with LoRAs</li>
386
+ <li><span class="icon">⚑</span> Excellent <strong>LCM</strong> compatibility</li>
387
+ <li><span class="icon">πŸ”“</span> NSFW supported</li>
388
+ </ul>
389
+ <ul class="badge-list">
390
+ <li>
391
+ <a href="https://civitai.com/models/2128436" target="_blank" class="badge-btn civitai">
392
+ <img src="https://civitai.com/favicon-blue.ico" alt="CivitAI" class="btn-icon" />
393
+ View on CivitAI
394
+ </a>
395
+ </li>
396
+ <li>
397
+ <a href="https://huggingface.co/rityak/RealCore_Illustrious" target="_blank" class="badge-btn hf">
398
+ <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face" class="btn-icon" />
399
+ Open on Hugging Face
400
+ </a>
401
+ </li>
402
+ </ul>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
403
  </div>
404
 
405
+ <div class="model-card">
406
+ <h3 class="model-header">RealCore Pony <span class="model-version">1.0</span></h3>
407
+ <span class="model-type">SDXL Merge | Base: <span class="model-base">Pony_Diffusion_V6_XL</span></span>
408
+ <p class="model-description">
409
+ A merged <strong>Pony Diffusion V6</strong> checkpoint built from multiple models and LoRAs,
410
+ designed to deliver stunning results in <em>realistic</em> styles.
411
+ Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.
412
+ </p>
413
+ <ul class="features-list">
414
+ <li><span class="icon">πŸ“·</span> Realistic & photo rendering</li>
415
+ <li><span class="icon">πŸ”€</span> Complex multi-model merge with LoRAs</li>
416
+ <li><span class="icon">⚑</span> Excellent <strong>LCM</strong> compatibility</li>
417
+ <li><span class="icon">πŸ”“</span> NSFW supported</li>
418
  </ul>
419
+ <ul class="badge-list">
420
+ <li>
421
+ <a href="https://civitai.com/models/2095050" target="_blank" class="badge-btn civitai">
422
+ <img src="https://civitai.com/favicon-blue.ico" alt="CivitAI" class="btn-icon" />
423
+ View on CivitAI
424
+ </a>
425
+ </li>
426
+ <li>
427
+ <a href="https://huggingface.co/rityak/RealCore_Pony" target="_blank" class="badge-btn hf">
428
+ <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face" class="btn-icon" />
429
+ Open on Hugging Face
430
+ </a>
431
+ </li>
432
  </ul>
433
+ </div>
434
 
435
+ <div class="model-card">
436
+ <h3 class="model-header">RealCore XL <span class="model-version">1.0</span></h3>
437
+ <span class="model-type">SDXL Merge | Base: <span class="model-base">SDXL 1.0</span></span>
438
+ <p class="model-description">
439
+ A merged <strong>Stable Diffusion XL</strong> checkpoint built from multiple models and LoRAs,
440
+ designed to deliver stunning results in <em>realistic</em> and <em>amateur photo</em> styles.
441
+ Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.
442
+ </p>
443
+ <ul class="features-list">
444
+ <li><span class="icon">πŸ“·</span> Realistic & amateur photo rendering</li>
445
+ <li><span class="icon">πŸ”€</span> Complex multi-model merge with LoRAs</li>
446
+ <li><span class="icon">⚑</span> Excellent <strong>LCM</strong> compatibility</li>
447
+ <li><span class="icon">πŸ”“</span> NSFW supported</li>
448
+ </ul>
449
+ <ul class="badge-list">
450
+ <li>
451
+ <a href="https://civitai.com/models/2077774" target="_blank" class="badge-btn civitai">
452
+ <img src="https://civitai.com/favicon-blue.ico" alt="CivitAI" class="btn-icon" />
453
+ View on CivitAI
454
+ </a>
455
+ </li>
456
+ <li>
457
+ <a href="https://huggingface.co/rityak/RealCoreXL" target="_blank" class="badge-btn hf">
458
+ <img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face" class="btn-icon" />
459
+ Open on Hugging Face
460
+ </a>
461
+ </li>
462
  </ul>
463
  </div>
464
+ </div>
465
 
466
+ <div class="repo-links">
467
+ <a href="https://huggingface.co/rityak/RealCore_Illustrious" target="_blank" class="repo-link hf">RealCore Illustrious HuggingFace</a>
468
+ <a href="https://huggingface.co/rityak/RealCore_Pony" target="_blank" class="repo-link hf">RealCore Pony HuggingFace</a>
469
+ <a href="https://huggingface.co/rityak/RealCoreXL" target="_blank" class="repo-link hf">RealCore XL HuggingFace</a>
470
+ <a href="https://civitai.com/models/2128436" target="_blank" class="repo-link civitai">RealCore Illustrious CivitAI</a>
471
+ <a href="https://civitai.com/models/2095050" target="_blank" class="repo-link civitai">RealCore Pony CivitAI</a>
472
+ <a href="https://civitai.com/models/2077774" target="_blank" class="repo-link civitai">RealCore XL CivitAI</a>
473
+ </div>
474
 
475
+ <div style="text-align: center; margin-top: 2rem; padding: 1rem; color: var(--text-muted, #6c757d); font-style: italic;">
476
+ All models are optimized for ComfyUI + LCM and support NSFW generation.
477
  </div>
478
 
479
  ---