LTX-2.3-uncensored-v1.4
from Lightricks/LTX-2.3
Flux-Uncensored-V2 is a abliterated and uncensored variant of black-forest-labs/FLUX.1-dev, published on Hugging Face by Shar514. It is creativeml-openrail-m licence. It is distributed across 7 repositories in Transformers format, totalling 26.9K downloads.
How Flux-Uncensored-V2 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
“The FLUX Uncensored LoRA v2 is an enhanced version of the original FLUX Uncensored LoRA, designed for the base model black-forest-labs/FLUX.1-dev. This version addresses issues present in the previous release and offers improved performance and stability. The LoRA weights have been fine-tuned to remove the base...”
Commands are templates — confirm the exact repository and quant file before use.
from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "Shar514/Flux-Uncensored-V2"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve Shar514/Flux-Uncensored-V2 --trust-remote-codeEvery published repository of Flux-Uncensored-V2, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| Shar514/Flux-Uncensored-V2source | Transformers | 24K |
| longlong1988/Flux-Uncensored-V2 | Transformers | 1.1K |
| Amirulazmi16/Flux-Uncensored-V2 | Transformers | 1K |
| whrw/Flux-Uncensored-V2 | Transformers | 356 |
| MarkBoyt/Flux-Uncensored-V2 | Transformers | 279 |
| ApolloQT/Flux-Uncensored-V2 | Transformers | 168 |
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-Uncensored-V2 is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with Shar514, and does not independently verify publisher claims. See responsible use.