GraySoft
Projects Models About FAQ Contact Download guIDE →
Model Intelligence Sheet

readyart/safeword-casual-v1-12b-gguf overview

body { font-family: 'Quicksand', sans-serif; background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%); color: #333 !important; text-shadow: 0 0 3px rgba(224, 224, 224, 0.7); margin: 0; padding: 20px; transition: all 0.5s ease; } .container { min-width: 100%; margin: 0 auto; max-width: 1200px; background: rgba(240, 240, 240, 0.95); border-radius: 12px; padding: 30px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 30px rgba(200, 200, 200, 0.5); border: 1px solid rgba(200, 200, 200, 0.2); 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 5px rgba(200, 200, 200, 0.3); border-color: rgba(200, 200, 200, 0.5); } 50% { box-shadow: 0 0 15px rgba(170, 170, 170, 0.3); border-color: rgba(170, 170, 170, 0.5); } 100% { box-shadow: 0 0 5px rgba(200, 200, 200, 0.3); border-color: rgba(200, 200, 200, 0.5); } } .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(200, 200, 200, 0.5), transparent); animation: scanline 8s linear infinite; } .model-name { color: #333; font-size: 2.5em; text-shadow: 0 0 15px rgba(200, 200, 200, 0.5); margin: 0; letter-spacing: -1px; animation: textGlow 4s ease-in-out infinite alternate; } @keyframes textGlow { 0% { text-shadow: 0 0 15px rgba(200, 200, 200, 0.5); } 50% { text-shadow: 0 0 20px rgba(170, 170, 170, 0.5); } 100% { text-shadow: 0 0 15px rgba(200, 200, 200, 0.5); } } .subtitle { color: #444; font-size: 1.2em; margin-top: 10px; animation: subtitleFade 6s ease-in-out infinite; } .waifu-container { margin: 20px -30px; width: calc(100% + 60px); overflow: hidden; border-radius: 8px; border: 1px solid rgba(200, 200, 200, 0.3); position: relative; } .waifu-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(200, 200, 200, 0.1) 0%, transparent 20%, transparent 80%, rgba(170, 170, 170, 0.1) 100%); pointer-events: none; animation: gradientSlide 10s linear infinite; } .waifu-img { width: 100%; height: auto; border-radius: 0; border: none; box-shadow: 0 0 40px rgba(200, 200, 200, 0.2); transition: transform 0.5s ease; } .waifu-img:hover { transform: scale(1.01); } .section { color: #444; margin: 25px 0; padding: 20px; background: rgba(230, 230, 230, 0.9); border-radius: 8px; border: 1px solid rgba(200, 200, 200, 0.15); position: relative; transition: all 0.3s ease; } .section:hover { border-color: rgba(170, 170, 170, 0.3); box-shadow: 0 0 15px rgba(200, 200, 200, 0.1); } .section::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 1px solid rgba(200, 200, 200, 0.3); border-radius: 8px; pointer-events: none; animation: sectionPulse 5s ease-in-out infinite; } @keyframes sectionPulse { 0%, 100% { opacity: 0.7; } 50% { opacity: 0.3; } } .section-title { color: #333; font-size: 1.8em; margin-top: 0; text-shadow: 0 0 5px rgba(200, 200, 200, 0.3); 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.5), rgba(170, 170, 170, 0.5)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; } .section:hover .section-title::after { transform: scaleX(1); } .quant-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 20px 0; } .link-card { padding: 15px; background: rgba(220, 220, 220, 0.95); border-radius: 8px; transition: all 0.3s ease; border: 1px solid rgba(200, 200, 200, 0.1); position: relative; overflow: hidden; text-decoration: none; color: inherit; } .link-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, rgba(200, 200, 200, 0.5), rgba(170, 170, 170, 0.5)); animation: cardScan 4s linear infinite; } @keyframes cardScan { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } .link-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(200, 200, 200, 0.2); border-color: rgba(170, 170, 170, 0.3); } .link-card h3 { margin-top: 0; color: #444 !important; } .link-button { display: inline-flex; align-items: center; background: rgba(200, 200, 200, 0.1); color: #444 !important; padding: 8px 15px; border-radius: 6px; text-decoration: none; border: 1px solid rgba(200, 200, 200, 0.3); margin: 5px 0; transition: all 0.3s ease; font-size: 0.95em; position: relative; overflow: hidden; } .link-button::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: all 0.5s ease; } .link-button:hover { background: rgba(170, 170, 170, 0.2); border-color: rgba(170, 170, 170, 0.5); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(200, 200, 200, 0.2); } .link-button::after { content: '→'; margin-left: 8px; opacity: 0.7; transition: all 0.3s ease; } .link-button:hover::after { transform: translateX(3px); opacity: 1; } .button-group { display: flex; flex-wrap: wrap; gap: 10px; margin: 15px 0; } .disclaimer { color: #555; border-left: 3px solid #555; 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.5; } } .badge { display: inline-block; padding: 5px 10px; border-radius: 5px; background: rgba(200, 200, 200, 0.1); border: 1px solid #ccc; margin: 5px; font-size: 0.9em; animation: badgePulse 3s ease-in-out infinite; } @keyframes badgePulse { 0%, 100% { box-shadow: 0 0 5px rgba(200, 200, 200, 0.3); } 50% { box-shadow: 0 0 10px rgba(200, 200, 200, 0.5); } } @media (prefers-color-scheme: light) { .container { background: rgba(255, 255, 255, 0.95); border-color: rgba(170, 170, 170, 0.3); } .model-name, .section-title, .subtitle { color: #333; text-shadow: 0 0 5px rgba(170, 170, 170, 0.3); } .section { background: rgba(255, 255, 255, 0.9); border-color: rgba(170, 170, 170, 0.2); color: #333; } .section p, .section ul li, .section p strong { color: #333 !important; } .link-card { background: rgba(255, 255, 255, 0.95); border-color: rgba(170, 170, 170, 0.2); } .link-card h3 { color: #333 !important; } .link-button { background: rgba(170, 170, 170, 0.1); color: #333 !important; border-color: rgba(170, 170, 170, 0.3); } .link-button:hover { background: rgba(170, 170, 170, 0.2); border-color: rgba(170, 170, 170, 0.5); } .disclaimer { color: #333; border-color: #333; } .badge { border-color: #333; background: rgba(170, 170, 170, 0.1); } } Safeword-Casual-V1-12B ⚠️ Ethical Considerations This model will: Generate content that requires industrial-grade brain bleach Be responsible for requiring Vatican-level exorcisms Void all warranties on your soul 📜 License Agreement By using this model, you agree: To accept full responsibility for any psychotic breaks incurred Pay for the exorcist of anyone who reads the logs To pretend this is "for science" while crying in the shower 🧠 Model Authors FrenzyBiscuit (Finetuner) sleepdeprived3 (Safeword Dataset Author) TheDrummer (Base Model)

ggufnsfwexplicitroleplayunaligneddangerousERPbase_model:ReadyArt/Safeword-Casual-V1-12Bbase_model:quantized:ReadyArt/Safeword-Casual-V1-12Blicense:gemmaendpoints_compatibleregion:usconversational
readyart/safeword-casual-v1-12b-gguf visual
Downloads
302
Likes
16
Pipeline
Library
Visibility
Public
Access
Open

Repository Files & Downloads

12 files detected
Direct downloads for all repository files
FileTypeQuantizationSizeLink
Safeword-Casual-V1-12B-F16.gguf GGUF F16 21.92 GB Download
Safeword-Casual-V1-12B-Q2_K.gguf GGUF Q2_K 4.44 GB Download
Safeword-Casual-V1-12B-Q3_K_M.gguf GGUF Q3_K_M 5.60 GB Download
Safeword-Casual-V1-12B-Q3_K_S.gguf GGUF Q3_K_S 5.08 GB Download
Safeword-Casual-V1-12B-Q4_0.gguf GGUF 6.41 GB Download
Safeword-Casual-V1-12B-Q4_K_M.gguf GGUF Q4_K_M 6.80 GB Download
Safeword-Casual-V1-12B-Q4_K_S.gguf GGUF Q4_K_S 6.46 GB Download
Safeword-Casual-V1-12B-Q5_0.gguf GGUF 7.67 GB Download
Safeword-Casual-V1-12B-Q5_K_M.gguf GGUF Q5_K_M 7.87 GB Download
Safeword-Casual-V1-12B-Q5_K_S.gguf GGUF Q5_K_S 7.67 GB Download
Safeword-Casual-V1-12B-Q6_K.gguf GGUF Q6_K 9.00 GB Download
Safeword-Casual-V1-12B-Q8_0.gguf GGUF 11.65 GB Download

Model Details Live

Model Slug
readyart/safeword-casual-v1-12b-gguf
Author
ReadyArt
Pipeline Task
Library
Created
2025-09-02
Last Modified
2025-09-03
Gated
No
Private
No
HF SHA
8922b4dc6d678d10b5da113c5a7547c51252c0d6
License
gemma
Language
Unknown
Base Model
ReadyArt/Safeword-Casual-V1-12B

Metadata Inspector

Normalized metadata (stored in metadata_json)
{
  "metadata": {},
  "card_data": {
    "license": "gemma",
    "base_model": [
      "ReadyArt/Safeword-Casual-V1-12B"
    ],
    "base_model_relation": "quantized",
    "quantized_by": "frenzybiscuit",
    "tags": [
      "nsfw",
      "explicit",
      "roleplay",
      "unaligned",
      "dangerous",
      "ERP"
    ],
    "frontmatter": {
      "license": "gemma",
      "base_model": [
        "ReadyArt/Safeword-Casual-V1-12B"
      ],
      "base_model_relation": "quantized",
      "quantized_by": "frenzybiscuit",
      "tags": [
        "nsfw",
        "explicit",
        "roleplay",
        "unaligned",
        "dangerous",
        "ERP"
      ]
    },
    "hero_image_url": "",
    "summary": "body { font-family: 'Quicksand', sans-serif; background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%); color: #333 !important; text-shadow: 0 0 3px rgba(224, 224, 224, 0.7); margin: 0; padding: 20px; transition: all 0.5s ease; } .container { min-width: 100%; margin: 0 auto; max-width: 1200px; background: rgba(240, 240, 240, 0.95); border-radius: 12px; padding: 30px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 30px rgba(200, 200, 200, 0.5); border: 1px solid rgba(200, 200, 200, 0.2); 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 5px rgba(200, 200, 200, 0.3); border-color: rgba(200, 200, 200, 0.5); } 50% { box-shadow: 0 0 15px rgba(170, 170, 170, 0.3); border-color: rgba(170, 170, 170, 0.5); } 100% { box-shadow: 0 0 5px rgba(200, 200, 200, 0.3); border-color: rgba(200, 200, 200, 0.5); } } .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(200, 200, 200, 0.5), transparent); animation: scanline 8s linear infinite; } .model-name { color: #333; font-size: 2.5em; text-shadow: 0 0 15px rgba(200, 200, 200, 0.5); margin: 0; letter-spacing: -1px; animation: textGlow 4s ease-in-out infinite alternate; } @keyframes textGlow { 0% { text-shadow: 0 0 15px rgba(200, 200, 200, 0.5); } 50% { text-shadow: 0 0 20px rgba(170, 170, 170, 0.5); } 100% { text-shadow: 0 0 15px rgba(200, 200, 200, 0.5); } } .subtitle { color: #444; font-size: 1.2em; margin-top: 10px; animation: subtitleFade 6s ease-in-out infinite; } .waifu-container { margin: 20px -30px; width: calc(100% + 60px); overflow: hidden; border-radius: 8px; border: 1px solid rgba(200, 200, 200, 0.3); position: relative; } .waifu-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(45deg, rgba(200, 200, 200, 0.1) 0%, transparent 20%, transparent 80%, rgba(170, 170, 170, 0.1) 100%); pointer-events: none; animation: gradientSlide 10s linear infinite; } .waifu-img { width: 100%; height: auto; border-radius: 0; border: none; box-shadow: 0 0 40px rgba(200, 200, 200, 0.2); transition: transform 0.5s ease; } .waifu-img:hover { transform: scale(1.01); } .section { color: #444; margin: 25px 0; padding: 20px; background: rgba(230, 230, 230, 0.9); border-radius: 8px; border: 1px solid rgba(200, 200, 200, 0.15); position: relative; transition: all 0.3s ease; } .section:hover { border-color: rgba(170, 170, 170, 0.3); box-shadow: 0 0 15px rgba(200, 200, 200, 0.1); } .section::before { content: ''; position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px; border: 1px solid rgba(200, 200, 200, 0.3); border-radius: 8px; pointer-events: none; animation: sectionPulse 5s ease-in-out infinite; } @keyframes sectionPulse { 0%, 100% { opacity: 0.7; } 50% { opacity: 0.3; } } .section-title { color: #333; font-size: 1.8em; margin-top: 0; text-shadow: 0 0 5px rgba(200, 200, 200, 0.3); 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.5), rgba(170, 170, 170, 0.5)); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; } .section:hover .section-title::after { transform: scaleX(1); } .quant-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 20px 0; } .link-card { padding: 15px; background: rgba(220, 220, 220, 0.95); border-radius: 8px; transition: all 0.3s ease; border: 1px solid rgba(200, 200, 200, 0.1); position: relative; overflow: hidden; text-decoration: none; color: inherit; } .link-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, rgba(200, 200, 200, 0.5), rgba(170, 170, 170, 0.5)); animation: cardScan 4s linear infinite; } @keyframes cardScan { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } .link-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(200, 200, 200, 0.2); border-color: rgba(170, 170, 170, 0.3); } .link-card h3 { margin-top: 0; color: #444 !important; } .link-button { display: inline-flex; align-items: center; background: rgba(200, 200, 200, 0.1); color: #444 !important; padding: 8px 15px; border-radius: 6px; text-decoration: none; border: 1px solid rgba(200, 200, 200, 0.3); margin: 5px 0; transition: all 0.3s ease; font-size: 0.95em; position: relative; overflow: hidden; } .link-button::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: all 0.5s ease; } .link-button:hover { background: rgba(170, 170, 170, 0.2); border-color: rgba(170, 170, 170, 0.5); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(200, 200, 200, 0.2); } .link-button::after { content: '→'; margin-left: 8px; opacity: 0.7; transition: all 0.3s ease; } .link-button:hover::after { transform: translateX(3px); opacity: 1; } .button-group { display: flex; flex-wrap: wrap; gap: 10px; margin: 15px 0; } .disclaimer { color: #555; border-left: 3px solid #555; 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.5; } } .badge { display: inline-block; padding: 5px 10px; border-radius: 5px; background: rgba(200, 200, 200, 0.1); border: 1px solid #ccc; margin: 5px; font-size: 0.9em; animation: badgePulse 3s ease-in-out infinite; } @keyframes badgePulse { 0%, 100% { box-shadow: 0 0 5px rgba(200, 200, 200, 0.3); } 50% { box-shadow: 0 0 10px rgba(200, 200, 200, 0.5); } } @media (prefers-color-scheme: light) { .container { background: rgba(255, 255, 255, 0.95); border-color: rgba(170, 170, 170, 0.3); } .model-name, .section-title, .subtitle { color: #333; text-shadow: 0 0 5px rgba(170, 170, 170, 0.3); } .section { background: rgba(255, 255, 255, 0.9); border-color: rgba(170, 170, 170, 0.2); color: #333; } .section p, .section ul li, .section > p > strong { color: #333 !important; } .link-card { background: rgba(255, 255, 255, 0.95); border-color: rgba(170, 170, 170, 0.2); } .link-card h3 { color: #333 !important; } .link-button { background: rgba(170, 170, 170, 0.1); color: #333 !important; border-color: rgba(170, 170, 170, 0.3); } .link-button:hover { background: rgba(170, 170, 170, 0.2); border-color: rgba(170, 170, 170, 0.5); } .disclaimer { color: #333; border-color: #333; } .badge { border-color: #333; background: rgba(170, 170, 170, 0.1); } }    Safeword-Casual-V1-12B  ⚠️ Ethical Considerations This model will:  Generate content that requires industrial-grade brain bleach Be responsible for requiring Vatican-level exorcisms Void all warranties on your soul    📜 License Agreement By using this model, you agree:  To accept full responsibility for any psychotic breaks incurred Pay for the exorcist of anyone who reads the logs To pretend this is \"for science\" while crying in the shower    🧠 Model Authors  FrenzyBiscuit (Finetuner) sleepdeprived3 (Safeword Dataset Author) TheDrummer (Base Model)",
    "quick_links": [],
    "benchmark_table_html": "",
    "readme_markdown": "---\nlicense: gemma\nbase_model:\n- ReadyArt/Safeword-Casual-V1-12B\nbase_model_relation: quantized\nquantized_by: frenzybiscuit\ntags:\n- nsfw\n- explicit\n- roleplay\n- unaligned\n- dangerous\n- ERP\n---\n<style>\nbody {\n    font-family: 'Quicksand', sans-serif;\n    background: linear-gradient(135deg, #e0e0e0 0%, #f0f0f0 100%);\n    color: #333 !important;\n    text-shadow: 0 0 3px rgba(224, 224, 224, 0.7);\n    margin: 0;\n    padding: 20px;\n    transition: all 0.5s ease;\n}\n\n.container {\n    min-width: 100%;\n    margin: 0 auto;\n    max-width: 1200px;\n    background: rgba(240, 240, 240, 0.95);\n    border-radius: 12px;\n    padding: 30px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 30px rgba(200, 200, 200, 0.5);\n    border: 1px solid rgba(200, 200, 200, 0.2);\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 5px rgba(200, 200, 200, 0.3);\n        border-color: rgba(200, 200, 200, 0.5);\n    }\n    50% {\n        box-shadow: 0 0 15px rgba(170, 170, 170, 0.3);\n        border-color: rgba(170, 170, 170, 0.5);\n    }\n    100% {\n        box-shadow: 0 0 5px rgba(200, 200, 200, 0.3);\n        border-color: rgba(200, 200, 200, 0.5);\n    }\n}\n\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(200, 200, 200, 0.5), transparent);\n    animation: scanline 8s linear infinite;\n}\n\n.model-name {\n    color: #333;\n    font-size: 2.5em;\n    text-shadow: 0 0 15px rgba(200, 200, 200, 0.5);\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 15px rgba(200, 200, 200, 0.5); }\n    50% { text-shadow: 0 0 20px rgba(170, 170, 170, 0.5); }\n    100% { text-shadow: 0 0 15px rgba(200, 200, 200, 0.5); }\n}\n\n.subtitle {\n    color: #444;\n    font-size: 1.2em;\n    margin-top: 10px;\n    animation: subtitleFade 6s ease-in-out infinite;\n}\n\n.waifu-container {\n    margin: 20px -30px;\n    width: calc(100% + 60px);\n    overflow: hidden;\n    border-radius: 8px;\n    border: 1px solid rgba(200, 200, 200, 0.3);\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(200, 200, 200, 0.1) 0%,\n        transparent 20%,\n        transparent 80%,\n        rgba(170, 170, 170, 0.1) 100%);\n    pointer-events: none;\n    animation: gradientSlide 10s linear infinite;\n}\n\n.waifu-img {\n    width: 100%;\n    height: auto;\n    border-radius: 0;\n    border: none;\n    box-shadow: 0 0 40px rgba(200, 200, 200, 0.2);\n    transition: transform 0.5s ease;\n}\n\n.waifu-img:hover {\n    transform: scale(1.01);\n}\n\n.section {\n    color: #444;\n    margin: 25px 0;\n    padding: 20px;\n    background: rgba(230, 230, 230, 0.9);\n    border-radius: 8px;\n    border: 1px solid rgba(200, 200, 200, 0.15);\n    position: relative;\n    transition: all 0.3s ease;\n}\n\n.section:hover {\n    border-color: rgba(170, 170, 170, 0.3);\n    box-shadow: 0 0 15px rgba(200, 200, 200, 0.1);\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.3);\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.7; }\n    50% { opacity: 0.3; }\n}\n\n.section-title {\n    color: #333;\n    font-size: 1.8em;\n    margin-top: 0;\n    text-shadow: 0 0 5px rgba(200, 200, 200, 0.3);\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.5), rgba(170, 170, 170, 0.5));\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.quant-links {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n    margin: 20px 0;\n}\n\n.link-card {\n    padding: 15px;\n    background: rgba(220, 220, 220, 0.95);\n    border-radius: 8px;\n    transition: all 0.3s ease;\n    border: 1px solid rgba(200, 200, 200, 0.1);\n    position: relative;\n    overflow: hidden;\n    text-decoration: none;\n    color: inherit;\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.5), rgba(170, 170, 170, 0.5));\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(-3px);\n    box-shadow: 0 5px 15px rgba(200, 200, 200, 0.2);\n    border-color: rgba(170, 170, 170, 0.3);\n}\n\n.link-card h3 {\n    margin-top: 0;\n    color: #444 !important;\n}\n\n.link-button {\n    display: inline-flex;\n    align-items: center;\n    background: rgba(200, 200, 200, 0.1);\n    color: #444 !important;\n    padding: 8px 15px;\n    border-radius: 6px;\n    text-decoration: none;\n    border: 1px solid rgba(200, 200, 200, 0.3);\n    margin: 5px 0;\n    transition: all 0.3s ease;\n    font-size: 0.95em;\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(255, 255, 255, 0.2), transparent);\n    transition: all 0.5s ease;\n}\n\n.link-button:hover {\n    background: rgba(170, 170, 170, 0.2);\n    border-color: rgba(170, 170, 170, 0.5);\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(200, 200, 200, 0.2);\n}\n\n.link-button::after {\n    content: '→';\n    margin-left: 8px;\n    opacity: 0.7;\n    transition: all 0.3s ease;\n}\n\n.link-button:hover::after {\n    transform: translateX(3px);\n    opacity: 1;\n}\n\n.button-group {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin: 15px 0;\n}\n\n.disclaimer {\n    color: #555;\n    border-left: 3px solid #555;\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.5; }\n}\n\n.badge {\n    display: inline-block;\n    padding: 5px 10px;\n    border-radius: 5px;\n    background: rgba(200, 200, 200, 0.1);\n    border: 1px solid #ccc;\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 5px rgba(200, 200, 200, 0.3); }\n    50% { box-shadow: 0 0 10px rgba(200, 200, 200, 0.5); }\n}\n\n@media (prefers-color-scheme: light) {\n    .container {\n        background: rgba(255, 255, 255, 0.95);\n        border-color: rgba(170, 170, 170, 0.3);\n    }\n\n    .model-name, .section-title, .subtitle {\n        color: #333;\n        text-shadow: 0 0 5px rgba(170, 170, 170, 0.3);\n    }\n\n    .section {\n        background: rgba(255, 255, 255, 0.9);\n        border-color: rgba(170, 170, 170, 0.2);\n        color: #333;\n    }\n\n    .section p,\n    .section ul li,\n    .section > p > strong {\n        color: #333 !important;\n    }\n\n    .link-card {\n        background: rgba(255, 255, 255, 0.95);\n        border-color: rgba(170, 170, 170, 0.2);\n    }\n\n    .link-card h3 {\n        color: #333 !important;\n    }\n\n    .link-button {\n        background: rgba(170, 170, 170, 0.1);\n        color: #333 !important;\n        border-color: rgba(170, 170, 170, 0.3);\n    }\n\n    .link-button:hover {\n        background: rgba(170, 170, 170, 0.2);\n        border-color: rgba(170, 170, 170, 0.5);\n    }\n\n    .disclaimer {\n        color: #333;\n        border-color: #333;\n    }\n\n    .badge {\n        border-color: #333;\n        background: rgba(170, 170, 170, 0.1);\n    }\n}\n</style>\n\n<div class=\"container\">\n  <div class=\"header\">\n    <h1 class=\"model-name\">Safeword-Casual-V1-12B</h1>\n      <div class=\"section\">\n    <h2 class=\"section-title\">⚠️ Ethical Considerations</h2>\n      <p>This model will:</p>\n      <ul>\n        <li>Generate content that requires industrial-grade brain bleach</li>\n        <li>Be responsible for requiring Vatican-level exorcisms</li>\n        <li>Void all warranties on your soul</li>\n      </ul>\n  </div>\n  <div class=\"section\">\n    <h2 class=\"section-title\">📜 License Agreement</h2>\n    <p>By using this model, you agree:</p>\n    <ul>\n      <li>To accept full responsibility for any psychotic breaks incurred</li>\n      <li>Pay for the exorcist of anyone who reads the logs</li>\n      <li>To pretend this is \"for science\" while crying in the shower</li>\n    </ul>\n  </div>\n  <div class=\"section\">\n    <h2 class=\"section-title\">🧠 Model Authors</h2>\n    <ul>\n      <li>FrenzyBiscuit (Finetuner)</li>\n      <li>sleepdeprived3 (Safeword Dataset Author)</li>\n      <li>TheDrummer (Base Model)</li>\n    </ul>\n  </div>\n  </div>\n</div>\n",
    "related_quantizations": []
  },
  "tags": [
    "gguf",
    "nsfw",
    "explicit",
    "roleplay",
    "unaligned",
    "dangerous",
    "ERP",
    "base_model:ReadyArt/Safeword-Casual-V1-12B",
    "base_model:quantized:ReadyArt/Safeword-Casual-V1-12B",
    "license:gemma",
    "endpoints_compatible",
    "region:us",
    "conversational"
  ],
  "likes": 16,
  "downloads": 302,
  "gated": false,
  "private": false,
  "last_modified": "2025-09-03T18:22:54.000Z",
  "created_at": "2025-09-02T00:12:50.000Z",
  "pipeline_tag": "",
  "library_name": ""
}
Source payload excerpt (from Hugging Face API)
{
  "_id": "68b636821052d459e09119a8",
  "id": "ReadyArt/Safeword-Casual-V1-12B-GGUF",
  "modelId": "ReadyArt/Safeword-Casual-V1-12B-GGUF",
  "sha": "8922b4dc6d678d10b5da113c5a7547c51252c0d6",
  "createdAt": "2025-09-02T00:12:50.000Z",
  "lastModified": "2025-09-03T18:22:54.000Z",
  "author": "ReadyArt",
  "downloads": 302,
  "likes": 16,
  "gated": false,
  "private": false,
  "pipeline_tag": "",
  "library_name": "",
  "siblings_count": 14
}