CoolFace
Modelpublic

prithivMLmods/Qwen3.5-9B-Uncensored-ComfyUI

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
1likes986downloads
Model Card

Qwen3.5-9B-Uncensored-ComfyUI

ComfyUI text encoder weights derived from an uncensored fine-tune of Qwen/Qwen3.5-9B, packaged as single-file safetensors for direct use in ComfyUI/models/text_encoders/.

Files

FilePrecision
qwen3.5_9b_uncensored_bf16.safetensorsBF16
qwen3.5_9b_uncensored_fp8_e4m3fn.safetensorsFP8 (E4M3FN)
qwen3.5_9b_uncensored_int8_convrot.safetensorsINT8 (ConvRot)

Usage

Place the file you want into:

ComfyUI/models/text_encoders/

Select it from the Qwen3.5 text-encoder loader node.

Notes

  • BF16 is the full-precision reference; FP8 and INT8 are quantized for lower VRAM use.
  • INT8 uses row-wise scaling with Hadamard-rotation outlier suppression (ConvRot).
  • This is an uncensored variant. Output content is unfiltered — use accordingly.