supermind commited on
Commit
7865f12
Β·
verified Β·
1 Parent(s): a4be88b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +101 -0
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - quantized
5
+ - int8
6
+ - comfyui
7
+ - diffusion_models
8
+ - convrot
9
+ - text_encoders
10
+ ---
11
+
12
+ # πŸ“¦ INT8 Quantized Model Collection (ConvRot)
13
+
14
+ This repository contains a collection of popular generative models quantized to **INT8** using the **ConvRot** method for optimized inference with minimal quality loss.
15
+
16
+ Almost all models were quantized from the original **BF16** weights using the `quant_int8_convrot.py` script with the `--mseclip` attribute for calibration.
17
+
18
+ ---
19
+
20
+ ## πŸ› οΈ Quantization Details
21
+
22
+ - **Base Precision:** BF16 β†’ INT8 ConvRot
23
+ - **Method:** ConvRot (Convolution Rotation)
24
+ - **Calibration:** `--mseclip` for per-layer clipping optimization (couple has `--absmax`)
25
+ - **Tool:** [`quant_int8_convrot.py`](https://github.com/Comfy-Org/comfy-model-tools/blob/main/quant_int8_convrot.py) (Comfy-Org)
26
+
27
+ `flux-2-dev_int8_convrot_quantops.safetensors` was first quantized in ComfyUI using [ComfyUI-QuantOps](https://github.com/silveroxides/ComfyUI-QuantOps), then convert to `int8_convrot` format via [`convert_to_comfy.py`](https://github.com/BobJohnson24/ComfyUI-INT8-Fast/blob/main/convert_to_comfy.py)
28
+
29
+ ---
30
+
31
+ ## πŸ“‚ Included Models
32
+
33
+ | Model Name | Original Source | Notes |
34
+ |------------|----------------|-------|
35
+ | `ltx-2.3-22b-dev_int8_convrot.safetensors` | LTX 2.3 22B | β€” |
36
+ | β€” | β€” | β€” |
37
+ | `flux-2-dev_int8_convrot_quantops.safetensors` | Flux-2 dev | Quantized via ComfyUI-INT8-Fast |
38
+ | `flux-2-dev_int8_convrot_mseclip.safetensors` | Flux-2 dev | β€” |
39
+ | `flux-2-dev_int8_convrot_absmax.safetensors` | Flux-2 dev | β€” |
40
+ | `flux-2-klein-4b_int8_convrot.safetensors` | Flux-2 Klein 4B | β€” |
41
+ | `flux-2-klein-9b_int8_convrot.safetensors` | Flux-2 Klein 9B | β€” |
42
+ | `flux-2-klein-9b-kv_int8_convrot.safetensors` | Flux-2 Klein 9B KV | β€” |
43
+ | `qwen_image_2512_int8_convrot.safetensors` | Qwen Image 2512 | β€” |
44
+ | `qwen_image_edit_2511_int8_convrot.safetensors` | Qwen Image Edit 2511 | β€” |
45
+ | `z_image_int8_convrot.safetensors` | Z-Image | β€” |
46
+ | `z_image_turbo_int8_convrot.safetensors` | Z-Image Turbo | β€” |
47
+ | `krea2_raw_int8_convrot.safetensors` | Krea 2 Raw | β€” |
48
+ | `krea2_turbo_int8_convrot.safetensors` | Krea 2 Turbo | β€” |
49
+ | `ideogram4_int8_convrot.safetensors` | Ideogram 4 | via dequant FP8 |
50
+ | `ideogram4_unconditional_int8_convrot.safetensors` | Ideogram 4 Uncond. | via dequant FP8 |
51
+ | β€” | β€” | β€” |
52
+ | `trellis_2_int8_convrot.safetensors` | Trellis 2 | β€” |
53
+ | `pixal3d_int8_convrot.safetensors` | Pixal 3D | β€” |
54
+ | β€” |
55
+ | `gemma4_e4b_it_int8_convrot.safetensors` | Gemma 4 E4B IT | β€” |
56
+ | `gemma_2_2b_it_elm_int8_convrot.safetensors` | Gemma 2 2B IT | β€” |
57
+ | `qwen3.5_4b_int8_convrot.safetensors` | Qwen 3.5 4B | β€” |
58
+ | `qwen3vl_8b_int8_convrot.safetensors` | Qwen 3 VL 8B | β€” |
59
+ | `qwen3vl_4b_int8_convrot.safetensors` | Qwen 3 VL 4B | β€” |
60
+ | `qwen_3_8b_int8_convrot.safetensors` | Qwen 3 8B | β€” |
61
+ | `qwen_3_4b_int8_convrot.safetensors` | Qwen 3 4B | β€” |
62
+ | `qwen_2.5_vl_7b_int8_convrot.safetensors` | Qwen 2.5 VL 7B | β€” |
63
+ | `mistral_3_small_flux2_int8_convrot.safetensors` | Mistral 3 Small for Flux2 | β€” |
64
+
65
+
66
+ > **Note:** The Ideogram 4 models were sourced from [Comfy-Org/Ideogram-4](https://huggingface.co/Comfy-Org/Ideogram-4) and added to this repository for convenience purposes.
67
+
68
+ ---
69
+
70
+ ## πŸ“œ Licenses
71
+
72
+ Each model retains the **original license** from its respective base model. Please refer to the original model cards for licensing terms:
73
+
74
+ - [LTX 2.3](https://huggingface.co/Lightricks/LTX-2.3)
75
+ -
76
+ - [Flux.2 dev](https://huggingface.co/black-forest-labs/FLUX.2-dev)
77
+ - [Flux.2 klein 9b](https://huggingface.co/black-forest-labs/FLUX.2-klein-9B)
78
+ - [Flux.2 klein 9b-kv](https://huggingface.co/black-forest-labs/FLUX.2-klein-9b-kv)
79
+ - [Flux.2 klein 4b](https://huggingface.co/black-forest-labs/FLUX.2-klein-4B)
80
+ - [Qwen-Image-2512](https://huggingface.co/Qwen/Qwen-Image-2512)
81
+ - [Qwen-Image-Edit-2511](https://huggingface.co/Qwen/Qwen-Image-Edit-2511)
82
+ - [Z-Image](https://huggingface.co/Tongyi-MAI/Z-Image)
83
+ - [Z-Image Turbo](https://huggingface.co/Tongyi-MAI/Z-Image-Turbo)
84
+ - [Krea 2](https://huggingface.co/krea/Krea-2-Raw)
85
+ - [Ideogram 4](https://huggingface.co/ideogram-ai/ideogram-4-fp8)
86
+ -
87
+ - [Trellis.2](https://huggingface.co/microsoft/TRELLIS.2-4B)
88
+ - [Pixal3D](https://huggingface.co/TencentARC/Pixal3D)
89
+ -
90
+ - [Gemma](https://huggingface.co/google/)
91
+ - [Qwen](https://huggingface.co/Qwen)
92
+ - [Mistral](https://huggingface.co/mistralai)
93
+
94
+ ---
95
+
96
+ ## πŸ™ Acknowledgments
97
+
98
+ - [Comfy-Org](https://github.com/Comfy-Org) for the quantization script and bf16 models
99
+ - [BobJohnson24](https://github.com/BobJohnson24) for `ComfyUI-INT8-Fast` and conversion tools
100
+ - [silveroxides](https://github.com/silveroxides) for `ComfyUI-QuantOps` nodes
101
+ - All original model authors and teams