Upload UmeAiRT-Missing_nodes.bat
Browse files- UmeAiRT-Missing_nodes.bat +16 -4
UmeAiRT-Missing_nodes.bat
CHANGED
|
@@ -147,14 +147,26 @@ echo - MultiGPU
|
|
| 147 |
git clone https://github.com/pollockjj/ComfyUI-MultiGPU "%customNodesPath%/ComfyUI-MultiGPU" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 148 |
|
| 149 |
echo - WanStartEndFramesNative
|
| 150 |
-
git clone https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative "%customNodesPath%/ComfyUI-WanStartEndFramesNative" >> "%
|
| 151 |
|
| 152 |
echo - ComfyUI-Image-Saver
|
| 153 |
-
git clone https://github.com/alexopus/ComfyUI-Image-Saver "%customNodesPath%/ComfyUI-Image-Saver" >> "%
|
| 154 |
-
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-Image-Saver/requirements.txt" --no-warn-script-location >> "%
|
| 155 |
|
| 156 |
echo - ComfyUI_UltimateSDUpscale
|
| 157 |
-
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale "%customNodesPath%/ComfyUI_UltimateSDUpscale" >> "%
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
|
| 159 |
echo [33mInstallation complete[0m
|
| 160 |
pause
|
|
|
|
| 147 |
git clone https://github.com/pollockjj/ComfyUI-MultiGPU "%customNodesPath%/ComfyUI-MultiGPU" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 148 |
|
| 149 |
echo - WanStartEndFramesNative
|
| 150 |
+
git clone https://github.com/Flow-two/ComfyUI-WanStartEndFramesNative "%customNodesPath%/ComfyUI-WanStartEndFramesNative" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 151 |
|
| 152 |
echo - ComfyUI-Image-Saver
|
| 153 |
+
git clone https://github.com/alexopus/ComfyUI-Image-Saver "%customNodesPath%/ComfyUI-Image-Saver" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 154 |
+
"%basePath%\python_embeded\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-Image-Saver/requirements.txt" --no-warn-script-location >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 155 |
|
| 156 |
echo - ComfyUI_UltimateSDUpscale
|
| 157 |
+
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale "%customNodesPath%/ComfyUI_UltimateSDUpscale" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 158 |
+
|
| 159 |
+
echo - Controlnet_Aux
|
| 160 |
+
git clone https://github.com/Fannovel16/comfyui_controlnet_aux "%customNodesPath%/comfyui_controlnet_aux" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 161 |
+
"%pythonPath%\python.exe" -s -m pip install -r "%customNodesPath%/comfyui_controlnet_aux/requirements.txt" --no-warn-script-location >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 162 |
+
|
| 163 |
+
echo - X-Flux
|
| 164 |
+
git clone https://github.com/XLabs-AI/x-flux-comfyui "%customNodesPath%/x-flux-comfyui" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 165 |
+
"%pythonPath%\python.exe" -s -m pip install -r "%customNodesPath%/x-flux-comfyui/requirements.txt" --no-warn-script-location >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 166 |
+
|
| 167 |
+
echo - RMBG
|
| 168 |
+
git clone https://github.com/1038lab/ComfyUI-RMBG "%customNodesPath%/ComfyUI-RMBG" >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 169 |
+
"%pythonPath%\python.exe" -s -m pip install -r "%customNodesPath%/ComfyUI-RMBG/requirements.txt" --no-warn-script-location >> "%basePath%\logs\Missing_nodes.txt" 2>&1
|
| 170 |
|
| 171 |
echo [33mInstallation complete[0m
|
| 172 |
pause
|