vslinx commited on
Commit
02a7720
·
1 Parent(s): 044e996

add vslinx nodes to install script

Browse files
Files changed (1) hide show
  1. windows-nvidia.bat +2 -1
windows-nvidia.bat CHANGED
@@ -143,8 +143,9 @@ set repos[14]=https://github.com/cubiq/ComfyUI_IPAdapter_plus
143
  set repos[15]=https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git
144
  set repos[16]=https://github.com/Comfy-Org/ComfyUI-Manager
145
  set repos[17]=https://github.com/wallish77/wlsh_nodes.git
 
146
 
147
- for /L %%i in (0,1,17) do (
148
  set "repo=!repos[%%i]!"
149
  for %%A in (!repo!) do (
150
  set "folderName=%%~nxA"
 
143
  set repos[15]=https://github.com/pythongosssss/ComfyUI-WD14-Tagger.git
144
  set repos[16]=https://github.com/Comfy-Org/ComfyUI-Manager
145
  set repos[17]=https://github.com/wallish77/wlsh_nodes.git
146
+ set repos[18]=https://github.com/vslinx/ComfyUI-vslinx-nodes.git
147
 
148
+ for /L %%i in (0,1,18) do (
149
  set "repo=!repos[%%i]!"
150
  for %%A in (!repo!) do (
151
  set "folderName=%%~nxA"