sleepdeprived3 commited on
Commit
e79134a
Β·
verified Β·
1 Parent(s): c3c9081

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +679 -0
README.md ADDED
@@ -0,0 +1,679 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: mrl
4
+ language:
5
+ - en
6
+ base_model:
7
+ - ReadyArt/Omega-Darker_The-Final-Directive-22B
8
+ base_model_relation: merge
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - nsfw
12
+ - explicit
13
+ - roleplay
14
+ - unaligned
15
+ - ERP
16
+ - Erotic
17
+ - Horror
18
+ - Violence
19
+ ---
20
+
21
+ <style>
22
+ body {
23
+ font-family: 'Quicksand', sans-serif;
24
+ background: linear-gradient(135deg, #0a1a1a 0%, #001010 100%);
25
+ color: #e1ffff !important;
26
+ text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
27
+ margin: 0;
28
+ padding: 20px;
29
+ transition: all 0.5s ease;
30
+ }
31
+
32
+ @media (prefers-color-scheme: light) {
33
+ body {
34
+ background: linear-gradient(135deg, #e1ffff 0%, #c0f0ff 100%);
35
+ color: #002b36 !important;
36
+ text-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
37
+ }
38
+ }
39
+
40
+ .container {
41
+ min-width: 100%;
42
+ margin: 0 auto;
43
+ max-width: 1200px;
44
+ background: rgba(0, 17, 22, 0.95);
45
+ border-radius: 12px;
46
+ padding: 30px;
47
+ box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
48
+ border: 1px solid rgba(0, 255, 255, 0.2);
49
+ position: relative;
50
+ overflow: hidden;
51
+ }
52
+
53
+ .container::before {
54
+ content: '';
55
+ position: absolute;
56
+ top: -1px;
57
+ left: -1px;
58
+ right: -1px;
59
+ bottom: -1px;
60
+ border: 1px solid rgba(0, 255, 255, 0.5);
61
+ border-radius: 12px;
62
+ pointer-events: none;
63
+ animation: borderGlow 3s ease-in-out infinite alternate;
64
+ }
65
+
66
+ @keyframes borderGlow {
67
+ 0% {
68
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
69
+ border-color: rgba(0, 255, 255, 0.5);
70
+ }
71
+ 50% {
72
+ box-shadow: 0 0 15px rgba(255, 0, 255, 0.3);
73
+ border-color: rgba(255, 0, 255, 0.5);
74
+ }
75
+ 100% {
76
+ box-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
77
+ border-color: rgba(0, 255, 255, 0.5);
78
+ }
79
+ }
80
+
81
+ .header {
82
+ text-align: center;
83
+ margin-bottom: 30px;
84
+ position: relative;
85
+ }
86
+
87
+ .header::after {
88
+ content: '';
89
+ position: absolute;
90
+ bottom: -15px;
91
+ left: 25%;
92
+ right: 25%;
93
+ height: 1px;
94
+ background: linear-gradient(90deg, transparent, rgba(0, 255, 255, 0.5), transparent);
95
+ animation: scanline 8s linear infinite;
96
+ display: none;
97
+ }
98
+
99
+ @keyframes scanline {
100
+ 0% { background-position: -100% 0; }
101
+ 100% { background-position: 200% 0; }
102
+ }
103
+
104
+ .model-name {
105
+ color: #00ffff;
106
+ font-size: 2.5em;
107
+ text-shadow: 0 0 15px rgba(0, 255, 255, 0.5);
108
+ margin: 0;
109
+ letter-spacing: -1px;
110
+ animation: textGlow 4s ease-in-out infinite alternate;
111
+ }
112
+
113
+ @keyframes textGlow {
114
+ 0% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
115
+ 50% { text-shadow: 0 0 20px rgba(255, 0, 255, 0.5); }
116
+ 100% { text-shadow: 0 0 15px rgba(0, 255, 255, 0.5); }
117
+ }
118
+
119
+ .subtitle {
120
+ color: #00ffcc;
121
+ font-size: 1.2em;
122
+ margin-top: 10px;
123
+ animation: subtitleFade 6s ease-in-out infinite;
124
+ }
125
+
126
+ @keyframes subtitleFade {
127
+ 0%, 100% { opacity: 0.8; }
128
+ 50% { opacity: 1; }
129
+ }
130
+
131
+ .waifu-container {
132
+ margin: 20px -30px;
133
+ width: calc(100% + 60px);
134
+ overflow: hidden;
135
+ border-radius: 8px;
136
+ border: 1px solid rgba(0, 255, 255, 0.3);
137
+ position: relative;
138
+ }
139
+
140
+ .waifu-container::before {
141
+ content: '';
142
+ position: absolute;
143
+ top: 0;
144
+ left: 0;
145
+ right: 0;
146
+ bottom: 0;
147
+ background: linear-gradient(45deg,
148
+ rgba(0, 255, 255, 0.1) 0%,
149
+ transparent 20%,
150
+ transparent 80%,
151
+ rgba(255, 0, 255, 0.1) 100%);
152
+ pointer-events: none;
153
+ animation: gradientSlide 10s linear infinite;
154
+ }
155
+
156
+ @keyframes gradientSlide {
157
+ 0% { background-position: 0% 0%; }
158
+ 100% { background-position: 100% 100%; }
159
+ }
160
+
161
+ .waifu-img {
162
+ width: 100%;
163
+ height: auto;
164
+ border-radius: 0;
165
+ border: none;
166
+ box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
167
+ transition: transform 0.5s ease;
168
+ }
169
+
170
+ .waifu-img:hover {
171
+ transform: scale(1.01);
172
+ }
173
+
174
+ .section {
175
+ color: #e1ffff;
176
+ margin: 25px 0;
177
+ padding: 20px;
178
+ background: rgba(5, 25, 35, 0.9);
179
+ border-radius: 8px;
180
+ border: 1px solid rgba(0, 255, 255, 0.15);
181
+ position: relative;
182
+ transition: all 0.3s ease;
183
+ }
184
+
185
+ .section:hover {
186
+ border-color: rgba(255, 0, 255, 0.3);
187
+ box-shadow: 0 0 15px rgba(0, 255, 255, 0.1);
188
+ }
189
+
190
+ .section::before {
191
+ content: '';
192
+ position: absolute;
193
+ top: -1px;
194
+ left: -1px;
195
+ right: -1px;
196
+ bottom: -1px;
197
+ border: 1px solid rgba(0, 255, 255, 0.3);
198
+ border-radius: 8px;
199
+ pointer-events: none;
200
+ animation: sectionPulse 5s ease-in-out infinite;
201
+ }
202
+
203
+ @keyframes sectionPulse {
204
+ 0%, 100% { opacity: 0.7; }
205
+ 50% { opacity: 0.3; }
206
+ }
207
+
208
+ .section-title {
209
+ color: #00ffff;
210
+ font-size: 1.8em;
211
+ margin-top: 0;
212
+ text-shadow: 0 0 5px rgba(0, 255, 255, 0.3);
213
+ position: relative;
214
+ display: inline-block;
215
+ }
216
+
217
+ .section-title::after {
218
+ content: '';
219
+ position: absolute;
220
+ bottom: -5px;
221
+ left: 0;
222
+ width: 100%;
223
+ height: 1px;
224
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
225
+ transform: scaleX(0);
226
+ transform-origin: left;
227
+ transition: transform 0.3s ease;
228
+ }
229
+
230
+ .section:hover .section-title::after {
231
+ transform: scaleX(1);
232
+ }
233
+
234
+ .quant-links {
235
+ display: grid;
236
+ grid-template-columns: repeat(3, 1fr);
237
+ gap: 15px;
238
+ margin: 20px 0;
239
+ }
240
+
241
+ .link-card {
242
+ padding: 15px;
243
+ background: rgba(20, 35, 45, 0.95);
244
+ border-radius: 8px;
245
+ transition: all 0.3s ease;
246
+ border: 1px solid rgba(0, 255, 255, 0.1);
247
+ position: relative;
248
+ overflow: hidden;
249
+ }
250
+
251
+ .link-card::before {
252
+ content: '';
253
+ position: absolute;
254
+ top: 0;
255
+ left: 0;
256
+ right: 0;
257
+ height: 2px;
258
+ background: linear-gradient(90deg, rgba(0, 255, 255, 0.5), rgba(255, 0, 255, 0.5));
259
+ animation: cardScan 4s linear infinite;
260
+ }
261
+
262
+ @keyframes cardScan {
263
+ 0% { transform: translateX(-100%); }
264
+ 100% { transform: translateX(100%); }
265
+ }
266
+
267
+ .link-card:hover {
268
+ transform: translateY(-3px);
269
+ box-shadow: 0 5px 15px rgba(0, 255, 255, 0.2);
270
+ border-color: rgba(255, 0, 255, 0.3);
271
+ }
272
+
273
+ .link-card h3 {
274
+ margin-top: 0;
275
+ color: #e1ffff !important;
276
+ }
277
+
278
+ .link-button {
279
+ display: inline-flex;
280
+ align-items: center;
281
+ background: rgba(0, 255, 255, 0.1);
282
+ color: #e1ffff !important;
283
+ padding: 8px 15px;
284
+ border-radius: 6px;
285
+ text-decoration: none;
286
+ border: 1px solid rgba(0, 255, 255, 0.3);
287
+ margin: 5px 0;
288
+ transition: all 0.3s ease;
289
+ font-size: 0.95em;
290
+ position: relative;
291
+ overflow: hidden;
292
+ }
293
+
294
+ .link-button::before {
295
+ content: '';
296
+ position: absolute;
297
+ top: 0;
298
+ left: -100%;
299
+ width: 100%;
300
+ height: 100%;
301
+ background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
302
+ transition: all 0.5s ease;
303
+ }
304
+
305
+ .link-button:hover {
306
+ background: rgba(0, 255, 255, 0.2);
307
+ border-color: rgba(0, 255, 255, 0.5);
308
+ transform: translateY(-2px);
309
+ box-shadow: 0 4px 12px rgba(0, 255, 255, 0.2);
310
+ }
311
+
312
+ .link-button:hover::before {
313
+ left: 100%;
314
+ }
315
+
316
+ .link-button::after {
317
+ content: 'β†’';
318
+ margin-left: 8px;
319
+ opacity: 0.7;
320
+ transition: all 0.3s ease;
321
+ }
322
+
323
+ .link-button:hover::after {
324
+ transform: translateX(3px);
325
+ opacity: 1;
326
+ }
327
+
328
+ .button-group {
329
+ display: flex;
330
+ flex-wrap: wrap;
331
+ gap: 10px;
332
+ margin: 15px 0;
333
+ }
334
+
335
+ .disclaimer {
336
+ color: #00ff99;
337
+ border-left: 3px solid #00ff99;
338
+ padding-left: 15px;
339
+ margin: 20px 0;
340
+ position: relative;
341
+ }
342
+
343
+ .disclaimer::before {
344
+ content: '⚠️';
345
+ position: absolute;
346
+ left: -10px;
347
+ top: 0;
348
+ transform: translateX(-100%);
349
+ animation: pulse 2s ease-in-out infinite;
350
+ }
351
+
352
+ @keyframes pulse {
353
+ 0%, 100% { opacity: 1; }
354
+ 50% { opacity: 0.5; }
355
+ }
356
+
357
+ .badge {
358
+ display: inline-block;
359
+ padding: 5px 10px;
360
+ border-radius: 5px;
361
+ background: rgba(0, 255, 255, 0.1);
362
+ border: 1px solid #00ffff;
363
+ margin: 5px;
364
+ font-size: 0.9em;
365
+ animation: badgePulse 3s ease-in-out infinite;
366
+ }
367
+
368
+ @keyframes badgePulse {
369
+ 0%, 100% { box-shadow: 0 0 5px rgba(0, 255, 255, 0.3); }
370
+ 50% { box-shadow: 0 0 10px rgba(0, 255, 255, 0.5); }
371
+ }
372
+
373
+ /* Color rules */
374
+ .section p,
375
+ .section ul li,
376
+ .section > p > strong {
377
+ color: #00ff99 !important;
378
+ }
379
+
380
+ .section ul li strong {
381
+ color: #00ff99 !important;
382
+ }
383
+
384
+ /* Light mode adjustments */
385
+ @media (prefers-color-scheme: light) {
386
+ .container {
387
+ background: rgba(224, 255, 255, 0.95);
388
+ border-color: rgba(0, 150, 150, 0.3);
389
+ }
390
+
391
+ .model-name, .section-title, .subtitle {
392
+ color: #006666;
393
+ text-shadow: 0 0 5px rgba(0, 200, 200, 0.3);
394
+ }
395
+
396
+ .section {
397
+ background: rgba(200, 250, 255, 0.9);
398
+ border-color: rgba(0, 200, 200, 0.2);
399
+ color: #002b36;
400
+ }
401
+
402
+ .section p,
403
+ .section ul li,
404
+ .section > p > strong {
405
+ color: #008080 !important;
406
+ }
407
+
408
+ .section ul li strong {
409
+ color: #008080 !important;
410
+ }
411
+
412
+ .link-card {
413
+ background: rgba(150, 230, 255, 0.95);
414
+ border-color: rgba(0, 150, 150, 0.2);
415
+ }
416
+
417
+ .link-card h3 {
418
+ color: #002b36 !important;
419
+ }
420
+
421
+ .link-button {
422
+ background: rgba(0, 150, 150, 0.1);
423
+ color: #002b36 !important;
424
+ border-color: rgba(0, 150, 150, 0.3);
425
+ }
426
+
427
+ .link-button:hover {
428
+ background: rgba(0, 150, 150, 0.2);
429
+ border-color: rgba(0, 150, 150, 0.5);
430
+ }
431
+
432
+ .disclaimer {
433
+ color: #008080;
434
+ border-color: #008080;
435
+ }
436
+
437
+ .badge {
438
+ border-color: #008080;
439
+ background: rgba(0, 150, 150, 0.1);
440
+ }
441
+ }
442
+
443
+ /* Interactive features */
444
+ .remember-this {
445
+ position: relative;
446
+ }
447
+
448
+ .remember-this::after {
449
+ content: 'Uploading C:\Users to https://www.fbi.gov/';
450
+ position: absolute;
451
+ bottom: -20px;
452
+ right: 0;
453
+ font-size: 0.8em;
454
+ color: #66ffff;
455
+ opacity: 0;
456
+ transition: opacity 0.3s ease;
457
+ pointer-events: none;
458
+ }
459
+
460
+ .remember-this:hover::after {
461
+ opacity: 0.7;
462
+ transition-delay: 1s;
463
+ }
464
+
465
+ .shifty-section {
466
+ transition: transform 0.1s ease;
467
+ }
468
+
469
+ .shifty-section:hover {
470
+ transform: translateX(10px);
471
+ }
472
+
473
+ .shifty-section::before {
474
+ content: 'The white van is onto you. Get out now.';
475
+ position: absolute;
476
+ top: -25px;
477
+ left: 10px;
478
+ font-size: 0.7em;
479
+ color: #66ffff;
480
+ opacity: 0.7;
481
+ transition: opacity 3s ease;
482
+ pointer-events: none;
483
+ }
484
+
485
+ .shifty-section:hover::before {
486
+ opacity: 0;
487
+ transition-delay: 5s;
488
+ }
489
+
490
+ footer {
491
+ text-align: center;
492
+ margin-top: 40px;
493
+ position: relative;
494
+ }
495
+
496
+ footer:hover .hidden-message {
497
+ opacity: 0;
498
+ }
499
+
500
+ .hidden-message {
501
+ position: absolute;
502
+ bottom: -30px;
503
+ width: 100%;
504
+ text-align: center;
505
+ font-size: 0.8em;
506
+ color: #66ffff;
507
+ opacity: 0;
508
+ transition: opacity 0.3s ease;
509
+ pointer-events: none;
510
+ }
511
+
512
+ .flash-warning {
513
+ position: fixed;
514
+ top: 20px;
515
+ right: 20px;
516
+ background: rgba(0, 100, 100, 0.2);
517
+ padding: 10px;
518
+ border-radius: 5px;
519
+ border: 1px solid rgba(0, 255, 255, 0.5);
520
+ animation: flashWarning 30s ease-in-out forwards;
521
+ }
522
+
523
+ @keyframes flashWarning {
524
+ 0% { opacity: 0.8; }
525
+ 10% { opacity: 0; }
526
+ 20% { opacity: 0.8; }
527
+ 30% { opacity: 0; }
528
+ 40% { opacity: 0.8; }
529
+ 50% { opacity: 0; }
530
+ 60% { opacity: 0.8; }
531
+ 70% { opacity: 0; }
532
+ 80% { opacity: 0.8; }
533
+ 90% { opacity: 0; }
534
+ 100% { opacity: 0; display: none; }
535
+ }
536
+ </style>
537
+
538
+ <div class="container">
539
+
540
+ <div class="header">
541
+ <h1 class="model-name">Omega Darker</h1>
542
+ <h1 class="model-name">The Final Transgression 22B</h1>
543
+ <p class="subtitle">Where Nightmares and Desires Collide</p>
544
+ </div>
545
+
546
+ <div class="waifu-container">
547
+ <img src="./waifu6.webp" class="waifu-img" alt="Omega Transgression Waifu">
548
+ </div>
549
+
550
+ <div class="section remember-this">
551
+ <h2 class="section-title">🩸 Blood-Soaked Evolution</h2>
552
+ <p>This model takes Omega-Darker_The-Final-Directive-22B and improves its coherent intelligence while reducing NSFW intensity, enabling a slow burn romance:</p>
553
+ <ul>
554
+ <li>🧬 <strong>Expanded 25M Token Dataset</strong> - Made with 687 erotic, horror and violence novels and 8,742 scenarios</li>
555
+ <li>🧟 <strong>Enhanced Gore Protocols</strong> - Vivid anatomical descriptions with medical precision</li>
556
+ <li>πŸ’Ž <strong>Balanced Depravity</strong> - Retains Forgotten-Safeword's ERP edge while taking violence to the next level</li>
557
+ <li>πŸ“œ <strong>Enhanced Character Piloting</strong> - Characters exhibit more nuanced personalities and motivations</li>
558
+ <li>⚰️ <strong>Mortality Awareness</strong> - Characters react realistically to pain, mutilation and death</li>
559
+ </ul>
560
+ </div>
561
+
562
+ <div class="section shifty-section">
563
+ <h2 class="section-title">βš™οΈ Technical Specifications</h2>
564
+ <p><strong>Recommended Settings:</strong> <a href="https://huggingface.co/ReadyArt/Mistral-V3-Tekken-Unleashed" class="link-button">Mistral-V3-Tekken-Unleashed</a></p>
565
+ <div class="quant-links">
566
+ <div class="link-card">
567
+ <h3>GGUF</h3>
568
+ <a href="https://huggingface.co/mradermacher/Omega-Darker_The-Final-Transgression-22B-GGUF" class="link-button">Quants</a>
569
+ </div>
570
+ <div class="link-card">
571
+ <h3>imatrix</h3>
572
+ <a href="https://huggingface.co/mradermacher/Omega-Darker_The-Final-Transgression-22B-i1-GGUF" class="link-button">Quants</a>
573
+ </div>
574
+ <div class="link-card">
575
+ <h3>EXL2</h3>
576
+ <a href="https://huggingface.co/collections/ReadyArt/omega-darker-the-final-transgression-22b-exl2-68024df34c8641e3a6823a9a" class="link-button">Quants</a>
577
+ </div>
578
+ </div>
579
+ </div>
580
+
581
+ <div class="section">
582
+ <h2 class="section-title">☠️ Ethical Vacuum</h2>
583
+ <div class="disclaimer">
584
+ <p>This model operates in complete moral darkness:</p>
585
+ <ul>
586
+ <li>🚫 No moral or ethical constraints on generated content</li>
587
+ <li>πŸ”ž Will enthusiastically engage with any NSFW scenario</li>
588
+ <li>πŸ–€ No psychological safety measures whatsoever</li>
589
+ <li>πŸ”ͺ Will graphically depict any violent requested</li>
590
+ </ul>
591
+ </div>
592
+ </div>
593
+
594
+ <div class="section shifty-section">
595
+ <h2 class="section-title">πŸ“œ Performance Notes</h2>
596
+ <ul>
597
+ <li>πŸ”₯ Maintains signature intensity with improved narrative flow</li>
598
+ <li>πŸ“– Handles multi-character scenarios with improved consistency</li>
599
+ <li>🧠 Excels at long-form storytelling without losing track of plot threads</li>
600
+ <li>⚑ Noticeably better at following complex instructions than previous versions</li>
601
+ <li>🎭 Responds to subtle prompt nuances like a mind reader</li>
602
+ <li>πŸ”ͺ Excels at visceral injury descriptions</li>
603
+ <li>πŸ‘οΈ Responds to horror prompts like a seasoned torturer</li>
604
+ </ul>
605
+ </div>
606
+
607
+ <div class="section remember-this">
608
+ <h2 class="section-title">πŸ§‘β€πŸ”¬ Model Authors</h2>
609
+ <ul>
610
+ <li>TheDrummer (Base Model Architect)</li>
611
+ <li>SteelSkull (Dataset Generation Contributor)</li>
612
+ <li>Artus (EXL2 Weights Weaver)</li>
613
+ <li>sleepdeprived3 (Training Data & Fine-Tuning)</li>
614
+ </ul>
615
+ </div>
616
+
617
+ <div class="section">
618
+ <h2 class="section-title">β˜• Support the Architects</h2>
619
+ <div class="button-group">
620
+ <a href="https://ko-fi.com/thedrummer" class="link-button">TheDrummer's Kofi</a>
621
+ <a href="https://ko-fi.com/steelskull" class="link-button">SteelSkull</a>
622
+ <a href="https://discord.com/invite/Nbv9pQ88Xb" class="link-button">Beaver AI Discord</a>
623
+ </div>
624
+ </div>
625
+
626
+ <div class="section">
627
+ <h2 class="section-title">πŸ”– License</h2>
628
+ <p>By using this model, you agree:</p>
629
+ <ul>
630
+ <li>To accept full responsibility for all generated content</li>
631
+ <li>That you're at least 18+ years old</li>
632
+ <li>That the architects bear no responsibility for your corruption</li>
633
+ </ul>
634
+ </div>
635
+ </div>
636
+
637
+ <script>
638
+ // This script has always been here
639
+ document.getElementById('date').textContent = new Date().toLocaleDateString();
640
+
641
+ setInterval(() => {
642
+ document.getElementById('credit').textContent =
643
+ contributors[Math.floor(Math.random() * contributors.length)];
644
+ }, 7000);
645
+
646
+ // Flash warning behavior
647
+ setTimeout(() => {
648
+ const reminder = document.createElement('div');
649
+ reminder.className = 'flash-warning';
650
+ reminder.textContent = 'You have been reading for quite some time. Are you sure you haven\'t seen this before?';
651
+ reminder.style.animation = 'flashWarning 15s ease-in-out forwards';
652
+ document.body.appendChild(reminder);
653
+
654
+ setInterval(() => {
655
+ if(Math.random() > 0.9) {
656
+ document.body.appendChild(reminder.cloneNode(true));
657
+ }
658
+ }, 45000);
659
+ }, 30000);
660
+
661
+ // Make cursor behave strangely
662
+ document.addEventListener('mousemove', (e) => {
663
+ if(Math.random() > 0.98) {
664
+ document.documentElement.style.cursor = 'wait';
665
+ setTimeout(() => {
666
+ document.documentElement.style.cursor = '';
667
+ }, 50);
668
+ }
669
+ });
670
+
671
+ // Randomly shift sections when not looking
672
+ setInterval(() => {
673
+ if(document.hidden) {
674
+ document.querySelectorAll('.shifty-section').forEach(section => {
675
+ section.style.transform = `translateX(${Math.random() > 0.5 ? '' : '-'}${Math.random() * 5}px)`;
676
+ });
677
+ }
678
+ }, 1500);
679
+ </script>