docs: remove HSWQ references and correct ControlNet ConvRot INT8 model card
Browse files
README.md
CHANGED
|
@@ -18,11 +18,7 @@ library_name: videox_fun
|
|
| 18 |
|
| 19 |
# ControlNet Models (ConvRot INT8)
|
| 20 |
|
| 21 |
-
|
| 22 |
-
<img src="https://raw.githubusercontent.com/ussoewwin/Hybrid-Sensitivity-Weighted-Quantization/main/icon.png" width="128">
|
| 23 |
-
</p>
|
| 24 |
-
|
| 25 |
-
High-fidelity **ConvRot INT8** quantized weights for diffusion ControlNet models. This repository provides memory-efficient, production-grade INT8 quantized checkpoints maintaining high structural fidelity and multi-condition guidance.
|
| 26 |
|
| 27 |
---
|
| 28 |
|
|
@@ -30,18 +26,18 @@ High-fidelity **ConvRot INT8** quantized weights for diffusion ControlNet models
|
|
| 30 |
|
| 31 |
This repository hosts the **ConvRot INT8** quantized edition of **`Qwen-Image-2512-Fun-Controlnet-Union-2602`**, originally developed and trained by **Alibaba PAI / VideoX-Fun**.
|
| 32 |
|
| 33 |
-
The **ConvRot INT8** format applies rotational transformation matrix optimizations to
|
| 34 |
|
| 35 |
- **Base Model:** [alibaba-pai/Qwen-Image-2512-Fun-Controlnet-Union](https://huggingface.co/alibaba-pai/Qwen-Image-2512-Fun-Controlnet-Union)
|
| 36 |
- **Architecture:** Multi-condition Union ControlNet added across 5 layer blocks of Qwen-Image-2512.
|
| 37 |
-
- **Quantization:** Full ConvRot INT8 (weights stored
|
| 38 |
- **License:** Apache-2.0
|
| 39 |
|
| 40 |
---
|
| 41 |
|
| 42 |
## 📦 Available Models
|
| 43 |
|
| 44 |
-
| Filename | Base Architecture | Supported Conditions |
|
| 45 |
| :--- | :--- | :--- | :--- | :--- | :--- |
|
| 46 |
| `Qwen-Image-2512-Fun-Controlnet-Union-2602_convrot_int8.safetensors` | Qwen-Image-2512 (5 Layer Blocks) | Canny, HED, Depth, Pose, MLSD, Scribble, Gray, Inpaint | ConvRot INT8 | ~1.64 GB | Apache-2.0 |
|
| 47 |
|
|
@@ -108,9 +104,7 @@ python examples/qwenimage_fun/predict_i2i_inpaint.py
|
|
| 108 |
|
| 109 |
### 2. ComfyUI
|
| 110 |
|
| 111 |
-
|
| 112 |
-
- **[ComfyUI-HSWQ-Loader-and-Tools](https://github.com/ussoewwin/ComfyUI-HSWQ-Loader-and-Tools)**
|
| 113 |
-
- **[ComfyUI-QwenImageLoraLoader](https://github.com/ussoewwin/ComfyUI-QwenImageLoraLoader)**
|
| 114 |
|
| 115 |
---
|
| 116 |
|
|
|
|
| 18 |
|
| 19 |
# ControlNet Models (ConvRot INT8)
|
| 20 |
|
| 21 |
+
High-fidelity **ConvRot INT8** quantized weights for diffusion ControlNet models. This repository provides memory-efficient INT8 quantized checkpoints maintaining high structural fidelity and multi-condition guidance.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
|
| 23 |
---
|
| 24 |
|
|
|
|
| 26 |
|
| 27 |
This repository hosts the **ConvRot INT8** quantized edition of **`Qwen-Image-2512-Fun-Controlnet-Union-2602`**, originally developed and trained by **Alibaba PAI / VideoX-Fun**.
|
| 28 |
|
| 29 |
+
The **ConvRot INT8** format applies rotational transformation matrix optimizations to suppress outlier activations and minimize quantization error, reducing the model footprint to **~1.64 GB** (from ~3.3+ GB FP16) while preserving multi-condition structural precision.
|
| 30 |
|
| 31 |
- **Base Model:** [alibaba-pai/Qwen-Image-2512-Fun-Controlnet-Union](https://huggingface.co/alibaba-pai/Qwen-Image-2512-Fun-Controlnet-Union)
|
| 32 |
- **Architecture:** Multi-condition Union ControlNet added across 5 layer blocks of Qwen-Image-2512.
|
| 33 |
+
- **Quantization:** Full ConvRot INT8 (weights stored with rotational transformations).
|
| 34 |
- **License:** Apache-2.0
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
## 📦 Available Models
|
| 39 |
|
| 40 |
+
| Filename | Base Architecture | Supported Conditions | Precision | File Size | License |
|
| 41 |
| :--- | :--- | :--- | :--- | :--- | :--- |
|
| 42 |
| `Qwen-Image-2512-Fun-Controlnet-Union-2602_convrot_int8.safetensors` | Qwen-Image-2512 (5 Layer Blocks) | Canny, HED, Depth, Pose, MLSD, Scribble, Gray, Inpaint | ConvRot INT8 | ~1.64 GB | Apache-2.0 |
|
| 43 |
|
|
|
|
| 104 |
|
| 105 |
### 2. ComfyUI
|
| 106 |
|
| 107 |
+
Compatible with ComfyUI environments supporting INT8 quantized ControlNet / VideoX-Fun models.
|
|
|
|
|
|
|
| 108 |
|
| 109 |
---
|
| 110 |
|