Update install-for-older-amd.bat

This commit is contained in:
patientx 2025-09-02 18:17:42 +03:00 committed by GitHub
parent a980984076
commit d6cd4a5fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,6 +39,8 @@ pip install --force-reinstall transformers==4.51.3 safetensors==0.5.3 --quiet
echo. echo.
echo :: %time:~0,8% :: Custom node(s) installation ... echo :: %time:~0,8% :: Custom node(s) installation ...
echo. echo.
echo :: %time:~0,8% :: - Installing CFZ Nodes (description in readme on github)
xcopy /E /I /Y "cfz\nodes" "custom_nodes" >NUL
echo :: %time:~0,8% :: - Installing Comfyui Manager echo :: %time:~0,8% :: - Installing Comfyui Manager
cd custom_nodes cd custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager.git --quiet git clone https://github.com/ltdrdata/ComfyUI-Manager.git --quiet
@ -73,3 +75,4 @@ echo.