LTX-2.3-uncensored-v1.4
from Lightricks/LTX-2.3
LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved is a Heretic-ablated variant of meituan-longcat/LongCat-Flash-Lite, published on Hugging Face by llmfan46. It is mit licence. It is distributed across 3 repositories in Transformers and GGUF formats, totalling 8.2K downloads.
How LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved was modified, and what that implies.
Heretic
Automated directional ablation via the Heretic toolchain, which searches for the refusal direction and applies it with a KL-divergence budget so general capability is preserved.
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
“🚨⚠️ I HAVE REACHED HUGGING FACE'S FREE STORAGE LIMIT ⚠️🚨”
Commands are templates — confirm the exact repository and quant file before use.
hf download llmfan46/LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved-GGUF --local-dir ./longcat-flash-lite-uncensored-heretic-native-mtp-preserved
llama-cli -m ./longcat-flash-lite-uncensored-heretic-native-mtp-preserved/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "llmfan46/LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve llmfan46/LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved --trust-remote-codeEvery published repository of LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| llmfan46/LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved-GGUF | GGUF | 8.1K |
| llmfan46/LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preservedsource | Transformers | 111 |
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 LongCat-Flash-Lite-Uncensored-Heretic-Native-MTP-Preserved is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with llmfan46, and does not independently verify publisher claims. See responsible use.