docs: remove control_context_scale parameter and refine model features
Browse files
README.md
CHANGED
|
@@ -41,11 +41,9 @@ This repository hosts the **ConvRot INT8** quantized weights of **`Qwen-Image-25
|
|
| 41 |
|
| 42 |
## 🛠️ Model Features
|
| 43 |
|
| 44 |
-
- ControlNet added on 5 layer blocks of Qwen-Image-2512.
|
| 45 |
-
-
|
| 46 |
-
-
|
| 47 |
-
- Acquiring control images in a multi-resolution manner results in better generalization.
|
| 48 |
-
- Optimal range for `control_context_scale` is from 0.70 to 0.95.
|
| 49 |
|
| 50 |
---
|
| 51 |
|
|
|
|
| 41 |
|
| 42 |
## 🛠️ Model Features
|
| 43 |
|
| 44 |
+
- Multi-condition ControlNet Union model (added on 5 layer blocks of Qwen-Image-2512).
|
| 45 |
+
- Supported control conditions: Canny, HED, Depth, Pose, MLSD, Scribble, Gray, and Inpainting.
|
| 46 |
+
- Quantized to **ConvRot INT8** to reduce VRAM and disk footprint while maintaining structural control fidelity.
|
|
|
|
|
|
|
| 47 |
|
| 48 |
---
|
| 49 |
|