vslinx commited on
Commit
4bf5146
·
1 Parent(s): 1ce8681

updated install script for 5.1

Browse files
Files changed (1) hide show
  1. windows-nvidia.bat +6 -7
windows-nvidia.bat CHANGED
@@ -130,7 +130,7 @@ set repos[1]=https://github.com/ltdrdata/ComfyUI-Impact-Subpack
130
  set repos[2]=https://github.com/Smirnov75/ComfyUI-mxToolkit
131
  set repos[3]=https://github.com/yolain/ComfyUI-Easy-Use
132
  set repos[4]=https://github.com/pythongosssss/ComfyUI-Custom-Scripts
133
- set repos[5]=https://github.com/crystian/ComfyUI-Crystools
134
  set repos[6]=https://github.com/alexopus/ComfyUI-Image-Saver
135
  set repos[7]=https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
136
  set repos[8]=https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet
@@ -142,8 +142,7 @@ set repos[13]=https://github.com/rgthree/rgthree-comfy
142
  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
- set repos[18]=https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch
147
 
148
  for /L %%i in (0,1,18) do (
149
  set "repo=!repos[%%i]!"
@@ -194,11 +193,11 @@ if exist "%samFile%" (
194
  echo Checking workflow files...
195
 
196
  REM Define workflow filenames and URLs
197
- set workflow[0]=TXT2IMG-ADetailer-v5.0-vslinx.json
198
- set url[0]=https://huggingface.co/vslinx/ComfyUIDetailerWorkflow-vslinx/resolve/main/workflows/TXT2IMG/v5.0/TXT2IMG-ADetailer-v5.0-vslinx.json
199
 
200
- set workflow[1]=IMG2IMG-ADetailer-v5.0-vslinx.json
201
- set url[1]=https://huggingface.co/vslinx/ComfyUIDetailerWorkflow-vslinx/resolve/main/workflows/IMG2IMG/v5.0/IMG2IMG-ADetailer-v5.0-vslinx.json
202
 
203
  REM Loop through and download if not already present
204
  for /L %%i in (0,1,1) do (
 
130
  set repos[2]=https://github.com/Smirnov75/ComfyUI-mxToolkit
131
  set repos[3]=https://github.com/yolain/ComfyUI-Easy-Use
132
  set repos[4]=https://github.com/pythongosssss/ComfyUI-Custom-Scripts
133
+ set repos[5]=https://github.com/lquesada/ComfyUI-Inpaint-CropAndStitch
134
  set repos[6]=https://github.com/alexopus/ComfyUI-Image-Saver
135
  set repos[7]=https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
136
  set repos[8]=https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet
 
142
  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/ssitu/ComfyUI_UltimateSDUpscale.git
 
146
 
147
  for /L %%i in (0,1,18) do (
148
  set "repo=!repos[%%i]!"
 
193
  echo Checking workflow files...
194
 
195
  REM Define workflow filenames and URLs
196
+ set workflow[0]=TXT2IMG-ADetailer-v5.1-vslinx.json
197
+ set url[0]=https://huggingface.co/vslinx/ComfyUIDetailerWorkflow-vslinx/resolve/main/workflows/TXT2IMG/v5.1/TXT2IMG-ADetailer-v5.1-vslinx.json
198
 
199
+ set workflow[1]=IMG2IMG-ADetailer-v5.1-vslinx.json
200
+ set url[1]=https://huggingface.co/vslinx/ComfyUIDetailerWorkflow-vslinx/resolve/main/workflows/IMG2IMG/v5.1/IMG2IMG-ADetailer-v5.1-vslinx.json
201
 
202
  REM Loop through and download if not already present
203
  for /L %%i in (0,1,1) do (