LTX-2.3-uncensored-v1.4
from Lightricks/LTX-2.3
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.
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.”
Commands are templates — confirm the exact repository and quant file before use.
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 "..."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 serve Mantis2024/Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW --trust-remote-codeEvery published repository of Dirty-Muse-Writer-v01-Uncensored-Erotica-NSFW, including quantised re-releases by other authors.
Derived from this model’s metadata and the publisher’s claims — not from benchmarks run by this site.
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.