Upload 2 files
Browse files
ComfyUI-WAN2.1-AllinOne-Auto_install.bat
CHANGED
|
@@ -79,11 +79,11 @@ if %errorlevel% NEQ 0 (
|
|
| 79 |
|
| 80 |
REM Download ComfyUI
|
| 81 |
echo [33mDownloading ComfyUI...[0m
|
| 82 |
-
curl -L -o
|
| 83 |
|
| 84 |
REM Extract ComfyUI
|
| 85 |
echo [33mExtracting ComfyUI...[0m
|
| 86 |
-
"%SEVEN_ZIP_PATH%" x
|
| 87 |
|
| 88 |
REM Check if extraction was successful
|
| 89 |
if not exist "ComfyUI_windows_portable" (
|
|
@@ -92,7 +92,7 @@ if not exist "ComfyUI_windows_portable" (
|
|
| 92 |
)
|
| 93 |
|
| 94 |
REM Delete archive
|
| 95 |
-
del /f
|
| 96 |
|
| 97 |
|
| 98 |
REM Navigate to custom_nodes folder
|
|
@@ -107,6 +107,16 @@ if exist update_new.py (
|
|
| 107 |
)
|
| 108 |
|
| 109 |
cd ..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
cd ComfyUI\custom_nodes
|
| 111 |
|
| 112 |
REM Clone ComfyUI-Manager
|
|
@@ -167,14 +177,14 @@ 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-
|
| 171 |
-
curl -L -o "insightface-0.7.3-cp311-cp311-win_amd64.whl" https://
|
| 172 |
-
curl -L -o "insightface-0.7.3-
|
| 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.
|
| 178 |
cd ..
|
| 179 |
|
| 180 |
echo - ComfyUI-HunyuanVideoMultiLora
|
|
|
|
| 79 |
|
| 80 |
REM Download ComfyUI
|
| 81 |
echo [33mDownloading ComfyUI...[0m
|
| 82 |
+
curl -L -o ComfyUI_windows_portable_nvidia.7z https://github.com/comfyanonymous/ComfyUI/releases/download/v0.3.27/ComfyUI_windows_portable_nvidia.7z
|
| 83 |
|
| 84 |
REM Extract ComfyUI
|
| 85 |
echo [33mExtracting ComfyUI...[0m
|
| 86 |
+
"%SEVEN_ZIP_PATH%" x ComfyUI_windows_portable_nvidia.7z -o"%CD%" -y >nul 2>&1
|
| 87 |
|
| 88 |
REM Check if extraction was successful
|
| 89 |
if not exist "ComfyUI_windows_portable" (
|
|
|
|
| 92 |
)
|
| 93 |
|
| 94 |
REM Delete archive
|
| 95 |
+
del /f ComfyUI_windows_portable_nvidia.7z -force
|
| 96 |
|
| 97 |
|
| 98 |
REM Navigate to custom_nodes folder
|
|
|
|
| 107 |
)
|
| 108 |
|
| 109 |
cd ..
|
| 110 |
+
|
| 111 |
+
cd python_embeded
|
| 112 |
+
echo [33mInstalling xformers...[0m
|
| 113 |
+
.\python.exe -s -m pip install xformers >nul 2>&1
|
| 114 |
+
echo [33mInstalling NVIDIA Apex...[0m
|
| 115 |
+
git clone https://github.com/NVIDIA/apex >nul 2>&1
|
| 116 |
+
cd apex
|
| 117 |
+
..\python.exe -s -m pip install -e . >nul 2>&1
|
| 118 |
+
cd ..\..
|
| 119 |
+
|
| 120 |
cd ComfyUI\custom_nodes
|
| 121 |
|
| 122 |
REM Clone ComfyUI-Manager
|
|
|
|
| 177 |
git clone https://github.com/lldacing/ComfyUI_PuLID_Flux_ll >nul 2>&1
|
| 178 |
cd ComfyUI_PuLID_Flux_ll
|
| 179 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 180 |
+
curl -L -o "insightface-0.7.3-cp310-cp310-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/insightface-0.7.3-cp310-cp310-win_amd64.whl?download=true >nul 2>&1
|
| 181 |
+
curl -L -o "insightface-0.7.3-cp311-cp311-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/insightface-0.7.3-cp311-cp311-win_amd64.whl?download=true >nul 2>&1
|
| 182 |
+
curl -L -o "insightface-0.7.3-cp312-cp312-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/insightface-0.7.3-cp312-cp312-win_amd64.whl?download=true >nul 2>&1
|
| 183 |
..\..\..\python_embeded\python.exe -m pip install --use-pep517 facexlib >nul 2>&1
|
| 184 |
..\..\..\python_embeded\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git >nul 2>&1
|
| 185 |
..\..\..\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
|
| 186 |
..\..\..\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
|
| 187 |
+
..\..\..\python_embeded\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.17.1 insightface-0.7.3-cp312-cp312-win_amd64.whl >nul 2>&1
|
| 188 |
cd ..
|
| 189 |
|
| 190 |
echo - ComfyUI-HunyuanVideoMultiLora
|
UmeAiRT-WAN2.1-Missing_nodes.bat
CHANGED
|
@@ -44,6 +44,14 @@ echo [31mInvalid choice. Please enter A or B.[0m
|
|
| 44 |
|
| 45 |
|
| 46 |
cd ..
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
cd ComfyUI\custom_nodes
|
| 48 |
|
| 49 |
REM Clone ComfyUI-Manager
|
|
@@ -104,14 +112,14 @@ echo - ComfyUI_PuLID_Flux_ll
|
|
| 104 |
git clone https://github.com/lldacing/ComfyUI_PuLID_Flux_ll >nul 2>&1
|
| 105 |
cd ComfyUI_PuLID_Flux_ll
|
| 106 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 107 |
-
curl -L -o "insightface-0.7.3-
|
| 108 |
-
curl -L -o "insightface-0.7.3-cp311-cp311-win_amd64.whl" https://
|
| 109 |
-
curl -L -o "insightface-0.7.3-
|
| 110 |
..\..\..\python_embeded\python.exe -m pip install --use-pep517 facexlib >nul 2>&1
|
| 111 |
..\..\..\python_embeded\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git >nul 2>&1
|
| 112 |
..\..\..\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
|
| 113 |
..\..\..\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
|
| 114 |
-
..\..\..\python_embeded\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.
|
| 115 |
cd ..
|
| 116 |
|
| 117 |
echo - ComfyUI-HunyuanVideoMultiLora
|
|
|
|
| 44 |
|
| 45 |
|
| 46 |
cd ..
|
| 47 |
+
cd python_embeded
|
| 48 |
+
echo [33mInstalling xformers...[0m
|
| 49 |
+
.\python.exe -s -m pip install xformers >nul 2>&1
|
| 50 |
+
echo [33mInstalling NVIDIA Apex...[0m
|
| 51 |
+
git clone https://github.com/NVIDIA/apex >nul 2>&1
|
| 52 |
+
cd apex
|
| 53 |
+
..\python.exe -s -m pip install -e . >nul 2>&1
|
| 54 |
+
cd ..\..
|
| 55 |
cd ComfyUI\custom_nodes
|
| 56 |
|
| 57 |
REM Clone ComfyUI-Manager
|
|
|
|
| 112 |
git clone https://github.com/lldacing/ComfyUI_PuLID_Flux_ll >nul 2>&1
|
| 113 |
cd ComfyUI_PuLID_Flux_ll
|
| 114 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 115 |
+
curl -L -o "insightface-0.7.3-cp310-cp310-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/insightface-0.7.3-cp310-cp310-win_amd64.whl?download=true >nul 2>&1
|
| 116 |
+
curl -L -o "insightface-0.7.3-cp311-cp311-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/insightface-0.7.3-cp311-cp311-win_amd64.whl?download=true >nul 2>&1
|
| 117 |
+
curl -L -o "insightface-0.7.3-cp312-cp312-win_amd64.whl" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/insightface-0.7.3-cp312-cp312-win_amd64.whl?download=true >nul 2>&1
|
| 118 |
..\..\..\python_embeded\python.exe -m pip install --use-pep517 facexlib >nul 2>&1
|
| 119 |
..\..\..\python_embeded\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git >nul 2>&1
|
| 120 |
..\..\..\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
|
| 121 |
..\..\..\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
|
| 122 |
+
..\..\..\python_embeded\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.17.1 insightface-0.7.3-cp312-cp312-win_amd64.whl >nul 2>&1
|
| 123 |
cd ..
|
| 124 |
|
| 125 |
echo - ComfyUI-HunyuanVideoMultiLora
|