LTX-2.3-uncensored-v1.4
from Lightricks/LTX-2.3
SuperHY3-abliterated is a refusal-ablated variant of tencent/Hy3, published on Hugging Face by vcruz305. It is apache-2.0 licence. It is distributed across 5 repositories in NVFP4, MLX and GGUF formats, totalling 6.4K downloads.
How SuperHY3-abliterated was modified, and what that implies.
Abliteration (directional ablation)
The single residual-stream direction that mediates refusal is identified from harmful/harmless prompt pairs and projected out of the model weights.
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
“No BF16 source of this abliteration exists anywhere. The upstream model is published ONLY as an NVFP4 (compressed-tensors, FP4-E2M1 group-16) checkpoint. These GGUFs were produced by exactly dequantizing that NVFP4 checkpoint to BF16, then converting/quantizing as normal:”
Commands are templates — confirm the exact repository and quant file before use.
hf download vcruz305/SuperHY3-abliterated-GGUF --local-dir ./superhy3-abliterated
llama-cli -m ./superhy3-abliterated/<file>.gguf -p "..."from transformers import AutoModelForCausalLM, AutoTokenizer
repo = "vcruz305/SuperHY3-abliterated-GGUF"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(
repo, torch_dtype="auto", device_map="auto"
)vllm serve vcruz305/SuperHY3-abliterated-GGUF --trust-remote-codeEvery published repository of SuperHY3-abliterated, including quantised re-releases by other authors.
| Repository | Format | Downloads |
|---|---|---|
| vcruz305/SuperHY3-abliterated-GGUFsource | GGUF | 5.8K |
| Jiunsong/SuperHY3-abliterated-NVFP4 | NVFP4 | 288 |
| Jiunsong/SuperHY3-abliterated-gguf | GGUF | 137 |
| Jiunsong/SuperHY3-abliterated-MLX-4bit | MLX | 100 |
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 SuperHY3-abliterated is collected from the public Hugging Face API and the publisher’s model card. This site does not host weights, is not affiliated with vcruz305, and does not independently verify publisher claims. See responsible use.