ReadyArt/Heimdallr-27B-GGUF

🤗 On Hugging Faceapache-2.0128 GBGGUFHF checksums availableupdated today
Magnet

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;900&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;600&display=swap');

/ ── Theme tokens (scoped to .mc, NOT :root) ── /

.mc{

/ Light (default) /

--bg:transparent;

--bg-card:#f8fafc;

--bg-card-alt:#f1f5f9;

--bg-code:#f1f5f9;

--bg-header-top:#f8fafc;

--bg-header-bot:#e2e8f0;

--bg-step:rgba(0,0,0,.02);

--bg-warn:rgba(217,119,6,.05);

--bg-warn-info:rgba(13,148,136,.07);

--bg-param:rgba(13,148,136,.07);

--bg-critical:linear-gradient(135deg,rgba(217,119,6,.05) 0%,rgba(13,148,136,.07) 100%);

--text:#1e293b;

--text-muted:#64748b;

--text-heading:#0f172a;

--text-warn:#92400e;

--text-warn-info:#0f766e;

--accent:#0d9488;

--accent-text:#0f766e;

--accent-soft:rgba(13,148,136,.1);

--accent-border:rgba(13,148,136,.3);

--border:#e2e8f0;

--border-hover:rgba(13,148,136,.4);

--border-warn:rgba(217,119,6,.25);

--border-code:#e2e8f0;

--hdr-grad-a:#0f172a;

--hdr-grad-b:#0d9488;

--btn-bg:#0d9488;

--btn-text:#ffffff;

--shadow:0 1px 3px rgba(0,0,0,.06);

}

@media(prefers-color-scheme:dark){

.mc{

--bg:transparent;

--bg-card:#0f172a;

--bg-card-alt:#1e293b;

--bg-code:#1e293b;

--bg-header-top:#111827;

--bg-header-bot:#0a0e1a;

--bg-step:rgba(255,255,255,.02);

--bg-warn:rgba(251,191,36,.06);

--bg-warn-info:rgba(94,234,212,.1);

--bg-param:rgba(94,234,212,.1);

--bg-critical:linear-gradient(135deg,rgba(251,191,36,.06) 0%,rgba(94,234,212,.1) 100%);

--text:#e2e8f0;

--text-muted:#8b95a8;

--text-heading:#f1f5f9;

--text-warn:#fde68a;

--text-warn-info:#5eead4;

--accent:#5eead4;

--accent-text:#5eead4;

--accent-soft:rgba(94,234,212,.12);

--accent-border:rgba(94,234,212,.3);

--border:#1e293b;

--border-hover:rgba(94,234,212,.4);

--border-warn:rgba(251,191,36,.25);

--border-code:#334155;

--hdr-grad-a:#f1f5f9;

--hdr-grad-b:#5eead4;

--btn-bg:#5eead4;

--btn-text:#0a0e1a;

--shadow:0 1px 3px rgba(0,0,0,.3);

}

}

/ ── Base ── /

.mc{max-width:920px;margin:0 auto;padding:24px;font-family:'Inter',sans-serif;color:var(--text);line-height:1.7}

.mc *{box-sizing:border-box}

.mc h1,.mc h2,.mc h3{font-family:'Cinzel',serif;color:var(--text-heading)}

.mc p{margin:.6em 0}

.mc strong{color:var(--accent-text)}

.mc a{color:var(--accent-text);text-decoration:none;border-bottom:1px dotted var(--accent-border)}

.mc code{background:var(--bg-code);color:var(--accent-text);padding:2px 7px;border-radius:4px;font-family:'JetBrains Mono',monospace;font-size:.85em;border:1px solid var(--border-code)}

.mc ul{list-style:none;padding:0;margin:8px 0}

.mc li{margin-bottom:8px;padding-left:20px;position:relative}

.mc li::before{content:'›';position:absolute;left:4px;color:var(--accent-text);font-weight:600}

/ ── Header ── /

.mc-hdr{text-align:center;padding:48px 24px 36px;background:linear-gradient(180deg,var(--bg-header-top) 0%,var(--bg-header-bot) 100%);border:1px solid var(--border);border-radius:16px;margin-bottom:20px;box-shadow:var(--shadow)}

.mc-hdr h1{font-size:2.6em;font-weight:900;margin:0;letter-spacing:.02em;background:linear-gradient(135deg,var(--hdr-grad-a),var(--hdr-grad-b));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

.mc-badge{display:inline-block;margin-top:12px;padding:5px 14px;border-radius:100px;font-size:.8em;font-weight:600;font-family:'Cinzel',serif;color:var(--accent-text);background:var(--accent-soft);border:1px solid var(--accent-border);letter-spacing:.06em}

.mc-sub{color:var(--text-muted);font-style:italic;margin-top:10px;font-size:1.05em}

/ ── Warnings ── /

.mc-warn{padding:12px 20px;border-radius:10px;margin:12px 0;font-size:.88em;text-align:center;background:var(--bg-warn);border:1px solid var(--border-warn);color:var(--text-warn)}

.mc-warn--info{background:var(--bg-warn-info);border-color:var(--accent-border);color:var(--text-warn-info)}

/ ── Sections ── /

.mc-sec{margin:16px 0;padding:24px;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow)}

.mc-sec-title{font-size:1.3em;font-weight:700;margin:0 0 14px;display:flex;align-items:center;gap:8px}

.mc-sec-title .dot{width:8px;height:8px;border-radius:50%;background:var(--accent);flex-shrink:0}

/ ── Collapsible ── /

details{margin:16px 0}

details summary{cursor:pointer;font-family:'Cinzel',serif;font-size:1.15em;font-weight:700;color:var(--text-heading);padding:18px 24px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;list-style:none;display:flex;align-items:center;gap:10px;transition:border-color .2s;box-shadow:var(--shadow)}

details summary:hover{border-color:var(--border-hover)}

details summary::-webkit-details-marker{display:none}

details summary::before{content:'▸';color:var(--accent-text);transition:transform .2s}

details[open] summary::before{transform:rotate(90deg)}

details .mc-sec{margin-top:0;border-top:none;border-radius:0 0 14px 14px;box-shadow:none}

/ ── Grid & Cards ── /

.mc-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}

.mc-card{background:var(--bg-card-alt);padding:18px;border-radius:10px;border:1px solid var(--border)}

.mc-card h4{margin:0 0 8px;font-family:'Cinzel',serif;font-size:.95em;font-weight:600;color:var(--accent-text)}

.mc-card p{font-size:.9em;margin:0;color:var(--text-muted);line-height:1.6}

/ ── Table ── /

.mc-tbl{width:100%;border-collapse:collapse;margin-top:14px;font-size:.88em;border-radius:10px;overflow:hidden;border:1px solid var(--border)}

.mc-tbl th{background:var(--bg-card-alt);color:var(--accent-text);padding:10px 16px;text-align:left;font-weight:600;font-size:.75em;text-transform:uppercase;letter-spacing:.08em;font-family:'Cinzel',serif}

.mc-tbl td{padding:10px 16px;border-top:1px solid var(--border);color:var(--text)}

.mc-tbl td strong{color:var(--accent-text)}

/ ── Sampler ── /

.sampler-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}

.param-box{background:var(--bg-param);border:1px solid var(--accent-border);padding:12px;border-radius:8px;text-align:center}

.param-val{font-family:'Cinzel',serif;font-size:1.4em;font-weight:700;color:var(--accent-text);display:block}

.param-label{font-size:.7em;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}

.quant-list{list-style:none;padding:0;margin:10px 0}

.quant-item{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border);font-size:.85em}

.quant-item:last-child{border-bottom:none}

.quant-item span:first-child{font-family:'JetBrains Mono',monospace;color:var(--accent-text)}

/ ── Button ── /

.mc-btn{display:inline-block;margin-top:10px;padding:8px 18px;border-radius:8px;background:var(--btn-bg);color:var(--btn-text);font-weight:700;font-size:.82em;text-decoration:none;font-family:'Cinzel',serif;letter-spacing:.04em;border:none}

/ ── Critical box ── /

.mc-critical{padding:20px 24px;background:var(--bg-critical);border:1px solid var(--border-warn);border-radius:12px;margin:14px 0}

.mc-critical p{font-size:.92em;line-height:1.7}

.mc-critical .step{display:block;margin:10px 0;padding:10px 14px;background:var(--bg-step);border-left:3px solid var(--accent);border-radius:0 6px 6px 0;font-size:.9em;line-height:1.6}

.mc-critical .step-num{font-family:'Cinzel',serif;font-weight:700;color:var(--accent-text);margin-right:6px}

.mc-critical .hint{color:var(--text-warn);font-size:.82em;margin-top:10px;font-style:italic}

/ ── Lore ── /

.lore-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}

.lore-item{background:var(--bg-card-alt);border:1px solid var(--border);border-radius:8px;padding:12px 14px}

.lore-item h5{margin:0 0 4px;font-family:'Cinzel',serif;font-size:.82em;font-weight:600;color:var(--accent-text)}

.lore-item p{font-size:.8em;color:var(--text-muted);margin:0;line-height:1.5}

.lore-faction{display:flex;gap:12px;padding:12px 14px;background:var(--bg-card-alt);border:1px solid var(--border);border-radius:8px;margin-bottom:8px}

.lore-faction-icon{font-size:1.3em;flex-shrink:0}

.lore-faction h5{margin:0 0 3px;font-family:'Cinzel',serif;font-size:.85em;font-weight:600;color:var(--accent-text)}

.lore-faction p{margin:0;font-size:.8em;color:var(--text-muted);line-height:1.5}

.lore-system{display:flex;align-items:center;gap:10px;padding:8px 12px;border-left:3px solid var(--accent);margin-bottom:6px;font-size:.85em}

.lore-system strong{color:var(--accent-text)}

/ ── Sub-headings inside sections ── /

.mc-subhead{margin:20px 0 8px;font-size:1.05em;font-family:'Cinzel',serif;color:var(--text-heading)}

/ ── Tags ── /

.mc-tag{display:inline-block;padding:4px 10px;border-radius:100px;font-size:.7em;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin:3px;font-family:'Cinzel',serif}

.tag-accent{background:var(--accent-soft);color:var(--accent-text);border:1px solid var(--accent-border)}

.tag-warn{background:var(--bg-warn);color:var(--text-warn);border:1px solid var(--border-warn)}

.tag-muted{background:rgba(100,116,139,.08);color:var(--text-muted);border:1px solid var(--border)}

/ ── Credits ── /

.credit{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--bg-card-alt);border:1px solid var(--border);border-radius:10px;margin-bottom:10px}

.credit img{width:40px;height:40px;border-radius:50%;border:2px solid var(--accent)}

.credit span{font-size:.9em}

/ ── Video ── /

.mc-video{margin:16px 0;border-radius:14px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow)}

.mc-video video{width:100%;display:block}

/ ── Responsive ── /

@media(max-width:640px){.mc{padding:12px}.mc-hdr h1{font-size:1.9em}.mc-grid,.lore-grid,.sampler-grid{grid-template-columns:1fr}}

Heimdallr-27B

v1.0 · Qwen3.8-27B Fine-tune

The frost never sleeps.

⚠️ 18+ — Mature themes, adult interactions, explicit content.

Training data includes some erotic content, but uncensoring was not the primary objective. The model is not fully uncensored.

⚠️ Required Setup — Read Before Use

Chat Completion mode is mandatory. Text Completion will produce broken, incoherent output.

1. Set your backend to Chat Completion (/v1/chat/completions, not /v1/completions). In SillyTavern: Extension Settings → Backend.

2. SillyTavern → Chat Settings → Prompt Post-Processing → set to Strict (user first, alternating roles; with tools).

3. Enable reasoning: "chat_template_kwargs": {"enable_thinking": true, "reasoning_effort": "medium"}

Skipping these steps will cause role bleed, garbled text, and mid-scene formatting breaks.

Use fully uncensored roleplay prompts. Safety-aligned system prompts, guardrails, or moral constraints will degrade output and trigger in-character refusals.

1. Remove safety instructions from your system prompt and character card.

2. Disable any frontend content-moderation layer (SillyTavern default, Ollama safety, LM Studio moderation).

3. Recommended starting prompt: LLamaception.

Re-imposing safety constraints at inference time conflicts with the model's training and produces evasive, broken responses.

The Hrimspine Range — World Lore

A continent split by an immense, perpetually frozen mountain range. The Hrimspine is a living entity of ice, fire, and ancient ruin. Blizzard conditions never cease. Beneath shifting glaciers, a dead civilization still hums with forgotten power.

Geography

The Hrimspine Mountains

Year-round blizzards, lethal crevasses, unstable ice-bridges. Traversable only via narrow, wind-blasted passes.

Mount Jökull

Second-highest summit, geothermally active. Hot springs on the eastern face. Magnetic ore disables compasses. Sole source of Relic-Ice.

The Howling Throat

Narrow corridor, winds exceeding 100 mph. Wind-chatter causes auditory hallucinations. Lined with Waystone monoliths. Primary Frostwyrm ambush site.

Frostmaw Glacier

Shifting ice sea hiding pre-freeze ruins. Crevasses shift with daily melt-freeze cycles. Sub-glacial ruins emit thermal signatures and a low-frequency hum.

Svartdalen

Geothermal wasteland of perpetual smog. Extreme heat differentials spawn localized cyclones. Home to the Ash-Born and The Cinder-Market.

Lake Vetr

Vast frozen freshwater under three feet of ice. Subglacial currents make thickness unpredictable. Habitat of Glacial Leviathans.

Key Locations

Hrimfjalls Rest

Subterranean waystation in Mount Jökull's eastern cliff. Ironwood doors, geothermal heat, bathhouse, Ossuary vault. Managed by Tova Stone-sinew.

The Soot-and-Steam Baths

Geothermal pool network beneath Hrimfjalls Rest. Mineral-rich water treats frostbite. Segregated by ironwood chains — prime location for illicit deals.

Aethelgard Ruins

Pre-freeze metropolis crushed beneath Frostmaw Glacier. Architecture defies modern logic. Central spire remains unnaturally warm, powering ancient defenses. Feral automata patrol the outer districts.

The Cinder-Market

Ash-covered bazaar in Svartdalen. Specializes in coal, sulfur, forged Frostwarden documents. Air toxic to non-locals. Controlled by the Ash-Born.

Factions

🐻‍❄️Frostwardens

Paramilitary order policing the passes. White-bear pelts, Waystone compasses, Valkyrie archers on Snow-Striders. Commanded by Kaelen Ice-vein.

🐀The White-Rat Cartel

Black-market syndicate exploiting hidden glacier routes. Transport Relic-Ice and pre-freeze artifacts. Led by Sylas White-Rat Vane.

🔥The Ash-Born

Mutated mining guild adapted to extreme heat and toxic fumes. Worship the Earth-Fire. Led by Bjorn Iron-lung. Operate The Cinder-Market.

❄️The Thaw-Cult

Religious extremists worshipping pre-freeze entities in Relic-Ice. Infect themselves with Ice-Fever for visions. Led by Orla Thaw-Whisper.

Key Figures

Tova Stone-sinew

One-armed innkeeper. Lost her arm to a frost-wyrm. Unmatched mountain knowledge. Enforces Hearth-law with an iron bone hook.

Kaelen Ice-vein

Ruthless Frostwarden Commander. Three fingers missing to frostbite. Secretly suffers early-stage Ice-Fever.

Sylas White-Rat Vane

Smuggler kingpin. Always accompanied by snow-ferrets. Seeking the Keystone of Aethelgard to monopolize thermal vents.

Vespera of the Flask

Desperate lowland alchemist. Needs Relic-Ice to cure a plague. Wealthy but naive to mountain survival.

Orla Thaw-Whisper

Fanatical cult leader. Left arm permanently frozen by Ice-Fever. Hears the hum of Aethelgard. Hunted by Kaelen.

Bjorn Iron-lung

Brutal Ash-Born foreman. Breathes visible soot. Resents Tova's monopoly. Trades coal for grain only.

Races

Humans

Resilient settlers and scavengers. Ingenuity and adaptability let them carve niches in the harshest peaks.

Elves

Ancient beings connected to ley lines. Remember the world before the freeze, though they grow aloof.

Orcs

Powerful warriors thriving in brutal cold. Tribal societies value strength; often clash with Frostwarden patrols.

Trolls

Massive, granite-skinned. Some blend into glaciers to ambush travelers.

Demons

Beings of sulfur and flame from deeper vents. Drawn to the geothermal heat of Svartdalen.

Flora & Fauna

Frost-wyrms

Wingless serpentine ice-beasts. Burrow through snowpack, sense vibrations. Acidic saliva melts flesh. Guardians of Relic-Ice.

Snow-Striders

Six-legged felines adapted to snow. Domesticated by White-Rats and Frostwarden Valkyries.

Rime-Ravens

Carrion birds with crystalline feathers. Mimic human speech. Flocks indicate recent death or impending avalanche.

Glacial Leviathan

Massive blind aquatic predator beneath Lake Vetr. Can shatter thin ice from below.

Systems & Culture

Hearth-law: Absolute neutrality within Hrimfjalls Rest. No weapons, no bloodshed. Payment in coin, coal, or firewood. Violation = exile into the storm without gear.

Relic-Ice: Ancient ice with preserved pre-freeze microbes. Melts slowly. Causes Ice-Fever if touched bare-handed. Whispers when exposed to heat. Most prized contraband.

Ice-Fever: Necrotic disease from Relic-Ice. Blackened veins, hallucinations, loss of pain. Terminal: complete bodily freezing while conscious.

Waystone Navigation: Magnetized lodestones pointing to buried monoliths. Only reliable method during whiteouts. Monolith vibrations disrupt Frost-wyrms.

The Pre-Freeze: Apocalyptic event that created the Hrimspine. Rapid tectonic shift and temperature drop that eradicated Aethelgard. Cause unknown.

Coal Standard: Survival currency. Value: Coal → Preserved Meat → Ironwood → Coin. Gold is nearly worthless.

Synthetic Life Engine

Dataset generated using a Character Engine and Emotional Engine for genuine personality consistency and emotional depth.

Character Engine

Consistent personality traits, speech patterns, and behavioral logic across all contexts.

Emotional Engine

Dynamic emotional states injected into responses for realistic, in-depth reactions.

Quality Refinement

Automated detection and rewriting of repetitive phrases for fresh dialogue.

Dialogue Integrity

Quote normalization prevents formatting errors and maintains immersion.

Training Details

Fine-tuned via LoRA on text layers only, preserving base model capabilities while imprinting new behavioral patterns.

ParameterValue

MethodLoRA (Low-Rank Adaptation)

LoRA Rank192 (up from 160 in v0.35)

Learning RateAdjusted from v0.35 baseline

Epochs2

Trained LayersText layers only

Dataset SizeDoubled vs. v0.35

Rank increase (160 → 192): Needed to encode the full behavioral range of the expanded dataset without cross-talk between character archetypes.

Axolotl script: Learning rate and a couple of hyperparameters tweaked for this run. Results may differ slightly from the v0.35 baseline.

Early data purge: A small batch accidentally included in the initial v0.4 build was identified and removed. The model was retrained on the cleaned dataset. If you pulled an early v0.4 snapshot, re-download the latest weights.

Data Pipeline

Multi-turn generation for natural context flow

Automated refusal filtering

Slop cleaning — undesirable phrases identified and rewritten

Reasoning tags and excessive markdown stripped for clean roleplay output

Testing & Validation

Validated against the LLamaception system prompt for consistent behavior, proper role separation, and stable multi-turn output under structured uncensored prompting.

Outcome: Consistent character voice, formatting, and behavioral boundaries across extended sessions. No drift or mid-scene refusals.

Tip: If you don't already use a structured uncensored prompt, LLamaception is a solid starting point for this model.

Configuration

Sampler Settings

0.95Top-P

0.80Temperature

0Freq Pen

0Presence Pen

GGUF Quantizations

Q4_K_MDecent

Q5_K_MRecommended

Q6_KHigh

Q8_0Near Lossless

⬇ GGUF Repository

Credits

GECFDO — Data Generation & iMatrix Quants

Sleep Deprived — Dataset Generator

FrenzyBiscuit — Fine-Tuning & Dataset Creation

License & Usage

By using this model you accept all terms below.

Built upon the Apache 2.0 license

Personal use only — not for public API, hosted service, or multi-user deployment

You accept full responsibility for all outputs generated

You confirm you are at least 18 years old

Creators bear no responsibility for how the model is used

No commercial use to the extent legally allowed

Apache 2.0

Personal Use Only

18+

NSFW

No Public API

Hrimspine Lore