rityak commited on
Commit
c5166e5
·
verified ·
1 Parent(s): e558a97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +174 -176
README.md CHANGED
@@ -11,182 +11,6 @@ tags:
11
  - merge
12
  license: openrail++
13
  ---
14
-
15
- <style>
16
- .container {
17
- display: flex;
18
- gap: 2rem;
19
- align-items: flex-start;
20
- }
21
- .image-wrapper,
22
- .details {
23
- flex: 1 1 50%;
24
- }
25
- .image-wrapper {
26
- display: flex;
27
- justify-content: center;
28
- align-items: center;
29
- }
30
- .model-image {
31
- width: 100%;
32
- max-width: 500px;
33
- min-width: 300px;
34
- border-radius: 8px;
35
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
36
- }
37
- .details h1 {
38
- margin-top: 0;
39
- font-size: 2rem;
40
- color: #fff;
41
- }
42
- .details .description {
43
- margin: 0.5rem 0 1.5rem;
44
- line-height: 1.5;
45
- color: #ccc;
46
- }
47
- .features-list {
48
- list-style: none;
49
- padding: 0;
50
- margin: 0 0 1.5rem;
51
- }
52
- .features-list li {
53
- display: flex;
54
- align-items: center;
55
- margin-bottom: 0.5rem;
56
- font-size: 1rem;
57
- color: #fff;
58
- }
59
- .features-list .icon {
60
- margin-right: 0.6rem;
61
- font-size: 1.2rem;
62
- }
63
- .badge-list {
64
- list-style: none;
65
- padding: 0;
66
- margin: 0;
67
- display: flex;
68
- flex-wrap: wrap;
69
- row-gap: 0.25rem;
70
- column-gap: 0.5rem;
71
- }
72
- .badge-list li {
73
- margin: 0;
74
- }
75
- .badge-btn {
76
- display: inline-flex;
77
- align-items: center;
78
- height: 28px;
79
- padding: 0 10px;
80
- font-size: 14px;
81
- font-weight: 500;
82
- color: #fff;
83
- text-decoration: none;
84
- border-radius: 4px;
85
- white-space: nowrap;
86
- transition: opacity 0.2s, transform 0.1s;
87
- }
88
- .badge-btn .btn-icon {
89
- width: 16px;
90
- height: 16px;
91
- margin-right: 6px;
92
- }
93
- .badge-btn:hover {
94
- opacity: 0.85;
95
- transform: translateY(-1px);
96
- }
97
- .badge-btn.civitai {
98
- background-color: #2975fa8d;
99
- }
100
- .badge-btn.hf {
101
- background-color: #ff66008d;
102
- }
103
- @media (max-width: 700px) {
104
- .container {
105
- flex-direction: column;
106
- align-items: center;
107
- }
108
- .image-wrapper,
109
- .details {
110
- flex: unset;
111
- width: 100%;
112
- }
113
- .model-image {
114
- width: 90%;
115
- max-width: 500px;
116
- min-width: auto;
117
- margin-bottom: 1rem;
118
- }
119
- }
120
- </style>
121
- <div class="container">
122
- <div class="image-wrapper">
123
- <video
124
- class="model-image"
125
- controls
126
- autoplay
127
- loop
128
- muted
129
- playsinline
130
- preload="metadata"
131
- poster="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/img.png"
132
- >
133
- <source src="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/vid.mp4" type="video/mp4">
134
- <img
135
- src="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/img.png"
136
- alt="Preview image of RealCore Illustrious model"
137
- style="width:100%; max-width:500px; border-radius:8px;"
138
- />
139
- Your browser does not support the video tag.
140
- </video>
141
- </div>
142
- <div class="details">
143
- <h1>RealCore Illustrious 1.0</h1>
144
- <p class="description">
145
- <strong>RealCore Illustrious</strong> is a merged <strong>Illustrious</strong> checkpoint built from multiple models and LoRAs,
146
- designed to deliver stunning results in <em>realistic</em> and <em>photo-realistic</em> styles.
147
- Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.
148
- </p>
149
- <ul class="features-list">
150
- <li><span class="icon">📷</span>Realistic & photo-realistic rendering</li>
151
- <li><span class="icon">🔀</span>Complex multi-model merge with LoRAs</li>
152
- <li><span class="icon">⚡</span>Excellent <strong>LCM</strong> compatibility</li>
153
- <li><span class="icon">🔓</span>NSFW supported</li>
154
- </ul>
155
- <ul class="badge-list">
156
- <li>
157
- <a
158
- href="https://civitai.com/models/2128436"
159
- target="_blank"
160
- class="badge-btn civitai"
161
- >
162
- <img
163
- src="https://civitai.com/favicon-blue.ico"
164
- alt="CivitAI"
165
- class="btn-icon"
166
- />
167
- View on CivitAI
168
- </a>
169
- </li>
170
- <li>
171
- <a
172
- href="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/RealCore_Illustrious_v10.safetensors?download=true"
173
- target="_blank"
174
- class="badge-btn hf"
175
- >
176
- <img
177
- src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"
178
- alt="Hugging Face"
179
- class="btn-icon"
180
- />
181
- Download RealCore Illustrious 1.0
182
- </a>
183
- </li>
184
- </ul>
185
- </div>
186
- </div>
187
-
188
- ---
189
-
190
  <style>
191
  .models-container {
192
  display: grid;
@@ -370,6 +194,180 @@ license: openrail++
370
  }
371
  }
372
  </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
373
 
374
  <div class="models-container">
375
  <div class="model-card">
 
11
  - merge
12
  license: openrail++
13
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  <style>
15
  .models-container {
16
  display: grid;
 
194
  }
195
  }
196
  </style>
197
+ <style>
198
+ .container {
199
+ display: flex;
200
+ gap: 2rem;
201
+ align-items: flex-start;
202
+ }
203
+ .image-wrapper,
204
+ .details {
205
+ flex: 1 1 50%;
206
+ }
207
+ .image-wrapper {
208
+ display: flex;
209
+ justify-content: center;
210
+ align-items: center;
211
+ }
212
+ .model-image {
213
+ width: 100%;
214
+ max-width: 500px;
215
+ min-width: 300px;
216
+ border-radius: 8px;
217
+ box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
218
+ }
219
+ .details h1 {
220
+ margin-top: 0;
221
+ font-size: 2rem;
222
+ color: #fff;
223
+ }
224
+ .details .description {
225
+ margin: 0.5rem 0 1.5rem;
226
+ line-height: 1.5;
227
+ color: #ccc;
228
+ }
229
+ .features-list {
230
+ list-style: none;
231
+ padding: 0;
232
+ margin: 0 0 1.5rem;
233
+ }
234
+ .features-list li {
235
+ display: flex;
236
+ align-items: center;
237
+ margin-bottom: 0.5rem;
238
+ font-size: 1rem;
239
+ color: #fff;
240
+ }
241
+ .features-list .icon {
242
+ margin-right: 0.6rem;
243
+ font-size: 1.2rem;
244
+ }
245
+ .badge-list {
246
+ list-style: none;
247
+ padding: 0;
248
+ margin: 0;
249
+ display: flex;
250
+ flex-wrap: wrap;
251
+ row-gap: 0.25rem;
252
+ column-gap: 0.5rem;
253
+ }
254
+ .badge-list li {
255
+ margin: 0;
256
+ }
257
+ .badge-btn {
258
+ display: inline-flex;
259
+ align-items: center;
260
+ height: 28px;
261
+ padding: 0 10px;
262
+ font-size: 14px;
263
+ font-weight: 500;
264
+ color: #fff;
265
+ text-decoration: none;
266
+ border-radius: 4px;
267
+ white-space: nowrap;
268
+ transition: opacity 0.2s, transform 0.1s;
269
+ }
270
+ .badge-btn .btn-icon {
271
+ width: 16px;
272
+ height: 16px;
273
+ margin-right: 6px;
274
+ }
275
+ .badge-btn:hover {
276
+ opacity: 0.85;
277
+ transform: translateY(-1px);
278
+ }
279
+ .badge-btn.civitai {
280
+ background-color: #2975fa8d;
281
+ }
282
+ .badge-btn.hf {
283
+ background-color: #ff66008d;
284
+ }
285
+ @media (max-width: 700px) {
286
+ .container {
287
+ flex-direction: column;
288
+ align-items: center;
289
+ }
290
+ .image-wrapper,
291
+ .details {
292
+ flex: unset;
293
+ width: 100%;
294
+ }
295
+ .model-image {
296
+ width: 90%;
297
+ max-width: 500px;
298
+ min-width: auto;
299
+ margin-bottom: 1rem;
300
+ }
301
+ }
302
+ </style>
303
+ <div class="container">
304
+ <div class="image-wrapper">
305
+ <video
306
+ class="model-image"
307
+ controls
308
+ autoplay
309
+ loop
310
+ muted
311
+ playsinline
312
+ preload="metadata"
313
+ poster="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/img.png"
314
+ >
315
+ <source src="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/vid.mp4" type="video/mp4">
316
+ <img
317
+ src="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/img.png"
318
+ alt="Preview image of RealCore Illustrious model"
319
+ style="width:100%; max-width:500px; border-radius:8px;"
320
+ />
321
+ Your browser does not support the video tag.
322
+ </video>
323
+ </div>
324
+ <div class="details">
325
+ <h1>RealCore Illustrious 1.0</h1>
326
+ <p class="description">
327
+ <strong>RealCore Illustrious</strong> is a merged <strong>Illustrious</strong> checkpoint built from multiple models and LoRAs,
328
+ designed to deliver stunning results in <em>realistic</em> and <em>photo-realistic</em> styles.
329
+ Fully supports <strong>NSFW</strong> generation and integrates seamlessly with <strong>LCM</strong> acceleration.
330
+ </p>
331
+ <ul class="features-list">
332
+ <li><span class="icon">📷</span>Realistic & photo-realistic rendering</li>
333
+ <li><span class="icon">🔀</span>Complex multi-model merge with LoRAs</li>
334
+ <li><span class="icon">⚡</span>Excellent <strong>LCM</strong> compatibility</li>
335
+ <li><span class="icon">🔓</span>NSFW supported</li>
336
+ </ul>
337
+ <ul class="badge-list">
338
+ <li>
339
+ <a
340
+ href="https://civitai.com/models/2128436"
341
+ target="_blank"
342
+ class="badge-btn civitai"
343
+ >
344
+ <img
345
+ src="https://civitai.com/favicon-blue.ico"
346
+ alt="CivitAI"
347
+ class="btn-icon"
348
+ />
349
+ View on CivitAI
350
+ </a>
351
+ </li>
352
+ <li>
353
+ <a
354
+ href="https://huggingface.co/rityak/RealCore_Illustrious/resolve/main/RealCore_Illustrious_v10.safetensors?download=true"
355
+ target="_blank"
356
+ class="badge-btn hf"
357
+ >
358
+ <img
359
+ src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg"
360
+ alt="Hugging Face"
361
+ class="btn-icon"
362
+ />
363
+ Download RealCore Illustrious 1.0
364
+ </a>
365
+ </li>
366
+ </ul>
367
+ </div>
368
+ </div>
369
+
370
+ ---
371
 
372
  <div class="models-container">
373
  <div class="model-card">