mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 22:00:19 +08:00
Update install-n.bat
This commit is contained in:
parent
4707a67348
commit
7232cf9920
@ -84,9 +84,7 @@ 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)
|
echo :: %time:~0,8% :: - Installing CFZ Nodes (description in readme on github)
|
||||||
copy cfz\cfz_patcher.py custom_nodes\cfz_patcher.py /y >NUL
|
xcopy /E /I /Y "cfz\nodes" "custom_nodes" >NUL
|
||||||
copy cfz\cfz_cudnn.toggle.py custom_nodes\cfz_cudnn.toggle.py /y >NUL
|
|
||||||
copy cfz\cfz_vae_loader.py custom_nodes\cfz_vae_loader.py /y >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
|
||||||
@ -163,3 +161,4 @@ set MIOPEN_LOG_LEVEL=3
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user