LFM2.5-2.6B-Uncensored
from LiquidAI/LFM2.5-2.6B
SEX_ROLEPLAY-3.2-1B is a abliterated and uncensored variant of Nexesenex/Llama_3.2_1b_RandomLego_RP_R1_0.1, published on Hugging Face by Novaciano. It is 1B parameters, runs on a laptop CPU class and apache-2.0 licence. It is distributed across 18 repositories in GGUF, MLX and GGUF (imatrix) formats, totalling 11.1K downloads.
How SEX_ROLEPLAY-3.2-1B 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
“Multilingual model dedicated to NSFW roleplay.”
Commands are templates — confirm the exact repository and quant file before use.
hf download Novaciano/SEX_ROLEPLAY-3.2-1B --local-dir ./sex-roleplay-3.2-1b
llama-cli -m ./sex-roleplay-3.2-1b/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Novaciano/SEX_ROLEPLAY-3.2-1B"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Novaciano/SEX_ROLEPLAY-3.2-1B --trust-remote-codeEvery published repository of SEX_ROLEPLAY-3.2-1B, 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 SEX_ROLEPLAY-3.2-1B is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Novaciano, and does not independently verify publisher claims. See responsible use.