@echo off setlocal enabledelayedexpansion echo Update ComfyUI cd ComfyUI_windows_portable\update ..\python_embeded\python.exe -m pip install --upgrade pip ..\python_embeded\python.exe .\update.py ..\ComfyUI\ if exist update_new.py ( move /y update_new.py update.py echo Running updater again since it got updated. ..\python_embeded\python.exe .\update.py ..\ComfyUI\ --skip_self_update ) cd .. cd ComfyUI\custom_nodes REM Clone ComfyUI-Manager echo Installing ComfyUI-Manager... git clone https://github.com/ltdrdata/ComfyUI-Manager.git echo Installing missing nodes... echo  -Impact pack git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack cd ComfyUI-Impact-Pack git clone https://github.com/ltdrdata/ComfyUI-Impact-Subpack impact_subpack ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location ..\..\..\python_embeded\python.exe -s -m pip install ultralytics --no-warn-script-location cd .. echo  -Controlnet aux git clone https://github.com/Fannovel16/comfyui_controlnet_aux cd comfyui_controlnet_aux ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -WAS suite aux git clone https://github.com/WASasquatch/was-node-suite-comfyui cd was-node-suite-comfyui ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -GGUF git clone https://github.com/city96/ComfyUI-GGUF cd ComfyUI-GGUF ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -Custom-Scripts git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts echo  -Ultimate SD Upscale git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive echo  -Various git clone https://github.com/jamesWalker55/comfyui-various echo  -rgthree git clone https://github.com/rgthree/rgthree-comfy cd rgthree-comfy ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -Florence2 git clone https://github.com/kijai/ComfyUI-Florence2 cd ComfyUI-Florence2 ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -Inpaint-CropAndStitch git clone https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch echo  -Universal-Styler git clone https://github.com/KoreTeknology/ComfyUI-Universal-Styler echo  -Tensorops git clone https://github.com/un-seen/comfyui-tensorops cd comfyui-tensorops ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -X-Flux git clone https://github.com/XLabs-AI/x-flux-comfyui cd x-flux-comfyui ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -Efficiency Nodes git clone https://github.com/jags111/efficiency-nodes-comfyui cd efficiency-nodes-comfyui ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -Comfyroll Studio git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes echo  -art-venture git clone https://github.com/sipherxyz/comfyui-art-venture cd comfyui-art-venture ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -dream-project git clone https://github.com/alt-key-project/comfyui-dream-project cd comfyui-dream-project ..\..\..\python_embeded\python.exe -s -m pip install imageio pilgram scipy numpy==1.24.4 torchvision evalidate --no-warn-script-location cd .. echo  -KJNodes git clone https://github.com/kijai/ComfyUI-KJNodes cd ComfyUI-KJNodes ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -Lora-Auto-Trigger-Words git clone https://github.com/idrirap/ComfyUI-Lora-Auto-Trigger-Words echo  -Easy-Use git clone https://github.com/yolain/ComfyUI-Easy-Use cd ComfyUI-Easy-Use ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -mxToolkit git clone https://github.com/Smirnov75/ComfyUI-mxToolkit echo  -RvTools git clone https://github.com/Rvage0815/ComfyUI-RvTools cd ComfyUI-RvTools ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -Zssentials git clone https://github.com/cubiq/ComfyUI_essentials cd ComfyUI_essentials ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd .. echo  -PulID git clone https://github.com/sipie800/ComfyUI-PuLID-Flux-Enhanced cd ..\..\python_embeded 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 .\python.exe -m pip install --use-pep517 facexlib .\python.exe -m pip install git+https://github.com/rodjjo/filterpy.git .\python.exe -m pip install onnxruntime==1.19.2 onnxruntime-gpu==1.15.1 insightface-0.7.3-cp311-cp311-win_amd64.whl cd .. cd ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced ..\..\..\python_embeded\python.exe -s -m pip install -r requirements.txt --no-warn-script-location cd ..\.. cd models mkdir pulid cd pulid curl -L -o "pulid_flux_v0.9.0.safetensors" https://huggingface.co/Aitrepreneur/FLX/resolve/main/pulid_flux_v0.9.0.safetensors?download=true cd ..\.. cd custom_nodes