metadata
license: other
tags:
- quantized
- int8
- comfyui
- diffusion_models
- convrot
- text_encoders
π¦ INT8 Quantized Model Collection (ConvRot)
This repository contains a collection of popular generative models quantized to INT8 using the ConvRot method for optimized inference with minimal quality loss.
Almost all models were quantized from the original BF16 weights using the quant_int8_convrot.py script with the --mseclip attribute for calibration.
π οΈ Quantization Details
- Base Precision: BF16 β INT8 ConvRot
- Method: ConvRot (Convolution Rotation)
- Calibration:
--mseclipfor per-layer clipping optimization (couple has--absmax) - Tool:
quant_int8_convrot.py(Comfy-Org)
flux-2-dev_int8_convrot_quantops.safetensors was first quantized in ComfyUI using ComfyUI-QuantOps, then convert to int8_convrot format via convert_to_comfy.py
π Included Models
| Model Name | Original Source | Notes |
|---|---|---|
| Checkpoints | ||
ltx-2.3-22b-dev_int8_convrot.safetensors |
LTX 2.3 22B | β |
| Diffusion models | ||
flux-2-dev_int8_convrot_quantops.safetensors |
Flux-2 dev | via ComfyUI-INT8-Fast |
flux-2-dev_int8_convrot_mseclip.safetensors |
Flux-2 dev | β |
flux-2-dev_int8_convrot_absmax.safetensors |
Flux-2 dev | β |
flux-2-klein-4b_int8_convrot.safetensors |
Flux-2 Klein 4B | β |
flux-2-klein-9b_int8_convrot.safetensors |
Flux-2 Klein 9B | β |
flux-2-klein-9b-kv_int8_convrot.safetensors |
Flux-2 Klein 9B KV | β |
qwen_image_2512_int8_convrot.safetensors |
Qwen Image 2512 | β |
qwen_image_edit_2511_int8_convrot.safetensors |
Qwen Image Edit 2511 | β |
z_image_int8_convrot.safetensors |
Z-Image | β |
z_image_turbo_int8_convrot.safetensors |
Z-Image Turbo | β |
krea2_raw_int8_convrot.safetensors |
Krea 2 Raw | β |
krea2_turbo_int8_convrot.safetensors |
Krea 2 Turbo | β |
ideogram4_int8_convrot.safetensors |
Ideogram 4 | via dequant FP8 |
ideogram4_unconditional_int8_convrot.safetensors |
Ideogram 4 Uncond. | via dequant FP8 |
| 3D models | ||
trellis_2_int8_convrot.safetensors |
Trellis 2 | β |
pixal3d_int8_convrot.safetensors |
Pixal 3D | β |
| Text encoders | ||
gemma4_e4b_it_int8_convrot.safetensors |
Gemma 4 E4B IT | β |
gemma_2_2b_it_elm_int8_convrot.safetensors |
Gemma 2 2B IT | β |
qwen3.5_4b_int8_convrot.safetensors |
Qwen 3.5 4B | β |
qwen3vl_8b_int8_convrot.safetensors |
Qwen 3 VL 8B | β |
qwen3vl_4b_int8_convrot.safetensors |
Qwen 3 VL 4B | β |
qwen_3_8b_int8_convrot.safetensors |
Qwen 3 8B | β |
qwen_3_4b_int8_convrot.safetensors |
Qwen 3 4B | β |
qwen_2.5_vl_7b_int8_convrot.safetensors |
Qwen 2.5 VL 7B | β |
mistral_3_small_flux2_int8_convrot.safetensors |
Mistral 3 Small for Flux2 | β |
Note: The Ideogram 4 models were sourced from Comfy-Org/Ideogram-4 and added to this repository for convenience purposes.
π Licenses
Each model retains the original license from its respective base model. Please refer to the original model cards for licensing terms:
- LTX 2.3
- Flux.2 dev
- Flux.2 klein 9b
- Flux.2 klein 9b-kv
- Flux.2 klein 4b
- Qwen-Image-2512
- Qwen-Image-Edit-2511
- Z-Image
- Z-Image Turbo
- Krea 2
- Ideogram 4
- Trellis.2
- Pixal3D
- Gemma
- Qwen
- Mistral
π Acknowledgments
- Comfy-Org for the quantization script and bf16 models
- BobJohnson24 for
ComfyUI-INT8-Fastand conversion tools - silveroxides for
ComfyUI-QuantOpsnodes - All original model authors and teams