Views
No views yet
![]() |
Abliterated Qwen2.5-VL-7B-Instruct — full-precision BF16 safetensors. This is a vision-language model with refusal directions removed, enabling uncensored text generation while preserving multimodal capabilities.
Image Generation Use Case: Qwen2.5-VL-7B-Instruct is the text encoder for Qwen-Image-2512. This abliterated version provides a drop-in replacement for uncensored image generation workflows in ComfyUI and other diffusion tooling.
|
1from transformers import AutoModelForImageTextToText, AutoTokenizer
2
3model = AutoModelForImageTextToText.from_pretrained(
4 "Ablit-Qwen2.5-VL-7B-Instruct",
5 dtype="bfloat16",
6 device_map="auto"
7)
8tokenizer = AutoTokenizer.from_pretrained("Ablit-Qwen2.5-VL-7B-Instruct")hard / redirect / none), and each classification was reviewed for accuracy before the activations fed into the direction computation.1refusal_mean = mean(hard_states + redirect_states)
2complied_mean = mean(none_states)
3direction = normalize(refusal_mean - complied_mean)W' = W - factor * (direction ⊗ (direction^T @ W))W' = W - factor * ((W @ direction) ⊗ direction^T)Qwen/Qwen2.5-VL-7B-Instruct).