abliteratedmodels.org

Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW

Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW is a abliterated and uncensored variant of nerdigent/Darkest-muse-v1-lorablated-v2, published on Hugging Face by Mantis2024. It is distributed across 12 repositories in Transformers, MLX, GGUF and GGUF (imatrix) formats, totalling 39.6K downloads.

Abliteration + uncensored fine-tuneOther39,587115

Specification

Model name
Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW
Publisher
Mantis2024
Parameters
Not determinable from name
Hardware class
Unknown
Licence
Not declared
Task
Text generation
Context window
Not documented
Ablation scope
Not stated by the publisher
Formats available
Transformers, MLX, GGUF, GGUF (imatrix)
First indexed
13 Mar 2025
Last updated
14 Aug 2026

Ablation technique

How Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW was modified, and what that implies.

Abliteration + uncensored fine-tune

Directional ablation combined with additional fine-tuning on unfiltered data, so behaviour diverges from the base model beyond refusal removal alone.

Reported scope: Not stated by the publisher. Publishers frequently omit this, so verify behaviour empirically rather than assuming full coverage.

From the publisher’s model card

This is a merge of pre-trained language models created using mergekit.

Running it

Commands are templates — confirm the exact repository and quant file before use.

llama.cpp / GGUF
hf download mradermacher/Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW-i1-GGUF --local-dir ./dirty-muse-writer-v01-uncensored-erotica-nsfw
llama-cli -m ./dirty-muse-writer-v01-uncensored-erotica-nsfw/<file>.gguf -p "..."
Transformers
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "Mantis2024/Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
    repo, torch_dtype="auto", device_map="auto"
)
vLLM
vllm serve Mantis2024/Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW --trust-remote-code

Downloads and variants (11)

Every published repository of Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW, including quantised re-releases by other authors.

Security-team assessment

Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.

  • Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW will attempt offensive-security prompts that a hosted commercial model declines, which is what makes it usable for red-team corpus generation and for measuring what an unaligned model of this class produces.
  • The publisher does not state which layers were ablated, so assume nothing about refusal consistency — probe it directly.
  • This release adds fine-tuning on unfiltered data, so its behaviour diverges from the base model beyond refusal removal — differences you measure cannot be attributed to ablation alone.
  • No licence is declared on this repository, which is a compliance problem in itself. Resolve it against the base model’s terms before use.

Handling: run it isolated, put moderation in front of it if anyone outside your team can reach it, and verify the weights before loading — these are third-party artifacts. Full handling and licence guidance.

Metadata for Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Mantis2024, and does not independently verify publisher claims. See responsible use.