LTX-2.3-uncensored-v1.4
from Lightricks/LTX-2.3
flux.1-dev-uncensored is a abliterated and uncensored open-weight language model, published on Hugging Face by shauray. It is mit licence. It is distributed across 5 repositories in Transformers format, totalling 6K downloads.
How flux.1-dev-uncensored 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
“Flux base model merged with uncensored LoRA, quantized to NF4. This model is not for those looking for "safe" or watered-down outputs. It’s optimized for real-world use with fewer constraints and lower VRAM requirements, thanks to NF4 quantization.”
Commands are templates — confirm the exact repository and quant file before use.
from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "shauray/flux.1-dev-uncensored-q4"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve shauray/flux.1-dev-uncensored-q4 --trust-remote-codeEvery published repository of flux.1-dev-uncensored, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| shauray/flux.1-dev-uncensored-q4source | Transformers | 4.2K |
| windylight/flux.1-dev-uncensored-q4 | Transformers | 1.8K |
| ciruxeno/flux.1-dev-uncensored-q4 | Transformers | 36 |
| kines9661/flux.1-dev-uncensored | Transformers | 0 |
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 flux.1-dev-uncensored is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with shauray, and does not independently verify publisher claims. See responsible use.