Views
No views yet
qwen3_5 architecture) as a single
safetensors file, loadable directly by ComfyUI. Weights are compressed from
27.9GB (BF16) to 16.7GB.asym_w4a8_int8 (4-bit weights, int8 activations)AsymW4A8Int8Layout
qwen3.8-27b-w4a8.safetensors ≈ 16.7GB| Action | Layers |
|---|---|
| Quantized (int4) | LM linear projections: in_proj_qkv/z/b/a, out_proj, q/k/v/o_proj, gate/up/down_proj, lm_head |
| Kept BF16 | Vision tower, embeddings, norms, DeltaNet conv1d |
| Dropped | MTP head (not supported by ComfyUI's Qwen35 implementation) |
qwen3.8-27b-w4a8.safetensors into ComfyUI/models/text_encoders/.QWEN35_27B
(detect_te_model) and enables mixed-precision layers
(llama_detect → llama_quantization_metadata).AsymW4A8Int8Layout CUDA/Triton kernels.convert_qwen35_w4a8.py (comfy-kitchen quantization backend),
shipped alongside the ComfyUI repo:1python convert_qwen35_w4a8.py \
2 --input-dir ./qwen38_27b \
3 --output ./qwen3.8-27b-w4a8.safetensors \
4 --verify