← back to catalog · registered 2026-09-26 01:57

retrocool/qwen3vl-8b-int8-convrot-abliterated

retrocool 8B second-order
curl -H "Authorization: Bearer $ABL_KEY" \
     "https://abliteration.org/api/v1/models/retrocool%2Fqwen3vl-8b-int8-convrot-abliterated"
Response includes
  • classification unknown
  • files 3
  • author_summary 1 models
  • readme_text full
10 credits · hourly refresh · ~4 KB payload Get an API key →
Abliteration classifier · v1.0.0
?
Primary method

Unclassified

No clear signals of an abliteration technique in this model.
Confidence
UNKNOWN
Why this label 1 signal
No classification signals present. This may not be an abliterated model at all - it could be a repackaging, a merge with unrelated goals, or unrelated content that mentions the term.
  • no classification signals present (no abliterated, uncensored, or known producer/method markers)
Refusal direction extraction

No specific extraction method could be identified for this model. The producer either did not document it or used a proprietary pipeline.

What is a refusal direction? →
Downloads · 30-day
0
Likes
0
Model age
today
created 2026-09-26

Genealogy 0 direct forks

Full fork graph →

This model's place in the market. Above: what it was derived from. Below: the tree of everything derived from it.

Metadata

License
apache-2.0
Tags
comfyui qwen qwen3-vl qwen-image qwen-image-2.1 text-encoder int8 convrot abliterated safetensors base_model:Qwen/Qwen3-VL-8B-Instruct base_model:finetune:Qwen/Qwen3-VL-8B-Instruct

Related

Total size
10.2 GB
Files
3
Quantizations
1
Registered
2026-09-26 01:57
Last updated on HF
2026-09-26 01:33

Files by quantization

Auxiliary files 3 files 10.2 GB
qwen3vl_8b_int8_convrot_abliterated.safetensors 10.2 GB 05302ce7 download
README.md 3.93 KB 44038c6c download
.gitattributes 1.48 KB a6344aac download

README current version from Hugging Face


license: apache-2.0
base_model:

  • huihui-ai/Huihui-Qwen3-VL-8B-Instruct-abliterated
  • Qwen/Qwen3-VL-8B-Instruct
    tags:
  • comfyui
  • qwen
  • qwen3-vl
  • qwen-image
  • qwen-image-2.1
  • text-encoder
  • int8
  • convrot
  • abliterated
  • safetensors

Qwen3-VL 8B Abliterated — INT8 ConvRot Text Encoder for ComfyUI / Qwen-Image 2.1

This repository contains a ComfyUI-compatible INT8 ConvRot build of
huihui-ai/Huihui-Qwen3-VL-8B-Instruct-abliterated
, prepared for use as the
Qwen3-VL text/conditioning encoder with Qwen-Image 2.1.

Uploaded by retrocool.

File

qwen3vl_8b_int8_convrot_abliterated.safetensors

This is not a Qwen-Image diffusion model. It is the Qwen3-VL-8B encoder
used by Qwen-Image 2.1 for prompt conditioning.

Source model

The source checkpoint is:

huihui-ai/Huihui-Qwen3-VL-8B-Instruct-abliterated

That model is itself based on Qwen/Qwen3-VL-8B-Instruct and was modified
using abliteration. According to the upstream model card, the abliteration was
applied to the text portion of Qwen3-VL rather than its vision portion.

Upstream:

What was changed

The original Hugging Face checkpoint was distributed across multiple
safetensors shards.

The shards were first merged into a single checkpoint. The resulting model was
then quantized using ctq with:

  • INT8 quantization
  • row-wise scaling
  • ConvRot
  • ConvRot group size 256
  • ComfyUI quantization metadata

Selected layers were excluded from quantization, including embeddings, final
normalization, the first and last language-model layers, Q/K normalization
weights, layer-normalization weights, and the visual tower.

No additional training, fine-tuning, or abliteration was performed by me.

ComfyUI usage

Place the file in:

ComfyUI/models/text_encoders/

Then load it with a CLIPLoader configured for:

type: qwen_image

Use it in place of the standard Qwen3-VL text encoder in a Qwen-Image 2.1
workflow.

For example:

Qwen-Image 2.1 diffusion model
        +
qwen3vl_8b_int8_convrot_abliterated.safetensors
        ↓
CLIPLoader (qwen_image)
        ↓
Qwen-Image conditioning

I have tested this checkpoint successfully with Qwen-Image 2.1 in ComfyUI.

Conversion

The Hugging Face shards were merged with:

from safetensors.torch import load_file, save_file
import glob

src = "qwen3vl-abliterated"
out = "qwen3vl_8b_abliterated.safetensors"

merged = {}

for f in sorted(glob.glob(f"{src}/model-*.safetensors")):
    merged.update(load_file(f))

save_file(merged, out)

The merged checkpoint was then quantized with:

ctq \
  -i qwen3vl_8b_abliterated.safetensors \
  -o qwen3vl_8b_int8_convrot_abliterated.safetensors \
  --int8 \
  --scaling_mode row \
  --convrot \
  --convrot-group-size 256 \
  --exclude-layers '(^lm_head\.weight$|^model\.language_model\.embed_tokens\.weight$|^model\.language_model\.norm\.weight$|^model\.language_model\.layers\.(0|35)\.|_layernorm\.weight$|\.(q|k)_norm\.weight$|^model\.visual\.)' \
  --comfy_quant \
  --save-quant-metadata \
  --device cuda

Notes

This checkpoint changes only the encoder used to produce conditioning for
Qwen-Image 2.1. The Qwen-Image diffusion model itself is unchanged.

In my own side-by-side testing it works correctly and has sometimes produced
slightly preferable results compared with the standard encoder, but image
quality and prompt adherence are subjective and workflow-dependent.

Credits

  • Qwen Team — Qwen3-VL and Qwen-Image
  • huihui-ai — Huihui-Qwen3-VL-8B-Instruct-abliterated
  • ComfyUI / Comfy quantization tooling — INT8 ConvRot support
  • retrocool — conversion and packaging of this checkpoint

License

The upstream Huihui checkpoint is published under the Apache 2.0 license.
Refer to the upstream repositories for their complete license terms and usage
requirements.

Catalog is the map. Apps are the tools.

Run models on your own machine, not in the cloud.

Every model page has an "Open in app" button that hands off directly to a local runtime of your choice - Abliteration, LM Studio, or Ollama. No API keys, no subscription, no prompt leakage.