Reforged scripts
Browse files
ComfyUI-AllinOne-Auto_install.bat → ComfyUI-FLUX-AllinOne-Auto_install.bat
RENAMED
|
@@ -130,8 +130,8 @@ echo [33mDownloading ComfyUI...[0m
|
|
| 130 |
curl -L -o ComfyUI_windows_portable_nvidia_cu121_or_cpu.7z https://github.com/comfyanonymous/ComfyUI/releases/download/latest/ComfyUI_windows_portable_nvidia_cu121_or_cpu.7z
|
| 131 |
|
| 132 |
REM Extract ComfyUI
|
| 133 |
-
echo
|
| 134 |
-
"%SEVEN_ZIP_PATH%" x ComfyUI_windows_portable_nvidia_cu121_or_cpu.7z -o"%CD%" -y
|
| 135 |
|
| 136 |
REM Check if extraction was successful
|
| 137 |
if not exist "ComfyUI_windows_portable" (
|
|
@@ -146,12 +146,11 @@ del /f ComfyUI_windows_portable_nvidia_cu121_or_cpu.7z -force
|
|
| 146 |
REM Navigate to custom_nodes folder
|
| 147 |
REM Update ComfyUI
|
| 148 |
cd ComfyUI_windows_portable\update
|
| 149 |
-
..\python_embeded\python.exe -m pip install --upgrade pip
|
| 150 |
-
..\python_embeded\python.exe .\update.py ..\ComfyUI\
|
| 151 |
if exist update_new.py (
|
| 152 |
-
move /y update_new.py update.py
|
| 153 |
-
|
| 154 |
-
..\python_embeded\python.exe .\update.py ..\ComfyUI\ --skip_self_update
|
| 155 |
)
|
| 156 |
|
| 157 |
cd ..
|
|
@@ -159,142 +158,153 @@ cd ComfyUI\custom_nodes
|
|
| 159 |
|
| 160 |
REM Clone ComfyUI-Manager
|
| 161 |
echo [33mInstalling ComfyUI-Manager...[0m
|
| 162 |
-
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 163 |
-
echo [33mInstalling
|
| 164 |
-
echo
|
| 165 |
-
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack
|
| 166 |
cd ComfyUI-Impact-Pack
|
| 167 |
-
git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack impact_subpack
|
| 168 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 169 |
-
..\..\..\python_embeded\python.exe -s -m pip install ultralytics --no-warn-script-location
|
| 170 |
cd ..
|
| 171 |
|
| 172 |
-
echo
|
| 173 |
-
git clone https://github.com/Fannovel16/comfyui_controlnet_aux
|
| 174 |
cd comfyui_controlnet_aux
|
| 175 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 176 |
cd ..
|
| 177 |
|
| 178 |
-
echo
|
| 179 |
-
git clone https://github.com/WASasquatch/was-node-suite-comfyui
|
| 180 |
cd was-node-suite-comfyui
|
| 181 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 182 |
cd ..
|
| 183 |
|
| 184 |
-
echo
|
| 185 |
-
git clone https://github.com/city96/ComfyUI-GGUF
|
| 186 |
cd ComfyUI-GGUF
|
| 187 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 188 |
cd ..
|
| 189 |
|
| 190 |
-
echo
|
| 191 |
-
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
|
| 192 |
|
| 193 |
-
echo
|
| 194 |
-
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
|
| 195 |
|
| 196 |
-
echo
|
| 197 |
-
git clone https://github.com/jamesWalker55/comfyui-various
|
| 198 |
|
| 199 |
-
echo
|
| 200 |
-
git clone https://github.com/rgthree/rgthree-comfy
|
| 201 |
cd rgthree-comfy
|
| 202 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 203 |
cd ..
|
| 204 |
|
| 205 |
-
echo
|
| 206 |
-
git clone https://github.com/kijai/ComfyUI-Florence2
|
| 207 |
cd ComfyUI-Florence2
|
| 208 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 209 |
cd ..
|
| 210 |
|
| 211 |
-
echo
|
| 212 |
-
git clone https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch
|
| 213 |
|
| 214 |
-
echo
|
| 215 |
-
git clone https://github.com/KoreTeknology/ComfyUI-Universal-Styler
|
| 216 |
|
| 217 |
-
echo
|
| 218 |
-
git clone https://github.com/un-seen/comfyui-tensorops
|
| 219 |
cd comfyui-tensorops
|
| 220 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 221 |
cd ..
|
| 222 |
|
| 223 |
-
echo
|
| 224 |
-
git clone https://github.com/XLabs-AI/x-flux-comfyui
|
| 225 |
cd x-flux-comfyui
|
| 226 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 227 |
cd ..
|
| 228 |
|
| 229 |
-
echo
|
| 230 |
-
git clone https://github.com/jags111/efficiency-nodes-comfyui
|
| 231 |
cd efficiency-nodes-comfyui
|
| 232 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 233 |
cd ..
|
| 234 |
|
| 235 |
-
echo
|
| 236 |
-
git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
|
| 237 |
|
| 238 |
-
echo
|
| 239 |
-
git clone https://github.com/sipherxyz/comfyui-art-venture
|
| 240 |
cd comfyui-art-venture
|
| 241 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 242 |
cd ..
|
| 243 |
|
| 244 |
-
echo
|
| 245 |
-
git clone https://github.com/alt-key-project/comfyui-dream-project
|
| 246 |
cd comfyui-dream-project
|
| 247 |
-
..\..\..\python_embeded\python.exe -s -m pip install imageio pilgram scipy numpy==1.24.4 torchvision evalidate --no-warn-script-location
|
| 248 |
cd ..
|
| 249 |
|
| 250 |
-
echo
|
| 251 |
-
git clone https://github.com/kijai/ComfyUI-KJNodes
|
| 252 |
cd ComfyUI-KJNodes
|
| 253 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 254 |
cd ..
|
| 255 |
|
| 256 |
-
echo
|
| 257 |
-
git clone https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words
|
| 258 |
|
| 259 |
-
echo
|
| 260 |
-
git clone https://github.com/yolain/ComfyUI-Easy-Use
|
| 261 |
cd ComfyUI-Easy-Use
|
| 262 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 263 |
cd ..
|
| 264 |
|
| 265 |
-
echo
|
| 266 |
-
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit
|
| 267 |
|
| 268 |
-
echo
|
| 269 |
-
git clone https://github.com/Rvage0815/ComfyUI-RvTools
|
| 270 |
cd ComfyUI-RvTools
|
| 271 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 272 |
cd ..
|
| 273 |
|
| 274 |
-
echo
|
| 275 |
-
git clone https://github.com/cubiq/ComfyUI_essentials
|
| 276 |
cd ComfyUI_essentials
|
| 277 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
|
|
|
|
|
|
|
|
|
|
|
|
| 278 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 279 |
cd ..
|
| 280 |
|
| 281 |
-
echo
|
| 282 |
-
git clone https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced
|
| 283 |
cd ..\..\python_embeded
|
| 284 |
-
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
|
| 285 |
-
.\python.exe -m pip install --use-pep517 facexlib
|
| 286 |
-
.\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git
|
| 287 |
-
.\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.15.1 insightface-0.7.3-cp311-cp311-win_amd64.whl
|
| 288 |
cd ..
|
| 289 |
cd ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
|
| 290 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 291 |
cd ..\..
|
| 292 |
cd models
|
| 293 |
-
|
| 294 |
-
|
|
|
|
| 295 |
mkdir pulid
|
| 296 |
cd pulid
|
| 297 |
-
curl -L -o "pulid_flux_v0.9.0.safetensors" https://huggingface.co/
|
| 298 |
cd ..
|
| 299 |
|
| 300 |
REM Navigate to models folder
|
|
@@ -310,10 +320,10 @@ cd ..
|
|
| 310 |
REM Download CLIP files
|
| 311 |
echo [33mDownloading CLIP files...[0m
|
| 312 |
cd clip
|
| 313 |
-
curl -L -o clip_l.safetensors https://huggingface.co/UmeAiRT/
|
| 314 |
-
curl -L -o t5xxl_fp8_e4m3fn.safetensors https://huggingface.co/UmeAiRT/
|
| 315 |
-
curl -L -o t5xxl_fp16.safetensors https://huggingface.co/UmeAiRT/
|
| 316 |
-
curl -L -o ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/resolve/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors?download=true
|
| 317 |
|
| 318 |
if "%DOWNLOAD_GGUF%"=="yes" (
|
| 319 |
echo [33mDownloading FLUX GGUF encoder Model...[0m
|
|
@@ -335,9 +345,9 @@ REM Download UNET file based on user choice
|
|
| 335 |
echo [33mDownloading UNET file...[0m
|
| 336 |
cd unet
|
| 337 |
if "%INSTALL_TYPE%"=="fast-lowvram" (
|
| 338 |
-
curl -L -o flux1-dev-fp8.safetensors https://huggingface.co/UmeAiRT/
|
| 339 |
) else (
|
| 340 |
-
curl -L -o flux1-dev.sft https://huggingface.co/
|
| 341 |
)
|
| 342 |
|
| 343 |
if "%DOWNLOAD_GGUF%"=="yes" (
|
|
@@ -358,7 +368,7 @@ if "%DOWNLOAD_GGUF%"=="yes" (
|
|
| 358 |
REM Download FLUX SCHNELL Model if user chose to
|
| 359 |
if "%DOWNLOAD_FLUX_SCHNELL%"=="yes" (
|
| 360 |
echo [33mDownloading FLUX SCHNELL Model...[0m
|
| 361 |
-
curl -L -o flux1-schnell-fp8.safetensors https://huggingface.co/UmeAiRT/
|
| 362 |
)
|
| 363 |
|
| 364 |
cd ..
|
|
@@ -400,19 +410,13 @@ cd ..\..\..
|
|
| 400 |
mkdir .\user\default
|
| 401 |
echo [33mDownloading comfy settings...[0m
|
| 402 |
cd user\default
|
| 403 |
-
curl -L -o comfy.settings.json https://huggingface.co/UmeAiRT/
|
| 404 |
echo [33mDownloading comfy workflow...[0m
|
| 405 |
mkdir .\workflows
|
| 406 |
cd workflows
|
| 407 |
-
curl -L -o "
|
| 408 |
-
|
| 409 |
-
|
| 410 |
-
curl -L -o "FLUX - Upscale.json" https://huggingface.co/UmeAiRT/FLUX-auto_installer/resolve/main/FLUX-Upscale.json?download=true
|
| 411 |
-
curl -L -o "FLUX - CTRLNet DEPTH.json" https://huggingface.co/UmeAiRT/FLUX-auto_installer/resolve/main/FLUX-CTRLNetDEPTH.json?download=true
|
| 412 |
-
curl -L -o "FLUX - CTRLNet CANNY.json" https://huggingface.co/UmeAiRT/FLUX-auto_installer/resolve/main/FLUX-CTRLNetCANNY.json?download=true
|
| 413 |
-
curl -L -o "FLUX - CTRLNet HED.json" https://huggingface.co/UmeAiRT/FLUX-auto_installer/resolve/main/FLUX-CTRLNetHED.json?download=true
|
| 414 |
-
curl -L -o "FLUX - LoRA tester.json" https://huggingface.co/UmeAiRT/FLUX-auto_installer/resolve/main/FLUX-LoRATester.json?download=true
|
| 415 |
-
curl -L -o "UmeAiRT - Node check.json" https://huggingface.co/UmeAiRT/FLUX-auto_installer/resolve/main/UmeAiRT-Nodecheck.json?download=true
|
| 416 |
cd ..\..\..\..
|
| 417 |
|
| 418 |
cd ComfyUI
|
|
@@ -421,16 +425,16 @@ mkdir ComfyUI-NAI-styler
|
|
| 421 |
cd ComfyUI-NAI-styler
|
| 422 |
mkdir CSV
|
| 423 |
cd CSV
|
| 424 |
-
curl -L -o "naifilters.csv" https://huggingface.co/UmeAiRT/
|
| 425 |
-
curl -L -o "naistyles.csv" https://huggingface.co/UmeAiRT/
|
| 426 |
-
curl -L -o "naitypes.csv" https://huggingface.co/UmeAiRT/
|
| 427 |
|
| 428 |
cd ..\..\..\..
|
| 429 |
|
| 430 |
REM Final steps based on user choice
|
| 431 |
if "%INSTALL_TYPE%"=="fast-lowvram" (
|
| 432 |
echo Downloading special run file for fast-lowvram...
|
| 433 |
-
curl -L -o "run_nvidia_gpu-LOWVRAM.bat" "https://huggingface.co/UmeAiRT/
|
| 434 |
echo ComfyUI and FLUX installed. Running ComfyUI...
|
| 435 |
call "run_nvidia_gpu-LOWVRAM.bat"
|
| 436 |
) else (
|
|
|
|
| 130 |
curl -L -o ComfyUI_windows_portable_nvidia_cu121_or_cpu.7z https://github.com/comfyanonymous/ComfyUI/releases/download/latest/ComfyUI_windows_portable_nvidia_cu121_or_cpu.7z
|
| 131 |
|
| 132 |
REM Extract ComfyUI
|
| 133 |
+
echo [33mExtracting ComfyUI...[0m
|
| 134 |
+
"%SEVEN_ZIP_PATH%" x ComfyUI_windows_portable_nvidia_cu121_or_cpu.7z -o"%CD%" -y >nul 2>&1
|
| 135 |
|
| 136 |
REM Check if extraction was successful
|
| 137 |
if not exist "ComfyUI_windows_portable" (
|
|
|
|
| 146 |
REM Navigate to custom_nodes folder
|
| 147 |
REM Update ComfyUI
|
| 148 |
cd ComfyUI_windows_portable\update
|
| 149 |
+
..\python_embeded\python.exe -m pip install --upgrade pip >nul 2>&1
|
| 150 |
+
..\python_embeded\python.exe .\update.py ..\ComfyUI\ >nul 2>&1
|
| 151 |
if exist update_new.py (
|
| 152 |
+
move /y update_new.py update.py >nul 2>&1
|
| 153 |
+
..\python_embeded\python.exe .\update.py ..\ComfyUI\ --skip_self_update >nul 2>&1
|
|
|
|
| 154 |
)
|
| 155 |
|
| 156 |
cd ..
|
|
|
|
| 158 |
|
| 159 |
REM Clone ComfyUI-Manager
|
| 160 |
echo [33mInstalling ComfyUI-Manager...[0m
|
| 161 |
+
git clone https://github.com/ltdrdata/ComfyUI-Manager.git >nul 2>&1
|
| 162 |
+
echo [33mInstalling additional nodes...[0m
|
| 163 |
+
echo - Impact-Pack
|
| 164 |
+
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack >nul 2>&1
|
| 165 |
cd ComfyUI-Impact-Pack
|
| 166 |
+
git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack impact_subpack >nul 2>&1
|
| 167 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 168 |
+
..\..\..\python_embeded\python.exe -s -m pip install ultralytics --no-warn-script-location >nul 2>&1
|
| 169 |
cd ..
|
| 170 |
|
| 171 |
+
echo - Controlnet-aux
|
| 172 |
+
git clone https://github.com/Fannovel16/comfyui_controlnet_aux >nul 2>&1
|
| 173 |
cd comfyui_controlnet_aux
|
| 174 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 175 |
cd ..
|
| 176 |
|
| 177 |
+
echo - WAS-Suite
|
| 178 |
+
git clone https://github.com/WASasquatch/was-node-suite-comfyui >nul 2>&1
|
| 179 |
cd was-node-suite-comfyui
|
| 180 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 181 |
cd ..
|
| 182 |
|
| 183 |
+
echo - GGUF
|
| 184 |
+
git clone https://github.com/city96/ComfyUI-GGUF >nul 2>&1
|
| 185 |
cd ComfyUI-GGUF
|
| 186 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 187 |
cd ..
|
| 188 |
|
| 189 |
+
echo - Custom-Scripts
|
| 190 |
+
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
| 191 |
|
| 192 |
+
echo - UltimateSDUpscale
|
| 193 |
+
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive >nul 2>&1
|
| 194 |
|
| 195 |
+
echo - Various
|
| 196 |
+
git clone https://github.com/jamesWalker55/comfyui-various >nul 2>&1
|
| 197 |
|
| 198 |
+
echo - rgthree
|
| 199 |
+
git clone https://github.com/rgthree/rgthree-comfy >nul 2>&1
|
| 200 |
cd rgthree-comfy
|
| 201 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 202 |
cd ..
|
| 203 |
|
| 204 |
+
echo - Florence2
|
| 205 |
+
git clone https://github.com/kijai/ComfyUI-Florence2 >nul 2>&1
|
| 206 |
cd ComfyUI-Florence2
|
| 207 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 208 |
cd ..
|
| 209 |
|
| 210 |
+
echo - Inpaint-CropAndStitch
|
| 211 |
+
git clone https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch >nul 2>&1
|
| 212 |
|
| 213 |
+
echo - Universal-Styler
|
| 214 |
+
git clone https://github.com/KoreTeknology/ComfyUI-Universal-Styler >nul 2>&1
|
| 215 |
|
| 216 |
+
echo - Tensorops
|
| 217 |
+
git clone https://github.com/un-seen/comfyui-tensorops >nul 2>&1
|
| 218 |
cd comfyui-tensorops
|
| 219 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 220 |
cd ..
|
| 221 |
|
| 222 |
+
echo - X-Flux
|
| 223 |
+
git clone https://github.com/XLabs-AI/x-flux-comfyui >nul 2>&1
|
| 224 |
cd x-flux-comfyui
|
| 225 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 226 |
cd ..
|
| 227 |
|
| 228 |
+
echo - Efficiency Nodes
|
| 229 |
+
git clone https://github.com/jags111/efficiency-nodes-comfyui >nul 2>&1
|
| 230 |
cd efficiency-nodes-comfyui
|
| 231 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 232 |
cd ..
|
| 233 |
|
| 234 |
+
echo - Comfyroll
|
| 235 |
+
git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes >nul 2>&1
|
| 236 |
|
| 237 |
+
echo - Art-venture
|
| 238 |
+
git clone https://github.com/sipherxyz/comfyui-art-venture >nul 2>&1
|
| 239 |
cd comfyui-art-venture
|
| 240 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 241 |
cd ..
|
| 242 |
|
| 243 |
+
echo - Dream-project
|
| 244 |
+
git clone https://github.com/alt-key-project/comfyui-dream-project >nul 2>&1
|
| 245 |
cd comfyui-dream-project
|
| 246 |
+
..\..\..\python_embeded\python.exe -s -m pip install imageio pilgram scipy numpy==1.24.4 torchvision evalidate --no-warn-script-location >nul 2>&1
|
| 247 |
cd ..
|
| 248 |
|
| 249 |
+
echo - KJNodes
|
| 250 |
+
git clone https://github.com/kijai/ComfyUI-KJNodes >nul 2>&1
|
| 251 |
cd ComfyUI-KJNodes
|
| 252 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 253 |
cd ..
|
| 254 |
|
| 255 |
+
echo - Lora-Auto-Trigger-Words
|
| 256 |
+
git clone https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words >nul 2>&1
|
| 257 |
|
| 258 |
+
echo - Easy-Use
|
| 259 |
+
git clone https://github.com/yolain/ComfyUI-Easy-Use >nul 2>&1
|
| 260 |
cd ComfyUI-Easy-Use
|
| 261 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 262 |
cd ..
|
| 263 |
|
| 264 |
+
echo - mxToolkit
|
| 265 |
+
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit >nul 2>&1
|
| 266 |
|
| 267 |
+
echo - RvTools
|
| 268 |
+
git clone https://github.com/Rvage0815/ComfyUI-RvTools >nul 2>&1
|
| 269 |
cd ComfyUI-RvTools
|
| 270 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 271 |
cd ..
|
| 272 |
|
| 273 |
+
echo - Zssentials
|
| 274 |
+
git clone https://github.com/cubiq/ComfyUI_essentials >nul 2>&1
|
| 275 |
cd ComfyUI_essentials
|
| 276 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 277 |
+
cd ..
|
| 278 |
+
|
| 279 |
+
echo - ModdedNodes
|
| 280 |
+
git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes >nul 2>&1
|
| 281 |
|
| 282 |
+
echo - LayerStyle
|
| 283 |
+
git clone https://github.com/chflame163/ComfyUI_LayerStyle >nul 2>&1
|
| 284 |
+
cd ComfyUI_LayerStyle
|
| 285 |
+
..\..\..\python_embeded\python.exe -s -m pip install .\whl\docopt-0.6.2-py2.py3-none-any.whl --no-warn-script-location >nul 2>&1
|
| 286 |
+
..\..\..\python_embeded\python.exe -s -m pip install .\whl\hydra_core-1.3.2-py3-none-any.whl --no-warn-script-location >nul 2>&1
|
| 287 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 288 |
cd ..
|
| 289 |
|
| 290 |
+
echo - PulID
|
| 291 |
+
git clone https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced >nul 2>&1
|
| 292 |
cd ..\..\python_embeded
|
| 293 |
+
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
|
| 294 |
+
.\python.exe -m pip install --use-pep517 facexlib >nul 2>&1
|
| 295 |
+
.\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git >nul 2>&1
|
| 296 |
+
.\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
|
| 297 |
cd ..
|
| 298 |
cd ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
|
| 299 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 300 |
cd ..\..
|
| 301 |
cd models
|
| 302 |
+
curl -L -o "insightface.7z" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/insightface.7z?download=true >nul 2>&1
|
| 303 |
+
"%SEVEN_ZIP_PATH%" x insightface.7z -o"%CD%" -y >nul 2>&1
|
| 304 |
+
del /f insightface.7z -force >nul 2>&1
|
| 305 |
mkdir pulid
|
| 306 |
cd pulid
|
| 307 |
+
curl -L -o "pulid_flux_v0.9.0.safetensors" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/pulid/pulid_flux_v0.9.0.safetensors?download=true >nul 2>&1
|
| 308 |
cd ..
|
| 309 |
|
| 310 |
REM Navigate to models folder
|
|
|
|
| 320 |
REM Download CLIP files
|
| 321 |
echo [33mDownloading CLIP files...[0m
|
| 322 |
cd clip
|
| 323 |
+
curl -L -o "clip_l.safetensors" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/clip/clip_l.safetensors?download=true
|
| 324 |
+
curl -L -o "t5xxl_fp8_e4m3fn.safetensors" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/clip/t5xxl_fp8_e4m3fn.safetensors?download=true
|
| 325 |
+
curl -L -o "t5xxl_fp16.safetensors" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/clip/t5xxl_fp16.safetensors?download=true
|
| 326 |
+
curl -L -o "ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors" https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14/resolve/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors?download=true
|
| 327 |
|
| 328 |
if "%DOWNLOAD_GGUF%"=="yes" (
|
| 329 |
echo [33mDownloading FLUX GGUF encoder Model...[0m
|
|
|
|
| 345 |
echo [33mDownloading UNET file...[0m
|
| 346 |
cd unet
|
| 347 |
if "%INSTALL_TYPE%"=="fast-lowvram" (
|
| 348 |
+
curl -L -o flux1-dev-fp8.safetensors https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/flux1-dev-fp8.safetensors?download=true
|
| 349 |
) else (
|
| 350 |
+
curl -L -o flux1-dev.sft https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/flux1-dev.sft?download=true
|
| 351 |
)
|
| 352 |
|
| 353 |
if "%DOWNLOAD_GGUF%"=="yes" (
|
|
|
|
| 368 |
REM Download FLUX SCHNELL Model if user chose to
|
| 369 |
if "%DOWNLOAD_FLUX_SCHNELL%"=="yes" (
|
| 370 |
echo [33mDownloading FLUX SCHNELL Model...[0m
|
| 371 |
+
curl -L -o flux1-schnell-fp8.safetensors https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/unet/flux1-schnell-fp8.safetensors?download=true
|
| 372 |
)
|
| 373 |
|
| 374 |
cd ..
|
|
|
|
| 410 |
mkdir .\user\default
|
| 411 |
echo [33mDownloading comfy settings...[0m
|
| 412 |
cd user\default
|
| 413 |
+
curl -L -o comfy.settings.json https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/comfy.settings.json?download=true
|
| 414 |
echo [33mDownloading comfy workflow...[0m
|
| 415 |
mkdir .\workflows
|
| 416 |
cd workflows
|
| 417 |
+
curl -L -o "UmeAiRT - Flux workflow.7z" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/workflows/UmeAiRT-Flux_workflow.7z?download=true
|
| 418 |
+
"%SEVEN_ZIP_PATH%" x "UmeAiRT - Flux workflow.7z" -o"%CD%" -y >nul 2>&1
|
| 419 |
+
del /f "UmeAiRT - Flux workflow.7z" -force >nul 2>&1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 420 |
cd ..\..\..\..
|
| 421 |
|
| 422 |
cd ComfyUI
|
|
|
|
| 425 |
cd ComfyUI-NAI-styler
|
| 426 |
mkdir CSV
|
| 427 |
cd CSV
|
| 428 |
+
curl -L -o "naifilters.csv" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/naifilters.csv?download=true
|
| 429 |
+
curl -L -o "naistyles.csv" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/naistyles.csv?download=true
|
| 430 |
+
curl -L -o "naitypes.csv" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/others/naitypes.csv?download=true
|
| 431 |
|
| 432 |
cd ..\..\..\..
|
| 433 |
|
| 434 |
REM Final steps based on user choice
|
| 435 |
if "%INSTALL_TYPE%"=="fast-lowvram" (
|
| 436 |
echo Downloading special run file for fast-lowvram...
|
| 437 |
+
curl -L -o "run_nvidia_gpu-LOWVRAM.bat" "https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/scripts/run_nvidia_gpu-LOWVRAM.bat?download=true"
|
| 438 |
echo ComfyUI and FLUX installed. Running ComfyUI...
|
| 439 |
call "run_nvidia_gpu-LOWVRAM.bat"
|
| 440 |
) else (
|
ComfyUI-Missing_nodes.bat
CHANGED
|
@@ -15,140 +15,151 @@ cd ComfyUI\custom_nodes
|
|
| 15 |
|
| 16 |
REM Clone ComfyUI-Manager
|
| 17 |
echo [33mInstalling ComfyUI-Manager...[0m
|
| 18 |
-
git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 19 |
-
echo [33mInstalling
|
| 20 |
-
echo
|
| 21 |
-
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack
|
| 22 |
cd ComfyUI-Impact-Pack
|
| 23 |
-
git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack impact_subpack
|
| 24 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 25 |
-
..\..\..\python_embeded\python.exe -s -m pip install ultralytics --no-warn-script-location
|
| 26 |
cd ..
|
| 27 |
|
| 28 |
-
echo
|
| 29 |
-
git clone https://github.com/Fannovel16/comfyui_controlnet_aux
|
| 30 |
cd comfyui_controlnet_aux
|
| 31 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 32 |
cd ..
|
| 33 |
|
| 34 |
-
echo
|
| 35 |
-
git clone https://github.com/WASasquatch/was-node-suite-comfyui
|
| 36 |
cd was-node-suite-comfyui
|
| 37 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 38 |
cd ..
|
| 39 |
|
| 40 |
-
echo
|
| 41 |
-
git clone https://github.com/city96/ComfyUI-GGUF
|
| 42 |
cd ComfyUI-GGUF
|
| 43 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 44 |
cd ..
|
| 45 |
|
| 46 |
-
echo
|
| 47 |
-
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
|
| 48 |
|
| 49 |
-
echo
|
| 50 |
-
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
|
| 51 |
|
| 52 |
-
echo
|
| 53 |
-
git clone https://github.com/jamesWalker55/comfyui-various
|
| 54 |
|
| 55 |
-
echo
|
| 56 |
-
git clone https://github.com/rgthree/rgthree-comfy
|
| 57 |
cd rgthree-comfy
|
| 58 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 59 |
cd ..
|
| 60 |
|
| 61 |
-
echo
|
| 62 |
-
git clone https://github.com/kijai/ComfyUI-Florence2
|
| 63 |
cd ComfyUI-Florence2
|
| 64 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 65 |
cd ..
|
| 66 |
|
| 67 |
-
echo
|
| 68 |
-
git clone https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch
|
| 69 |
|
| 70 |
-
echo
|
| 71 |
-
git clone https://github.com/KoreTeknology/ComfyUI-Universal-Styler
|
| 72 |
|
| 73 |
-
echo
|
| 74 |
-
git clone https://github.com/un-seen/comfyui-tensorops
|
| 75 |
cd comfyui-tensorops
|
| 76 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 77 |
cd ..
|
| 78 |
|
| 79 |
-
echo
|
| 80 |
-
git clone https://github.com/XLabs-AI/x-flux-comfyui
|
| 81 |
cd x-flux-comfyui
|
| 82 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 83 |
cd ..
|
| 84 |
|
| 85 |
-
echo
|
| 86 |
-
git clone https://github.com/jags111/efficiency-nodes-comfyui
|
| 87 |
cd efficiency-nodes-comfyui
|
| 88 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 89 |
cd ..
|
| 90 |
|
| 91 |
-
echo
|
| 92 |
-
git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
|
| 93 |
|
| 94 |
-
echo
|
| 95 |
-
git clone https://github.com/sipherxyz/comfyui-art-venture
|
| 96 |
cd comfyui-art-venture
|
| 97 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 98 |
cd ..
|
| 99 |
|
| 100 |
-
echo
|
| 101 |
-
git clone https://github.com/alt-key-project/comfyui-dream-project
|
| 102 |
cd comfyui-dream-project
|
| 103 |
-
..\..\..\python_embeded\python.exe -s -m pip install imageio pilgram scipy numpy==1.24.4 torchvision evalidate --no-warn-script-location
|
| 104 |
cd ..
|
| 105 |
|
| 106 |
-
echo
|
| 107 |
-
git clone https://github.com/kijai/ComfyUI-KJNodes
|
| 108 |
cd ComfyUI-KJNodes
|
| 109 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 110 |
cd ..
|
| 111 |
|
| 112 |
-
echo
|
| 113 |
-
git clone https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words
|
| 114 |
|
| 115 |
-
echo
|
| 116 |
-
git clone https://github.com/yolain/ComfyUI-Easy-Use
|
| 117 |
cd ComfyUI-Easy-Use
|
| 118 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 119 |
cd ..
|
| 120 |
|
| 121 |
-
echo
|
| 122 |
-
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit
|
| 123 |
|
| 124 |
-
echo
|
| 125 |
-
git clone https://github.com/Rvage0815/ComfyUI-RvTools
|
| 126 |
cd ComfyUI-RvTools
|
| 127 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 128 |
cd ..
|
| 129 |
|
| 130 |
-
echo
|
| 131 |
-
git clone https://github.com/cubiq/ComfyUI_essentials
|
| 132 |
cd ComfyUI_essentials
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 133 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 134 |
cd ..
|
| 135 |
|
| 136 |
-
echo
|
| 137 |
-
git clone https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced
|
| 138 |
cd ..\..\python_embeded
|
| 139 |
-
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
|
| 140 |
-
.\python.exe -m pip install --use-pep517 facexlib
|
| 141 |
-
.\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git
|
| 142 |
-
.\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.15.1 insightface-0.7.3-cp311-cp311-win_amd64.whl
|
| 143 |
cd ..
|
| 144 |
cd ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
|
| 145 |
-
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 146 |
cd ..\..
|
| 147 |
cd models
|
| 148 |
-
|
| 149 |
-
|
|
|
|
| 150 |
mkdir pulid
|
| 151 |
cd pulid
|
| 152 |
-
curl -L -o "pulid_flux_v0.9.0.safetensors" https://huggingface.co/
|
| 153 |
-
cd ..
|
| 154 |
-
cd custom_nodes
|
|
|
|
| 15 |
|
| 16 |
REM Clone ComfyUI-Manager
|
| 17 |
echo [33mInstalling ComfyUI-Manager...[0m
|
| 18 |
+
git clone https://github.com/ltdrdata/ComfyUI-Manager.git >nul 2>&1
|
| 19 |
+
echo [33mInstalling additional nodes...[0m
|
| 20 |
+
echo - Impact-Pack
|
| 21 |
+
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack >nul 2>&1
|
| 22 |
cd ComfyUI-Impact-Pack
|
| 23 |
+
git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack impact_subpack >nul 2>&1
|
| 24 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 25 |
+
..\..\..\python_embeded\python.exe -s -m pip install ultralytics --no-warn-script-location >nul 2>&1
|
| 26 |
cd ..
|
| 27 |
|
| 28 |
+
echo - Controlnet-aux
|
| 29 |
+
git clone https://github.com/Fannovel16/comfyui_controlnet_aux >nul 2>&1
|
| 30 |
cd comfyui_controlnet_aux
|
| 31 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 32 |
cd ..
|
| 33 |
|
| 34 |
+
echo - WAS-Suite
|
| 35 |
+
git clone https://github.com/WASasquatch/was-node-suite-comfyui >nul 2>&1
|
| 36 |
cd was-node-suite-comfyui
|
| 37 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 38 |
cd ..
|
| 39 |
|
| 40 |
+
echo - GGUF
|
| 41 |
+
git clone https://github.com/city96/ComfyUI-GGUF >nul 2>&1
|
| 42 |
cd ComfyUI-GGUF
|
| 43 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 44 |
cd ..
|
| 45 |
|
| 46 |
+
echo - Custom-Scripts
|
| 47 |
+
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts >nul 2>&1
|
| 48 |
|
| 49 |
+
echo - UltimateSDUpscale
|
| 50 |
+
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive >nul 2>&1
|
| 51 |
|
| 52 |
+
echo - Various
|
| 53 |
+
git clone https://github.com/jamesWalker55/comfyui-various >nul 2>&1
|
| 54 |
|
| 55 |
+
echo - rgthree
|
| 56 |
+
git clone https://github.com/rgthree/rgthree-comfy >nul 2>&1
|
| 57 |
cd rgthree-comfy
|
| 58 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 59 |
cd ..
|
| 60 |
|
| 61 |
+
echo - Florence2
|
| 62 |
+
git clone https://github.com/kijai/ComfyUI-Florence2 >nul 2>&1
|
| 63 |
cd ComfyUI-Florence2
|
| 64 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 65 |
cd ..
|
| 66 |
|
| 67 |
+
echo - Inpaint-CropAndStitch
|
| 68 |
+
git clone https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch >nul 2>&1
|
| 69 |
|
| 70 |
+
echo - Universal-Styler
|
| 71 |
+
git clone https://github.com/KoreTeknology/ComfyUI-Universal-Styler >nul 2>&1
|
| 72 |
|
| 73 |
+
echo - Tensorops
|
| 74 |
+
git clone https://github.com/un-seen/comfyui-tensorops >nul 2>&1
|
| 75 |
cd comfyui-tensorops
|
| 76 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 77 |
cd ..
|
| 78 |
|
| 79 |
+
echo - X-Flux
|
| 80 |
+
git clone https://github.com/XLabs-AI/x-flux-comfyui >nul 2>&1
|
| 81 |
cd x-flux-comfyui
|
| 82 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 83 |
cd ..
|
| 84 |
|
| 85 |
+
echo - Efficiency Nodes
|
| 86 |
+
git clone https://github.com/jags111/efficiency-nodes-comfyui >nul 2>&1
|
| 87 |
cd efficiency-nodes-comfyui
|
| 88 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 89 |
cd ..
|
| 90 |
|
| 91 |
+
echo - Comfyroll
|
| 92 |
+
git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes >nul 2>&1
|
| 93 |
|
| 94 |
+
echo - Art-venture
|
| 95 |
+
git clone https://github.com/sipherxyz/comfyui-art-venture >nul 2>&1
|
| 96 |
cd comfyui-art-venture
|
| 97 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 98 |
cd ..
|
| 99 |
|
| 100 |
+
echo - Dream-project
|
| 101 |
+
git clone https://github.com/alt-key-project/comfyui-dream-project >nul 2>&1
|
| 102 |
cd comfyui-dream-project
|
| 103 |
+
..\..\..\python_embeded\python.exe -s -m pip install imageio pilgram scipy numpy==1.24.4 torchvision evalidate --no-warn-script-location >nul 2>&1
|
| 104 |
cd ..
|
| 105 |
|
| 106 |
+
echo - KJNodes
|
| 107 |
+
git clone https://github.com/kijai/ComfyUI-KJNodes >nul 2>&1
|
| 108 |
cd ComfyUI-KJNodes
|
| 109 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 110 |
cd ..
|
| 111 |
|
| 112 |
+
echo - Lora-Auto-Trigger-Words
|
| 113 |
+
git clone https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words >nul 2>&1
|
| 114 |
|
| 115 |
+
echo - Easy-Use
|
| 116 |
+
git clone https://github.com/yolain/ComfyUI-Easy-Use >nul 2>&1
|
| 117 |
cd ComfyUI-Easy-Use
|
| 118 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 119 |
cd ..
|
| 120 |
|
| 121 |
+
echo - mxToolkit
|
| 122 |
+
git clone https://github.com/Smirnov75/ComfyUI-mxToolkit >nul 2>&1
|
| 123 |
|
| 124 |
+
echo - RvTools
|
| 125 |
+
git clone https://github.com/Rvage0815/ComfyUI-RvTools >nul 2>&1
|
| 126 |
cd ComfyUI-RvTools
|
| 127 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 128 |
cd ..
|
| 129 |
|
| 130 |
+
echo - Zssentials
|
| 131 |
+
git clone https://github.com/cubiq/ComfyUI_essentials >nul 2>&1
|
| 132 |
cd ComfyUI_essentials
|
| 133 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 134 |
+
cd ..
|
| 135 |
+
|
| 136 |
+
echo - ModdedNodes
|
| 137 |
+
git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes >nul 2>&1
|
| 138 |
+
|
| 139 |
+
echo - LayerStyle
|
| 140 |
+
git clone https://github.com/chflame163/ComfyUI_LayerStyle >nul 2>&1
|
| 141 |
+
cd ComfyUI_LayerStyle
|
| 142 |
+
..\..\..\python_embeded\python.exe -s -m pip install .\whl\docopt-0.6.2-py2.py3-none-any.whl --no-warn-script-location
|
| 143 |
+
..\..\..\python_embeded\python.exe -s -m pip install .\whl\hydra_core-1.3.2-py3-none-any.whl --no-warn-script-location
|
| 144 |
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location
|
| 145 |
cd ..
|
| 146 |
|
| 147 |
+
echo - PulID
|
| 148 |
+
git clone https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced >nul 2>&1
|
| 149 |
cd ..\..\python_embeded
|
| 150 |
+
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
|
| 151 |
+
.\python.exe -m pip install --use-pep517 facexlib >nul 2>&1
|
| 152 |
+
.\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git >nul 2>&1
|
| 153 |
+
.\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
|
| 154 |
cd ..
|
| 155 |
cd ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
|
| 156 |
+
..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location >nul 2>&1
|
| 157 |
cd ..\..
|
| 158 |
cd models
|
| 159 |
+
curl -L -o "insightface.7z" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/insightface.7z?download=true >nul 2>&1
|
| 160 |
+
"%SEVEN_ZIP_PATH%" x insightface.7z -o"%CD%" -y >nul 2>&1
|
| 161 |
+
del /f insightface.7z -force >nul 2>&1
|
| 162 |
mkdir pulid
|
| 163 |
cd pulid
|
| 164 |
+
curl -L -o "pulid_flux_v0.9.0.safetensors" https://huggingface.co/UmeAiRT/ComfyUI-Auto_installer/resolve/main/models/pulid/pulid_flux_v0.9.0.safetensors?download=true >nul 2>&1
|
| 165 |
+
cd ..
|
|
|