docs: add dedicated ComfyUI loader requirements (ComfyUI-HSWQ-Loader-and-Tools)
Browse files
README.md
CHANGED
|
@@ -71,7 +71,21 @@ The **ConvRot INT8** format applies rotational transformation matrix optimizatio
|
|
| 71 |
|
| 72 |
## 🚀 How to Use
|
| 73 |
|
| 74 |
-
### 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
Clone the upstream [VideoX-Fun](https://github.com/aigc-apps/VideoX-Fun) repository:
|
| 77 |
|
|
@@ -102,10 +116,6 @@ python examples/qwenimage_fun/predict_t2i_control.py
|
|
| 102 |
python examples/qwenimage_fun/predict_i2i_inpaint.py
|
| 103 |
```
|
| 104 |
|
| 105 |
-
### 2. ComfyUI
|
| 106 |
-
|
| 107 |
-
Compatible with ComfyUI environments supporting INT8 quantized ControlNet / VideoX-Fun models.
|
| 108 |
-
|
| 109 |
---
|
| 110 |
|
| 111 |
## 📜 Credits & Citation
|
|
|
|
| 71 |
|
| 72 |
## 🚀 How to Use
|
| 73 |
|
| 74 |
+
### 1. ComfyUI (Dedicated Loader Required)
|
| 75 |
+
|
| 76 |
+
Loading and executing this ConvRot INT8 ControlNet model in ComfyUI requires the dedicated loader extension:
|
| 77 |
+
|
| 78 |
+
- **Dedicated Loader Extension:** [ComfyUI-HSWQ-Loader-and-Tools](https://github.com/ussoewwin/ComfyUI-HSWQ-Loader-and-Tools)
|
| 79 |
+
|
| 80 |
+
#### Installation:
|
| 81 |
+
```bash
|
| 82 |
+
cd ComfyUI/custom_nodes
|
| 83 |
+
git clone https://github.com/ussoewwin/ComfyUI-HSWQ-Loader-and-Tools.git
|
| 84 |
+
```
|
| 85 |
+
|
| 86 |
+
Place the `.safetensors` file into your ComfyUI `models/controlnet` directory and load it using the dedicated loader nodes from the extension.
|
| 87 |
+
|
| 88 |
+
### 2. VideoX-Fun Framework
|
| 89 |
|
| 90 |
Clone the upstream [VideoX-Fun](https://github.com/aigc-apps/VideoX-Fun) repository:
|
| 91 |
|
|
|
|
| 116 |
python examples/qwenimage_fun/predict_i2i_inpaint.py
|
| 117 |
```
|
| 118 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 119 |
---
|
| 120 |
|
| 121 |
## 📜 Credits & Citation
|