ussoewwin commited on
Commit
6a044d4
·
verified ·
1 Parent(s): c699991

docs: remove control_context_scale parameter and refine model features

Browse files
Files changed (1) hide show
  1. README.md +3 -5
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
- - Supports multiple control conditions: Canny, HED, Depth, Pose, MLSD, Scribble, Gray.
46
- - Inpainting mode is supported.
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