The complete vision encoder and selected quantization-sensitive layers remain in BF16. Large projection matrices in the intermediate language-transformer blocks are quantized to row-wise INT8 with ConvRot.
Rounding method: SVD-based learned rounding (--simple was not used)
Original precision: BF16
Vision capability: Retained
License: Apache License 2.0
No layers were removed and no architectural changes were made. This is a lossy post-training quantization of the original ComfyUI safetensors checkpoint.
Precision layout
The following components remain in BF16:
Complete vision encoder (model.visual.*)
Token embedding (model.embed_tokens.weight)
Language-model head (lm_head.weight)
Final language-model normalization (model.norm.weight)
Input and post-attention normalization layers
Attention Q/K normalization layers
First language-transformer block (model.layers.0.*)
Last language-transformer block (model.layers.35.*)
The following projection matrices in language-transformer blocks 1–34 are stored as INT8 ConvRot:
Actual runtime VRAM usage also depends on activation memory, input resolution, visual-token count, context length, ComfyUI model offloading, and other models loaded in the workflow.
Usage with ComfyUI
Place the file in:
ComfyUI/models/text_encoders/
Load it with the same ComfyUI text-encoder workflow used for the original ComfyUI-format checkpoint.
A recent ComfyUI version with native INT8 ConvRot support is required. The file is intended for ComfyUI's native quantized safetensors runtime; it is not a GGUF model and should not be treated as a standard Transformers checkpoint.
Quality notice
Quantization is lossy, and outputs are not expected to be bit-identical to the BF16 source model.
The complete vision encoder and modality-merger path remain in BF16 to prioritize image-input fidelity. Image information is subsequently processed by the mixed-precision language transformer, so exact BF16 vision-language behavior is not guaranteed.
No formal benchmark comparing this quantization against the original BF16 checkpoint has been published for this repository.
Attribution
This repository contains quantized weights derived from: