Upload ComfyUI-WAN2.1-AllinOne-Auto_install.bat
Browse files
ComfyUI-WAN2.1-AllinOne-Auto_install.bat
CHANGED
|
@@ -127,12 +127,12 @@ cd ComfyUI-GGUF
|
|
| 127 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 128 |
cd ..
|
| 129 |
|
| 130 |
-
echo - Custom-Scripts
|
| 131 |
-
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
| 132 |
-
|
| 133 |
echo - mxToolkit
|
| 134 |
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit >nul 2>&1
|
| 135 |
|
|
|
|
|
|
|
|
|
|
| 136 |
echo - KJNodes
|
| 137 |
git clone https://github.com/kijai/ComfyUI-KJNodes >nul 2>&1
|
| 138 |
cd ComfyUI-KJNodes
|
|
@@ -157,6 +157,29 @@ cd rgthree-comfy
|
|
| 157 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 158 |
cd ..
|
| 159 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
cd ..
|
| 161 |
cd models
|
| 162 |
REM Download VAE file
|
|
|
|
| 127 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 128 |
cd ..
|
| 129 |
|
|
|
|
|
|
|
|
|
|
| 130 |
echo - mxToolkit
|
| 131 |
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit >nul 2>&1
|
| 132 |
|
| 133 |
+
echo - Custom-Scripts
|
| 134 |
+
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
| 135 |
+
|
| 136 |
echo - KJNodes
|
| 137 |
git clone https://github.com/kijai/ComfyUI-KJNodes >nul 2>&1
|
| 138 |
cd ComfyUI-KJNodes
|
|
|
|
| 157 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 158 |
cd ..
|
| 159 |
|
| 160 |
+
echo - ComfyUI-Easy-Use
|
| 161 |
+
git clone https://github.com/yolain/ComfyUI-Easy-Use >nul 2>&1
|
| 162 |
+
cd ComfyUI-Easy-Use
|
| 163 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 164 |
+
cd ..
|
| 165 |
+
|
| 166 |
+
echo - ComfyUI_PuLID_Flux_ll
|
| 167 |
+
git clone https://github.com/lldacing/ComfyUI_PuLID_Flux_ll >nul 2>&1
|
| 168 |
+
cd ComfyUI_PuLID_Flux_ll
|
| 169 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 170 |
+
curl -L -o "insightface-0.7.3-cp311-cp311-win_amd64.whl" https://github.com/Gourieff/Assets/blob/main/Insightface/insightface-0.7.3-cp310-cp310-win_amd64.whl >nul 2>&1
|
| 171 |
+
curl -L -o "insightface-0.7.3-cp311-cp311-win_amd64.whl" https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp311-cp311-win_amd64.whl >nul 2>&1
|
| 172 |
+
curl -L -o "insightface-0.7.3-cp311-cp311-win_amd64.whl" https://github.com/Gourieff/Assets/blob/main/Insightface/insightface-0.7.3-cp312-cp312-win_amd64.whl >nul 2>&1
|
| 173 |
+
..\..\..\python_embeded\python.exe -m pip install --use-pep517 facexlib >nul 2>&1
|
| 174 |
+
..\..\..\python_embeded\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git >nul 2>&1
|
| 175 |
+
..\..\..\python_embeded\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.15.1 insightface-0.7.3-cp310-cp310-win_amd64.whl >nul 2>&1
|
| 176 |
+
..\..\..\python_embeded\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.15.1 insightface-0.7.3-cp311-cp311-win_amd64.whl >nul 2>&1
|
| 177 |
+
..\..\..\python_embeded\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.15.1 insightface-0.7.3-cp312-cp312-win_amd64.whl >nul 2>&1
|
| 178 |
+
cd ..
|
| 179 |
+
|
| 180 |
+
echo - ComfyUI-HunyuanVideoMultiLora
|
| 181 |
+
git clone https://github.com/facok/ComfyUI-HunyuanVideoMultiLora >nul 2>&1
|
| 182 |
+
|
| 183 |
cd ..
|
| 184 |
cd models
|
| 185 |
REM Download VAE file
|