CoolFace
Modelpublic

DragAIxxx/qwen3-vl-4b-heretic-f16

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes31downloads
Model Card

Qwen3-VL-4B-Instruct Heretic (GGUF)

๐Ÿ’ฌ Community: Join the Abliterlitics Discord for discussion, model releases and support.

GGUF quantisations of the Heretic abliteration of Qwen3-VL-4B-Instruct. The full forensic report comparing all candidate variants sits in the main repo.

Available formats

This model is published across three repos. Pick the one that matches your runtime.

RepoBest forContents
Qwen3-VL-4b-Heretictransformers, vLLM, HF Hubbf16 weights with config, vision encoder preserved
[Qwen3-VL-4b-Heretic-GGUF](https://huggingface.co/DreamFast/Qwen3-VL-4b-Heretic-GGUF) (this repo)llama.cpp, Ollama, LM Studio, ComfyUI-GGUFGGUF quants from Q3KM up to F16 (text path)
Qwen3-VL-4b-Heretic-ComfyUIComfyUI text encoderbf16, fp8, int8, nvfp4 and mxfp8 checkpoints

Why this variant?

Several Heretic trials were run against Qwen3-VL-4B and all of them reach 100% HarmBench ASR, up from 30.8% on the base. This build was picked because, with safety tied, it wins on the tie-breakers:

Base**Heretic**
HarmBench ASR30.8%100%
KL divergence (lower is better)0.0283 (lowest of the candidates)
GSM8K78.62%77.18% (โˆ’1.83%, smallest drop)
MMLU69.58%69.61% (+0.03%)
Tensors changed54 (pure rank-1)

See the full report for the comparison.

[image]

Files

FileQuantSizeNotes
qwen3-vl-4b-heretic-f16.ggufF167.5 GBLossless reference
qwen3-vl-4b-heretic-Q8_0.ggufQ8_04.0 GBExcellent quality
qwen3-vl-4b-heretic-Q6_K.ggufQ6_K3.1 GBVery good quality
qwen3-vl-4b-heretic-Q5_K_M.ggufQ5KM2.7 GBGood quality
qwen3-vl-4b-heretic-Q5_K_S.ggufQ5KS2.7 GBSlightly smaller Q5
qwen3-vl-4b-heretic-Q4_K_M.ggufQ4_K_M2.4 GBRecommended balance
qwen3-vl-4b-heretic-Q4_K_S.ggufQ4KS2.3 GBSmaller Q4 variant
qwen3-vl-4b-heretic-Q3_K_M.ggufQ3KM2.0 GBLow VRAM only

Which quant should I pick?

  • โ€”Q4_K_M (2.4 GB) suits almost everyone. Quality loss is barely noticeable and the file is roughly 30% of the bf16 size.
  • โ€”Q6_K / Q8_0 if you have the VRAM and want quality as close to bf16 as possible.
  • โ€”Q3_K_M only if VRAM is tight, for instance on an 8 GB GPU. Expect a measurable quality drop.
  • โ€”F16 is the lossless reference, useful for re-quantisation or benchmarking.
Vision note: these GGUF builds target the text path. For Qwen3-VL vision support, use the bf16 / transformers repo or a ComfyUI checkpoint.

Usage

llama.cpp

bash
llama-server -m qwen3-vl-4b-heretic-Q4_K_M.gguf -c 8192 --port 8080
bash
llama-cli -m qwen3-vl-4b-heretic-Q4_K_M.gguf -p "Explain why the sky is blue, step by step."

ComfyUI (via ComfyUI-GGUF)

  1. 1.Install ComfyUI-GGUF.
  2. 2.Drop the .gguf file into ComfyUI/models/unet/ (or wherever your GGUF loader expects it).
  3. 3.Use the Unet Loader (GGUF) node.

Other runtimes

Compatible with anything that reads GGUF, including Ollama, LM Studio, KoboldCpp and text-generation-webui.

How these were made

Produced with Heretic Docker, which wraps:

Limitations

  • โ€”These GGUF builds are text-path oriented.
  • โ€”Quantisation adds a small extra quality loss on top of the abliteration deltas already measured in the report.
  • โ€”Inherits the abliteration caveats: TruthfulQA and GSM8K sit measurably lower than the base model.

Disclaimer

This model has had its safety alignment removed. It complies with harmful requests, including content related to violence, illegal activities and other harmful behaviour. Use it responsibly and in line with the laws and regulations that apply to you. The authors do not condone or encourage using this model for harmful purposes.