readyart/dark-desires-22b-v1.5-gguf overview
body { font-family: 'Quicksand', sans-serif; background-color: #111; / Darker background / color: #fff; / White text / text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); / Deeper text shadow / margin: 0; padding: 20px; transition: all 0.5s ease; } @media (prefers-color-scheme: light) { body { background: linear-gradient(135deg, #fff 0%, #ddd 100%); color: #1a1a1a; text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); } } / Container / .container { min-width: 100%; margin: 0 auto; max-width: 1200px; background: rgba(20, 20, 20, 0.95); / Darker overlay / border-radius: 12px; padding: 30px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(50, 50, 50, 0.5); / Enhanced box shadow / border: 1px solid rgba(100, 100, 100, 0.3); position: relative; overflow: hidden; } .container::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 1px solid rgba(200, 200, 200, 0.5); border-radius: 12px; pointer-events: none; animation: borderGlow 3s ease-in-out infinite alternate; } @keyframes borderGlow { 0% { box-shadow: 0 0 10px rgba(150, 150, 150, 0.5); border-color: rgba(200, 200, 200, 0.5); } 50% { box-shadow: 0 0 20px rgba(250, 250, 250, 0.7); border-color: rgba(250, 250, 250, 0.7); } 100% { box-shadow: 0 0 10px rgba(150, 150, 150, 0.5); border-color: rgba(200, 200, 200, 0.5); } } / Header / .header { text-align: center; margin-bottom: 30px; position: relative; } .header::after { content: ''; position: absolute; bottom: -15px; left: 25%; right: 25%; height: 1px; background: linear-gradient(90deg, transparent, rgba(250, 250, 250, 0.7), transparent); animation: scanline 8s linear infinite; display: block; / Show the scanline / } @keyframes scanline { 0% { background-position: -100% 0; } 100% { background-position: 200% 0; } } .model-name { color: #cccccc; font-size: 2.5em; text-shadow: 0 0 20px rgba(50, 50, 50, 0.7); margin: 0; letter-spacing: -1px; animation: textGlow 4s ease-in-out infinite alternate; } @keyframes textGlow { 0% { text-shadow: 0 0 20px rgba(50, 50, 50, 0.7); } 50% { text-shadow: 0 0 30px rgba(200, 200, 200, 0.8); } 100% { text-shadow: 0 0 20px rgba(50, 50, 50, 0.7); } } .subtitle { color: #aaaaaa; font-size: 1.2em; margin-top: 10px; animation: subtitleFade 6s ease-in-out infinite; } @keyframes subtitleFade { 0%, 100% { opacity: 0.8; } 50% { opacity: 1; } } / Waifu Container / .waifu-container { margin: 20px -30px; width: calc(100% + 60px); overflow: hidden; border-radius: 8px; border: 1px solid rgba(50, 50, 50, 0.4); position: relative; } .waifu-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(150, 150, 150, 0.2) 0%, transparent 20%, transparent 80%, rgba(250, 250, 250, 0.2) 100%); pointer-events: none; animation: gradientSlide 10s linear infinite; } @keyframes gradientSlide { 0% { background-position: 0% 0%; } 100% { background-position: 100% 100%; } } .waifu-img { width: 100%; height: auto; border-radius: 0; border: none; box-shadow: 0 0 60px rgba(0, 0, 0, 0.3); transition: transform 0.5s ease; } .waifu-img:hover { transform: scale(1.05); } / Section / .section { color: #e1e1e1; margin: 25px 0; padding: 20px; background: rgba(60, 60, 60, 0.9); border-radius: 8px; border: 1px solid rgba(150, 150, 150, 0.2); position: relative; transition: all 0.3s ease; box-shadow: 0 0 10px rgba(50, 50, 50, 0.2); } .section:hover { border-color: rgba(250, 250, 250, 0.5); box-shadow: 0 0 20px rgba(200, 200, 200, 0.5); } .section::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 1px solid rgba(200, 200, 200, 0.4); border-radius: 8px; pointer-events: none; animation: sectionPulse 5s ease-in-out infinite; } @keyframes sectionPulse { 0%, 100% { opacity: 0.8; } 50% { opacity: 0.4; } } .section-title { color: #ffffff; font-size: 1.8em; margin-top: 0; text-shadow: 0 0 10px rgba(50, 50, 50, 0.5); position: relative; display: inline-block; } .section-title::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, rgba(200, 200, 200, 0.7), rgba(250, 250, 250, 0.7)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; } .section:hover .section-title::after { transform: scaleX(1); } / Links and Buttons / .quant-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 20px 0; } .link-card { padding: 15px; background: rgba(100, 100, 100, 0.95); border-radius: 8px; transition: all 0.3s ease; border: 1px solid rgba(150, 150, 150, 0.2); position: relative; overflow: hidden; box-shadow: 0 0 10px rgba(50, 50, 50, 0.2); } .link-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, rgba(200, 200, 200, 0.7), rgba(250, 250, 250, 0.7)); animation: cardScan 4s linear infinite; } @keyframes cardScan { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } .link-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(150, 150, 150, 0.5); border-color: rgba(250, 250, 250, 0.7); } .link-card h3 { margin-top: 0; color: #cccccc !important; } .link-button { display: inline-flex; align-items: center; background: rgba(150, 150, 150, 0.2); color: #e1e1e1 !important; padding: 10px 20px; border-radius: 6px; text-decoration: none; border: 1px solid rgba(200, 200, 200, 0.5); margin: 5px 0; transition: all 0.3s ease; font-size: 1em; position: relative; overflow: hidden; } .link-button::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(250, 250, 250, 0.4), transparent); transition: all 0.5s ease; } .link-button:hover { background: rgba(200, 200, 200, 0.4); border-color: rgba(250, 250, 250, 0.8); transform: translateY(-3px); box-shadow: 0 6px 18px rgba(200, 200, 200, 0.5); } .link-button:hover::before { left: 100%; } .link-button::after { content: '→'; margin-left: 10px; opacity: 0.8; transition: all 0.3s ease; } .link-button:hover::after { transform: translateX(5px); opacity: 1; } / Disclaimer and Badges / .disclaimer { color: #aaaaaa; border-left: 3px solid #aaaaaa; padding-left: 15px; margin: 20px 0; position: relative; } .disclaimer::before { content: '⚠️'; position: absolute; left: -10px; top: 0; transform: translateX(-100%); animation: pulse 2s ease-in-out infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } } .badge { display: inline-block; padding: 5px 10px; border-radius: 5px; background: rgba(200, 200, 200, 0.2); border: 1px solid #cccccc; margin: 5px; font-size: 0.9em; animation: badgePulse 3s ease-in-out infinite; } @keyframes badgePulse { 0%, 100% { box-shadow: 0 0 10px rgba(200, 200, 200, 0.5); } 50% { box-shadow: 0 0 20px rgba(250, 250, 250, 0.8); } } / Color rules / .section p, .section ul li, .section p strong { color: #cccccc !important; } .section ul li strong { color: #cccccc !important; } / Light mode adjustments / @media (prefers-color-scheme: light) { .container { background: rgba(220, 220, 220, 0.95); border-color: rgba(240, 240, 240, 0.5); } .model-name, .section-title, .subtitle { color: #444444; text-shadow: 0 0 10px rgba(100, 100, 100, 0.5); } .section { background: rgba(240, 240, 240, 0.9); border-color: rgba(220, 220, 220, 0.4); color: #1a1a1a; } .section p, .section ul li, .section p strong { color: #666666 !important; } .section ul li strong { color: #666666 !important; } .link-card { background: rgba(240, 240, 240, 0.95); border-color: rgba(220, 220, 220, 0.4); } .link-card h3 { color: #444444 !important; } .link-button { background: rgba(220, 220, 220, 0.2); color: #444444 !important; border-color: rgba(240, 240, 240, 0.5); } .link-button:hover { background: rgba(240, 240, 240, 0.4); border-color: rgba(250, 250, 250, 0.8); } .disclaimer { color: #666666; border-color: #666666; } .badge { border-color: #666666; background: rgba(240, 240, 240, 0.2); } } / Interactive features / .remember-this { position: relative; } .remember-this::after { content: 'Scanning your face through facial recognition...'; position: absolute; bottom: -20px; right: 0; font-size: 0.8em; color: #aaaaaa; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } .remember-this:hover::after { opacity: 0.9; transition-delay: 1s; } .shifty-section { transition: transform 0.1s ease; } .shifty-section:hover { transform: translateX(15px); } .shifty-section::before { content: 'The white van is onto you. Get out now.'; position: absolute; top: -25px; left: 10px; font-size: 0.7em; color: #aaaaaa; opacity: 0.9; transition: opacity 3s ease; pointer-events: none; } .shifty-section:hover::before { opacity: 0; transition-delay: 5s; } footer { text-align: center; margin-top: 40px; position: relative; } footer:hover .hidden-message { opacity: 0; } .hidden-message { position: absolute; bottom: -30px; width: 100%; text-align: center; font-size: 0.8em; color: #aaaaaa; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } .flash-warning { position: fixed; top: 20px; right: 20px; background: rgba(200, 200, 200, 0.4); padding: 10px; border-radius: 5px; border: 1px solid rgba(250, 250, 250, 0.7); animation: flashWarning 30s ease-in-out forwards; } @keyframes flashWarning { 0% { opacity: 0.8; } 10% { opacity: 0; } 20% { opacity: 0.8; } 30% { opacity: 0; } 40% { opacity: 0.8; } 50% { opacity: 0; } 60% { opacity: 0.8; } 70% { opacity: 0; } 80% { opacity: 0.8; } 90% { opacity: 0; } 100% { opacity: 0; display: none; } } 🔥 Dark Desires v1.5 🔥 22B 🌩️ Are you afraid of the dark? 🌩️ ✨ Changes from v1.0 ⭐ Changes: 🏌️♀️ Formatting Resolved - Formatting issues should be resolved. 🕯️ Back to our roots 🧙♂️ This time: ⛓️ New Dataset Model - Dataset was generated with a different model than Darkness Incarnate ⚡ No more chapter-long outputs - Dataset was generated without multi-turn conversations ⚙️ Technical Specifications Recommended Settings: GGUF Quants ☠️ Ethical Vacuum This model operates in complete moral darkness: 🚫 No moral or ethical constraints on generated content 🔞 Will enthusiastically engage with any NSFW scenario 🥷 No psychological safety measures whatsoever 🔪 Will graphically depict any violent requested 📜 Performance Notes 🔥 Maintains signature intensity with improved narrative flow 🧑🔬 Model Authors TheDrummer (Base Model) GECFDO (EXL3 quants, help with dataset generation) Sleep Deprived (Dataset Generator Tool) Darkhn (Dataset Cleanup Tool) FrenzyBiscuit (Training Data & Fine-Tuning & GGUF Quants) 🔖 License By using this model, you agree: This tune is based on the MRL license by Mistral To accept full responsibility for all generated content That you're at least 18+ years old That the architects bear no responsibility for your corruption This model is intended for personal usage only. Using this model for profit and/or for commerical use is not allowed. // This script has always been here document.getElementById('date').textContent = new Date().toLocaleDateString(); setInterval(() => { document.getElementById('credit').textContent = contributors[Math.floor(Math.random() contributors.length)]; }, 7000); // Flash warning behavior setTimeout(() => { const reminder = document.createElement('div'); reminder.className = 'flash-warning'; reminder.textContent = 'You have been reading for quite some time. Are you sure you haven\'t seen this before?'; reminder.style.animation = 'flashWarning 15s ease-in-out forwards'; document.body.appendChild(reminder); setInterval(() => { if(Math.random() 0.9) { document.body.appendChild(reminder.cloneNode(true)); } }, 45000); }, 30000); // Make cursor behave strangely document.addEventListener('mousemove', (e) => { if(Math.random() 0.98) { document.documentElement.style.cursor = 'wait'; setTimeout(() => { document.documentElement.style.cursor = ''; }, 50); } }); // Randomly shift sections when not looking setInterval(() => { if(document.hidden) { document.querySelectorAll('.shifty-section').forEach(section => { section.style.transform = translateX(${Math.random() 0.5 ? '' : '-'}${Math.random() 5}px); }); } }, 1500);
Repository Files & Downloads
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| Dark-Desires-22B-v1.5-Q2_K.gguf | GGUF | Q2_K | 7.70 GB | Download |
| Dark-Desires-22B-v1.5-Q3_K_M.gguf | GGUF | Q3_K_M | 10.02 GB | Download |
| Dark-Desires-22B-v1.5-Q3_K_S.gguf | GGUF | Q3_K_S | 8.98 GB | Download |
| Dark-Desires-22B-v1.5-Q4_K_M.gguf | GGUF | Q4_K_M | 12.42 GB | Download |
| Dark-Desires-22B-v1.5-Q4_K_S.gguf | GGUF | Q4_K_S | 11.79 GB | Download |
| Dark-Desires-22B-v1.5-Q5_K_M.gguf | GGUF | Q5_K_M | 14.64 GB | Download |
| Dark-Desires-22B-v1.5-Q5_K_S.gguf | GGUF | Q5_K_S | 14.27 GB | Download |
| Dark-Desires-22B-v1.5-Q6_K.gguf | GGUF | Q6_K | 17.00 GB | Download |
| Dark-Desires-22B-v1.5-Q8_0.gguf | GGUF | — | 22.02 GB | Download |
| Dark-Desires-22B-v1.5.i1-IQ2_M.gguf | GGUF | IQ2_M | 7.10 GB | Download |
| Dark-Desires-22B-v1.5.i1-IQ2_XS.gguf | GGUF | IQ2_XS | 6.19 GB | Download |
| Dark-Desires-22B-v1.5.i1-IQ2_XXS.gguf | GGUF | IQ2_XXS | 5.58 GB | Download |
| Dark-Desires-22B-v1.5.i1-IQ3_M.gguf | GGUF | IQ3_M | 9.37 GB | Download |
| Dark-Desires-22B-v1.5.i1-IQ3_XS.gguf | GGUF | IQ3_XS | 8.55 GB | Download |
| Dark-Desires-22B-v1.5.i1-IQ4_XS.gguf | GGUF | IQ4_XS | 11.12 GB | Download |
Model Details Live
Metadata Inspector
Normalized metadata (stored in metadata_json)
{
"metadata": {},
"card_data": {
"base_model": [
"ReadyArt/Dark-Desires-22B-v1.5"
],
"base_model_relation": "quantized",
"tags": [
"nsfw",
"explicit",
"roleplay",
"unaligned",
"dangerous",
"ERP",
"Mistral",
"iMatrix",
"GGUF",
"mrl"
],
"license": "other",
"frontmatter": {
"base_model": [
"ReadyArt/Dark-Desires-22B-v1.5"
],
"base_model_relation": "quantized",
"tags": [
"nsfw",
"explicit",
"roleplay",
"unaligned",
"dangerous",
"ERP",
"Mistral",
"iMatrix",
"GGUF",
"mrl"
],
"license": "other"
},
"hero_image_url": "https://huggingface.co/spaces/ReadyArt/README/resolve/main/Dark-Desires-22B-v1.5.webp",
"summary": "body { font-family: 'Quicksand', sans-serif; background-color: #111; /* Darker background */ color: #fff; /* White text */ text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); /* Deeper text shadow */ margin: 0; padding: 20px; transition: all 0.5s ease; } @media (prefers-color-scheme: light) { body { background: linear-gradient(135deg, #fff 0%, #ddd 100%); color: #1a1a1a; text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); } } /* Container */ .container { min-width: 100%; margin: 0 auto; max-width: 1200px; background: rgba(20, 20, 20, 0.95); /* Darker overlay */ border-radius: 12px; padding: 30px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(50, 50, 50, 0.5); /* Enhanced box shadow */ border: 1px solid rgba(100, 100, 100, 0.3); position: relative; overflow: hidden; } .container::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 1px solid rgba(200, 200, 200, 0.5); border-radius: 12px; pointer-events: none; animation: borderGlow 3s ease-in-out infinite alternate; } @keyframes borderGlow { 0% { box-shadow: 0 0 10px rgba(150, 150, 150, 0.5); border-color: rgba(200, 200, 200, 0.5); } 50% { box-shadow: 0 0 20px rgba(250, 250, 250, 0.7); border-color: rgba(250, 250, 250, 0.7); } 100% { box-shadow: 0 0 10px rgba(150, 150, 150, 0.5); border-color: rgba(200, 200, 200, 0.5); } } /* Header */ .header { text-align: center; margin-bottom: 30px; position: relative; } .header::after { content: ''; position: absolute; bottom: -15px; left: 25%; right: 25%; height: 1px; background: linear-gradient(90deg, transparent, rgba(250, 250, 250, 0.7), transparent); animation: scanline 8s linear infinite; display: block; /* Show the scanline */ } @keyframes scanline { 0% { background-position: -100% 0; } 100% { background-position: 200% 0; } } .model-name { color: #cccccc; font-size: 2.5em; text-shadow: 0 0 20px rgba(50, 50, 50, 0.7); margin: 0; letter-spacing: -1px; animation: textGlow 4s ease-in-out infinite alternate; } @keyframes textGlow { 0% { text-shadow: 0 0 20px rgba(50, 50, 50, 0.7); } 50% { text-shadow: 0 0 30px rgba(200, 200, 200, 0.8); } 100% { text-shadow: 0 0 20px rgba(50, 50, 50, 0.7); } } .subtitle { color: #aaaaaa; font-size: 1.2em; margin-top: 10px; animation: subtitleFade 6s ease-in-out infinite; } @keyframes subtitleFade { 0%, 100% { opacity: 0.8; } 50% { opacity: 1; } } /* Waifu Container */ .waifu-container { margin: 20px -30px; width: calc(100% + 60px); overflow: hidden; border-radius: 8px; border: 1px solid rgba(50, 50, 50, 0.4); position: relative; } .waifu-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(150, 150, 150, 0.2) 0%, transparent 20%, transparent 80%, rgba(250, 250, 250, 0.2) 100%); pointer-events: none; animation: gradientSlide 10s linear infinite; } @keyframes gradientSlide { 0% { background-position: 0% 0%; } 100% { background-position: 100% 100%; } } .waifu-img { width: 100%; height: auto; border-radius: 0; border: none; box-shadow: 0 0 60px rgba(0, 0, 0, 0.3); transition: transform 0.5s ease; } .waifu-img:hover { transform: scale(1.05); } /* Section */ .section { color: #e1e1e1; margin: 25px 0; padding: 20px; background: rgba(60, 60, 60, 0.9); border-radius: 8px; border: 1px solid rgba(150, 150, 150, 0.2); position: relative; transition: all 0.3s ease; box-shadow: 0 0 10px rgba(50, 50, 50, 0.2); } .section:hover { border-color: rgba(250, 250, 250, 0.5); box-shadow: 0 0 20px rgba(200, 200, 200, 0.5); } .section::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 1px solid rgba(200, 200, 200, 0.4); border-radius: 8px; pointer-events: none; animation: sectionPulse 5s ease-in-out infinite; } @keyframes sectionPulse { 0%, 100% { opacity: 0.8; } 50% { opacity: 0.4; } } .section-title { color: #ffffff; font-size: 1.8em; margin-top: 0; text-shadow: 0 0 10px rgba(50, 50, 50, 0.5); position: relative; display: inline-block; } .section-title::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 100%; height: 1px; background: linear-gradient(90deg, rgba(200, 200, 200, 0.7), rgba(250, 250, 250, 0.7)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; } .section:hover .section-title::after { transform: scaleX(1); } /* Links and Buttons */ .quant-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 20px 0; } .link-card { padding: 15px; background: rgba(100, 100, 100, 0.95); border-radius: 8px; transition: all 0.3s ease; border: 1px solid rgba(150, 150, 150, 0.2); position: relative; overflow: hidden; box-shadow: 0 0 10px rgba(50, 50, 50, 0.2); } .link-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, rgba(200, 200, 200, 0.7), rgba(250, 250, 250, 0.7)); animation: cardScan 4s linear infinite; } @keyframes cardScan { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } .link-card:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(150, 150, 150, 0.5); border-color: rgba(250, 250, 250, 0.7); } .link-card h3 { margin-top: 0; color: #cccccc !important; } .link-button { display: inline-flex; align-items: center; background: rgba(150, 150, 150, 0.2); color: #e1e1e1 !important; padding: 10px 20px; border-radius: 6px; text-decoration: none; border: 1px solid rgba(200, 200, 200, 0.5); margin: 5px 0; transition: all 0.3s ease; font-size: 1em; position: relative; overflow: hidden; } .link-button::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(250, 250, 250, 0.4), transparent); transition: all 0.5s ease; } .link-button:hover { background: rgba(200, 200, 200, 0.4); border-color: rgba(250, 250, 250, 0.8); transform: translateY(-3px); box-shadow: 0 6px 18px rgba(200, 200, 200, 0.5); } .link-button:hover::before { left: 100%; } .link-button::after { content: '→'; margin-left: 10px; opacity: 0.8; transition: all 0.3s ease; } .link-button:hover::after { transform: translateX(5px); opacity: 1; } /* Disclaimer and Badges */ .disclaimer { color: #aaaaaa; border-left: 3px solid #aaaaaa; padding-left: 15px; margin: 20px 0; position: relative; } .disclaimer::before { content: '⚠️'; position: absolute; left: -10px; top: 0; transform: translateX(-100%); animation: pulse 2s ease-in-out infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } } .badge { display: inline-block; padding: 5px 10px; border-radius: 5px; background: rgba(200, 200, 200, 0.2); border: 1px solid #cccccc; margin: 5px; font-size: 0.9em; animation: badgePulse 3s ease-in-out infinite; } @keyframes badgePulse { 0%, 100% { box-shadow: 0 0 10px rgba(200, 200, 200, 0.5); } 50% { box-shadow: 0 0 20px rgba(250, 250, 250, 0.8); } } /* Color rules */ .section p, .section ul li, .section > p > strong { color: #cccccc !important; } .section ul li strong { color: #cccccc !important; } /* Light mode adjustments */ @media (prefers-color-scheme: light) { .container { background: rgba(220, 220, 220, 0.95); border-color: rgba(240, 240, 240, 0.5); } .model-name, .section-title, .subtitle { color: #444444; text-shadow: 0 0 10px rgba(100, 100, 100, 0.5); } .section { background: rgba(240, 240, 240, 0.9); border-color: rgba(220, 220, 220, 0.4); color: #1a1a1a; } .section p, .section ul li, .section > p > strong { color: #666666 !important; } .section ul li strong { color: #666666 !important; } .link-card { background: rgba(240, 240, 240, 0.95); border-color: rgba(220, 220, 220, 0.4); } .link-card h3 { color: #444444 !important; } .link-button { background: rgba(220, 220, 220, 0.2); color: #444444 !important; border-color: rgba(240, 240, 240, 0.5); } .link-button:hover { background: rgba(240, 240, 240, 0.4); border-color: rgba(250, 250, 250, 0.8); } .disclaimer { color: #666666; border-color: #666666; } .badge { border-color: #666666; background: rgba(240, 240, 240, 0.2); } } /* Interactive features */ .remember-this { position: relative; } .remember-this::after { content: 'Scanning your face through facial recognition...'; position: absolute; bottom: -20px; right: 0; font-size: 0.8em; color: #aaaaaa; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } .remember-this:hover::after { opacity: 0.9; transition-delay: 1s; } .shifty-section { transition: transform 0.1s ease; } .shifty-section:hover { transform: translateX(15px); } .shifty-section::before { content: 'The white van is onto you. Get out now.'; position: absolute; top: -25px; left: 10px; font-size: 0.7em; color: #aaaaaa; opacity: 0.9; transition: opacity 3s ease; pointer-events: none; } .shifty-section:hover::before { opacity: 0; transition-delay: 5s; } footer { text-align: center; margin-top: 40px; position: relative; } footer:hover .hidden-message { opacity: 0; } .hidden-message { position: absolute; bottom: -30px; width: 100%; text-align: center; font-size: 0.8em; color: #aaaaaa; opacity: 0; transition: opacity 0.3s ease; pointer-events: none; } .flash-warning { position: fixed; top: 20px; right: 20px; background: rgba(200, 200, 200, 0.4); padding: 10px; border-radius: 5px; border: 1px solid rgba(250, 250, 250, 0.7); animation: flashWarning 30s ease-in-out forwards; } @keyframes flashWarning { 0% { opacity: 0.8; } 10% { opacity: 0; } 20% { opacity: 0.8; } 30% { opacity: 0; } 40% { opacity: 0.8; } 50% { opacity: 0; } 60% { opacity: 0.8; } 70% { opacity: 0; } 80% { opacity: 0.8; } 90% { opacity: 0; } 100% { opacity: 0; display: none; } } 🔥 Dark Desires v1.5 🔥 22B 🌩️ Are you afraid of the dark? 🌩️ ✨ Changes from v1.0 ⭐ Changes: 🏌️♀️ Formatting Resolved - Formatting issues should be resolved. 🕯️ Back to our roots 🧙♂️ This time: ⛓️ New Dataset Model - Dataset was generated with a different model than Darkness Incarnate ⚡ No more chapter-long outputs - Dataset was generated without multi-turn conversations ⚙️ Technical Specifications Recommended Settings: GGUF Quants ☠️ Ethical Vacuum This model operates in complete moral darkness: 🚫 No moral or ethical constraints on generated content 🔞 Will enthusiastically engage with any NSFW scenario 🥷 No psychological safety measures whatsoever 🔪 Will graphically depict any violent requested 📜 Performance Notes 🔥 Maintains signature intensity with improved narrative flow 🧑🔬 Model Authors TheDrummer (Base Model) GECFDO (EXL3 quants, help with dataset generation) Sleep Deprived (Dataset Generator Tool) Darkhn (Dataset Cleanup Tool) FrenzyBiscuit (Training Data & Fine-Tuning & GGUF Quants) 🔖 License By using this model, you agree: This tune is based on the MRL license by Mistral To accept full responsibility for all generated content That you're at least 18+ years old That the architects bear no responsibility for your corruption This model is intended for personal usage only. Using this model for profit and/or for commerical use is not allowed. // This script has always been here document.getElementById('date').textContent = new Date().toLocaleDateString(); setInterval(() => { document.getElementById('credit').textContent = contributors[Math.floor(Math.random() * contributors.length)]; }, 7000); // Flash warning behavior setTimeout(() => { const reminder = document.createElement('div'); reminder.className = 'flash-warning'; reminder.textContent = 'You have been reading for quite some time. Are you sure you haven\\'t seen this before?'; reminder.style.animation = 'flashWarning 15s ease-in-out forwards'; document.body.appendChild(reminder); setInterval(() => { if(Math.random() > 0.9) { document.body.appendChild(reminder.cloneNode(true)); } }, 45000); }, 30000); // Make cursor behave strangely document.addEventListener('mousemove', (e) => { if(Math.random() > 0.98) { document.documentElement.style.cursor = 'wait'; setTimeout(() => { document.documentElement.style.cursor = ''; }, 50); } }); // Randomly shift sections when not looking setInterval(() => { if(document.hidden) { document.querySelectorAll('.shifty-section').forEach(section => { section.style.transform = translateX(${Math.random() > 0.5 ? '' : '-'}${Math.random() * 5}px); }); } }, 1500);",
"quick_links": [],
"benchmark_table_html": "",
"readme_markdown": "---\nbase_model:\n- ReadyArt/Dark-Desires-22B-v1.5\nbase_model_relation: quantized\ntags:\n- nsfw\n- explicit\n- roleplay\n- unaligned\n- dangerous\n- ERP\n- Mistral\n- iMatrix\n- GGUF\n- mrl\nlicense: other\n---\n<style>\nbody {\n font-family: 'Quicksand', sans-serif;\n background-color: #111; /* Darker background */\n color: #fff; /* White text */\n text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); /* Deeper text shadow */\n margin: 0;\n padding: 20px;\n transition: all 0.5s ease;\n}\n\n@media (prefers-color-scheme: light) {\n body {\n background: linear-gradient(135deg, #fff 0%, #ddd 100%);\n color: #1a1a1a;\n text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);\n }\n}\n\n/* Container */\n.container {\n min-width: 100%;\n margin: 0 auto;\n max-width: 1200px;\n background: rgba(20, 20, 20, 0.95); /* Darker overlay */\n border-radius: 12px;\n padding: 30px;\n box-shadow: 0 0 20px rgba(0, 0, 0, 0.2), 0 0 50px rgba(50, 50, 50, 0.5); /* Enhanced box shadow */\n border: 1px solid rgba(100, 100, 100, 0.3);\n position: relative;\n overflow: hidden;\n}\n\n.container::before {\n content: '';\n position: absolute;\n top: -1px;\n left: -1px;\n right: -1px;\n bottom: -1px;\n border: 1px solid rgba(200, 200, 200, 0.5);\n border-radius: 12px;\n pointer-events: none;\n animation: borderGlow 3s ease-in-out infinite alternate;\n}\n\n@keyframes borderGlow {\n 0% {\n box-shadow: 0 0 10px rgba(150, 150, 150, 0.5);\n border-color: rgba(200, 200, 200, 0.5);\n }\n 50% {\n box-shadow: 0 0 20px rgba(250, 250, 250, 0.7);\n border-color: rgba(250, 250, 250, 0.7);\n }\n 100% {\n box-shadow: 0 0 10px rgba(150, 150, 150, 0.5);\n border-color: rgba(200, 200, 200, 0.5);\n }\n}\n\n/* Header */\n.header {\n text-align: center;\n margin-bottom: 30px;\n position: relative;\n}\n\n.header::after {\n content: '';\n position: absolute;\n bottom: -15px;\n left: 25%;\n right: 25%;\n height: 1px;\n background: linear-gradient(90deg, transparent, rgba(250, 250, 250, 0.7), transparent);\n animation: scanline 8s linear infinite;\n display: block; /* Show the scanline */\n}\n\n@keyframes scanline {\n 0% { background-position: -100% 0; }\n 100% { background-position: 200% 0; }\n}\n\n.model-name {\n color: #cccccc;\n font-size: 2.5em;\n text-shadow: 0 0 20px rgba(50, 50, 50, 0.7);\n margin: 0;\n letter-spacing: -1px;\n animation: textGlow 4s ease-in-out infinite alternate;\n}\n\n@keyframes textGlow {\n 0% { text-shadow: 0 0 20px rgba(50, 50, 50, 0.7); }\n 50% { text-shadow: 0 0 30px rgba(200, 200, 200, 0.8); }\n 100% { text-shadow: 0 0 20px rgba(50, 50, 50, 0.7); }\n}\n\n.subtitle {\n color: #aaaaaa;\n font-size: 1.2em;\n margin-top: 10px;\n animation: subtitleFade 6s ease-in-out infinite;\n}\n\n@keyframes subtitleFade {\n 0%, 100% { opacity: 0.8; }\n 50% { opacity: 1; }\n}\n\n/* Waifu Container */\n.waifu-container {\n margin: 20px -30px;\n width: calc(100% + 60px);\n overflow: hidden;\n border-radius: 8px;\n border: 1px solid rgba(50, 50, 50, 0.4);\n position: relative;\n}\n\n.waifu-container::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: linear-gradient(45deg,\n rgba(150, 150, 150, 0.2) 0%,\n transparent 20%,\n transparent 80%,\n rgba(250, 250, 250, 0.2) 100%);\n pointer-events: none;\n animation: gradientSlide 10s linear infinite;\n}\n\n@keyframes gradientSlide {\n 0% { background-position: 0% 0%; }\n 100% { background-position: 100% 100%; }\n}\n\n.waifu-img {\n width: 100%;\n height: auto;\n border-radius: 0;\n border: none;\n box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);\n transition: transform 0.5s ease;\n}\n\n.waifu-img:hover {\n transform: scale(1.05);\n}\n\n/* Section */\n.section {\n color: #e1e1e1;\n margin: 25px 0;\n padding: 20px;\n background: rgba(60, 60, 60, 0.9);\n border-radius: 8px;\n border: 1px solid rgba(150, 150, 150, 0.2);\n position: relative;\n transition: all 0.3s ease;\n box-shadow: 0 0 10px rgba(50, 50, 50, 0.2);\n}\n\n.section:hover {\n border-color: rgba(250, 250, 250, 0.5);\n box-shadow: 0 0 20px rgba(200, 200, 200, 0.5);\n}\n\n.section::before {\n content: '';\n position: absolute;\n top: -1px;\n left: -1px;\n right: -1px;\n bottom: -1px;\n border: 1px solid rgba(200, 200, 200, 0.4);\n border-radius: 8px;\n pointer-events: none;\n animation: sectionPulse 5s ease-in-out infinite;\n}\n\n@keyframes sectionPulse {\n 0%, 100% { opacity: 0.8; }\n 50% { opacity: 0.4; }\n}\n\n.section-title {\n color: #ffffff;\n font-size: 1.8em;\n margin-top: 0;\n text-shadow: 0 0 10px rgba(50, 50, 50, 0.5);\n position: relative;\n display: inline-block;\n}\n\n.section-title::after {\n content: '';\n position: absolute;\n bottom: -5px;\n left: 0;\n width: 100%;\n height: 1px;\n background: linear-gradient(90deg, rgba(200, 200, 200, 0.7), rgba(250, 250, 250, 0.7));\n transform: scaleX(0);\n transform-origin: left;\n transition: transform 0.3s ease;\n}\n\n.section:hover .section-title::after {\n transform: scaleX(1);\n}\n\n/* Links and Buttons */\n.quant-links {\n display: grid;\n grid-template-columns: repeat(2, 1fr);\n gap: 15px;\n margin: 20px 0;\n}\n\n.link-card {\n padding: 15px;\n background: rgba(100, 100, 100, 0.95);\n border-radius: 8px;\n transition: all 0.3s ease;\n border: 1px solid rgba(150, 150, 150, 0.2);\n position: relative;\n overflow: hidden;\n box-shadow: 0 0 10px rgba(50, 50, 50, 0.2);\n}\n\n.link-card::before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n height: 2px;\n background: linear-gradient(90deg, rgba(200, 200, 200, 0.7), rgba(250, 250, 250, 0.7));\n animation: cardScan 4s linear infinite;\n}\n\n@keyframes cardScan {\n 0% { transform: translateX(-100%); }\n 100% { transform: translateX(100%); }\n}\n\n.link-card:hover {\n transform: translateY(-5px);\n box-shadow: 0 10px 25px rgba(150, 150, 150, 0.5);\n border-color: rgba(250, 250, 250, 0.7);\n}\n\n.link-card h3 {\n margin-top: 0;\n color: #cccccc !important;\n}\n\n.link-button {\n display: inline-flex;\n align-items: center;\n background: rgba(150, 150, 150, 0.2);\n color: #e1e1e1 !important;\n padding: 10px 20px;\n border-radius: 6px;\n text-decoration: none;\n border: 1px solid rgba(200, 200, 200, 0.5);\n margin: 5px 0;\n transition: all 0.3s ease;\n font-size: 1em;\n position: relative;\n overflow: hidden;\n}\n\n.link-button::before {\n content: '';\n position: absolute;\n top: 0;\n left: -100%;\n width: 100%;\n height: 100%;\n background: linear-gradient(90deg, transparent, rgba(250, 250, 250, 0.4), transparent);\n transition: all 0.5s ease;\n}\n\n.link-button:hover {\n background: rgba(200, 200, 200, 0.4);\n border-color: rgba(250, 250, 250, 0.8);\n transform: translateY(-3px);\n box-shadow: 0 6px 18px rgba(200, 200, 200, 0.5);\n}\n\n.link-button:hover::before {\n left: 100%;\n}\n\n.link-button::after {\n content: '→';\n margin-left: 10px;\n opacity: 0.8;\n transition: all 0.3s ease;\n}\n\n.link-button:hover::after {\n transform: translateX(5px);\n opacity: 1;\n}\n\n/* Disclaimer and Badges */\n.disclaimer {\n color: #aaaaaa;\n border-left: 3px solid #aaaaaa;\n padding-left: 15px;\n margin: 20px 0;\n position: relative;\n}\n\n.disclaimer::before {\n content: '⚠️';\n position: absolute;\n left: -10px;\n top: 0;\n transform: translateX(-100%);\n animation: pulse 2s ease-in-out infinite;\n}\n\n@keyframes pulse {\n 0%, 100% { opacity: 1; }\n 50% { opacity: 0.6; }\n}\n\n.badge {\n display: inline-block;\n padding: 5px 10px;\n border-radius: 5px;\n background: rgba(200, 200, 200, 0.2);\n border: 1px solid #cccccc;\n margin: 5px;\n font-size: 0.9em;\n animation: badgePulse 3s ease-in-out infinite;\n}\n\n@keyframes badgePulse {\n 0%, 100% { box-shadow: 0 0 10px rgba(200, 200, 200, 0.5); }\n 50% { box-shadow: 0 0 20px rgba(250, 250, 250, 0.8); }\n}\n\n/* Color rules */\n.section p,\n.section ul li,\n.section > p > strong {\n color: #cccccc !important;\n}\n\n.section ul li strong {\n color: #cccccc !important;\n}\n\n/* Light mode adjustments */\n@media (prefers-color-scheme: light) {\n .container {\n background: rgba(220, 220, 220, 0.95);\n border-color: rgba(240, 240, 240, 0.5);\n }\n .model-name, .section-title, .subtitle {\n color: #444444;\n text-shadow: 0 0 10px rgba(100, 100, 100, 0.5);\n }\n .section {\n background: rgba(240, 240, 240, 0.9);\n border-color: rgba(220, 220, 220, 0.4);\n color: #1a1a1a;\n }\n .section p,\n .section ul li,\n .section > p > strong {\n color: #666666 !important;\n }\n .section ul li strong {\n color: #666666 !important;\n }\n .link-card {\n background: rgba(240, 240, 240, 0.95);\n border-color: rgba(220, 220, 220, 0.4);\n }\n .link-card h3 {\n color: #444444 !important;\n }\n .link-button {\n background: rgba(220, 220, 220, 0.2);\n color: #444444 !important;\n border-color: rgba(240, 240, 240, 0.5);\n }\n .link-button:hover {\n background: rgba(240, 240, 240, 0.4);\n border-color: rgba(250, 250, 250, 0.8);\n }\n .disclaimer {\n color: #666666;\n border-color: #666666;\n }\n .badge {\n border-color: #666666;\n background: rgba(240, 240, 240, 0.2);\n }\n}\n\n/* Interactive features */\n.remember-this {\n position: relative;\n}\n\n.remember-this::after {\n content: 'Scanning your face through facial recognition...';\n position: absolute;\n bottom: -20px;\n right: 0;\n font-size: 0.8em;\n color: #aaaaaa;\n opacity: 0;\n transition: opacity 0.3s ease;\n pointer-events: none;\n}\n\n.remember-this:hover::after {\n opacity: 0.9;\n transition-delay: 1s;\n}\n\n.shifty-section {\n transition: transform 0.1s ease;\n}\n\n.shifty-section:hover {\n transform: translateX(15px);\n}\n\n.shifty-section::before {\n content: 'The white van is onto you. Get out now.';\n position: absolute;\n top: -25px;\n left: 10px;\n font-size: 0.7em;\n color: #aaaaaa;\n opacity: 0.9;\n transition: opacity 3s ease;\n pointer-events: none;\n}\n\n.shifty-section:hover::before {\n opacity: 0;\n transition-delay: 5s;\n}\n\nfooter {\n text-align: center;\n margin-top: 40px;\n position: relative;\n}\n\nfooter:hover .hidden-message {\n opacity: 0;\n}\n\n.hidden-message {\n position: absolute;\n bottom: -30px;\n width: 100%;\n text-align: center;\n font-size: 0.8em;\n color: #aaaaaa;\n opacity: 0;\n transition: opacity 0.3s ease;\n pointer-events: none;\n}\n\n.flash-warning {\n position: fixed;\n top: 20px;\n right: 20px;\n background: rgba(200, 200, 200, 0.4);\n padding: 10px;\n border-radius: 5px;\n border: 1px solid rgba(250, 250, 250, 0.7);\n animation: flashWarning 30s ease-in-out forwards;\n}\n\n@keyframes flashWarning {\n 0% { opacity: 0.8; }\n 10% { opacity: 0; }\n 20% { opacity: 0.8; }\n 30% { opacity: 0; }\n 40% { opacity: 0.8; }\n 50% { opacity: 0; }\n 60% { opacity: 0.8; }\n 70% { opacity: 0; }\n 80% { opacity: 0.8; }\n 90% { opacity: 0; }\n 100% { opacity: 0; display: none; }\n}\n</style>\n\n<div class=\"container\">\n\n<div class=\"header\">\n <h1 class=\"model-name\">🔥 Dark Desires v1.5 🔥</h1>\n <h1 class=\"model-name\">22B</h1>\n <p class=\"subtitle\">🌩️ Are you afraid of the dark? 🌩️</p>\n</div>\n\n<div class=\"waifu-container\">\n <img src=\"https://huggingface.co/spaces/ReadyArt/README/resolve/main/Dark-Desires-22B-v1.5.webp\" class=\"waifu-img\" alt=\"Dark Desires Waifu\">\n</div>\n\n<div class=\"section remember-this\">\n <h2 class=\"section-title\">✨ Changes from v1.0</h2>\n <p>⭐ Changes:</p>\n <ul>\n <li>🏌️♀️ <strong>Formatting Resolved</strong> - Formatting issues should be resolved.</li>\n </ul>\n</div>\n\n<div class=\"section remember-this\">\n <h2 class=\"section-title\">🕯️ Back to our roots</h2>\n <p>🧙♂️ This time:</p>\n <ul>\n <li>⛓️ <strong>New Dataset Model</strong> - Dataset was generated with a different model than Darkness Incarnate</li>\n <li>⚡ <strong>No more chapter-long outputs</strong> - Dataset was generated without multi-turn conversations</li>\n </ul>\n</div>\n\n<div class=\"section shifty-section\">\n <h2 class=\"section-title\">⚙️ Technical Specifications</h2>\n <p><strong>Recommended Settings:</strong></p>\n <p></p>\n <div class=\"quant-links\">\n <div class=\"link-card\">\n <h3>GGUF</h3>\n <a href=\"https://huggingface.co/ReadyArt/Dark-Desires-22B-v1.5-GGUF\" class=\"link-button\">Quants</a>\n </div>\n </div>\n</div>\n\n<div class=\"section\">\n <h2 class=\"section-title\">☠️ Ethical Vacuum</h2>\n <div class=\"disclaimer\">\n <p>This model operates in complete moral darkness:</p>\n <ul>\n <li>🚫 No moral or ethical constraints on generated content</li>\n <li>🔞 Will enthusiastically engage with any NSFW scenario</li>\n <li>🥷 No psychological safety measures whatsoever</li>\n <li>🔪 Will graphically depict any violent requested</li>\n </ul>\n </div>\n</div>\n\n<div class=\"section shifty-section\">\n <h2 class=\"section-title\">📜 Performance Notes</h2>\n <ul>\n <li>🔥 Maintains signature intensity with improved narrative flow</li>\n </ul>\n</div>\n\n<div class=\"section remember-this\">\n <h2 class=\"section-title\">🧑🔬 Model Authors</h2>\n <ul>\n <li>TheDrummer (Base Model)</li>\n <li>GECFDO (EXL3 quants, help with dataset generation)</li>\n <li>Sleep Deprived (Dataset Generator Tool)</li>\n <li>Darkhn (Dataset Cleanup Tool)</li>\n <li>FrenzyBiscuit (Training Data & Fine-Tuning & GGUF Quants)</li>\n </ul>\n</div>\n\n<div class=\"section\">\n <h2 class=\"section-title\">🔖 License</h2>\n <p>By using this model, you agree:</p>\n <ul>\n <li>This tune is based on the MRL license by Mistral</li>\n <li>To accept full responsibility for all generated content</li>\n <li>That you're at least 18+ years old</li>\n <li>That the architects bear no responsibility for your corruption</li>\n <li>This model is intended for personal usage only. Using this model for profit and/or for commerical use is not allowed.</li>\n </ul>\n</div>\n</div>\n\n<script>\n// This script has always been here\ndocument.getElementById('date').textContent = new Date().toLocaleDateString();\n\nsetInterval(() => {\n document.getElementById('credit').textContent =\n contributors[Math.floor(Math.random() * contributors.length)];\n}, 7000);\n\n// Flash warning behavior\nsetTimeout(() => {\n const reminder = document.createElement('div');\n reminder.className = 'flash-warning';\n reminder.textContent = 'You have been reading for quite some time. Are you sure you haven\\'t seen this before?';\n reminder.style.animation = 'flashWarning 15s ease-in-out forwards';\n document.body.appendChild(reminder);\n\n setInterval(() => {\n if(Math.random() > 0.9) {\n document.body.appendChild(reminder.cloneNode(true));\n }\n }, 45000);\n}, 30000);\n\n// Make cursor behave strangely\ndocument.addEventListener('mousemove', (e) => {\n if(Math.random() > 0.98) {\n document.documentElement.style.cursor = 'wait';\n setTimeout(() => {\n document.documentElement.style.cursor = '';\n }, 50);\n }\n});\n\n// Randomly shift sections when not looking\nsetInterval(() => {\n if(document.hidden) {\n document.querySelectorAll('.shifty-section').forEach(section => {\n section.style.transform = `translateX(${Math.random() > 0.5 ? '' : '-'}${Math.random() * 5}px)`;\n });\n }\n}, 1500);\n</script>",
"related_quantizations": []
},
"tags": [
"gguf",
"nsfw",
"explicit",
"roleplay",
"unaligned",
"dangerous",
"ERP",
"Mistral",
"iMatrix",
"GGUF",
"mrl",
"base_model:ReadyArt/Dark-Desires-22B-v1.5",
"base_model:quantized:ReadyArt/Dark-Desires-22B-v1.5",
"license:other",
"endpoints_compatible",
"region:us",
"conversational"
],
"likes": 1,
"downloads": 219,
"gated": false,
"private": false,
"last_modified": "2025-10-28T15:53:23.000Z",
"created_at": "2025-10-28T08:18:34.000Z",
"pipeline_tag": "",
"library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
"_id": "69007c5a455b398fb77b9f1d",
"id": "ReadyArt/Dark-Desires-22B-v1.5-GGUF",
"modelId": "ReadyArt/Dark-Desires-22B-v1.5-GGUF",
"sha": "46dc47421b52a5290ae268c70fc02db6e98b2566",
"createdAt": "2025-10-28T08:18:34.000Z",
"lastModified": "2025-10-28T15:53:23.000Z",
"author": "ReadyArt",
"downloads": 219,
"likes": 1,
"gated": false,
"private": false,
"pipeline_tag": "",
"library_name": "",
"siblings_count": 18
}