kadirnar commited on
Commit
45d60af
·
verified ·
1 Parent(s): 9be4e1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -116,7 +116,7 @@ RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-c
116
  #RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt && pip install -r requirements_post.txt
117
  RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials
118
  RUN cd custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd ComfyUI-Crystools && pip install -r requirements.txt
119
- RUN cd custom_nodes git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
120
  RUN pip install -U torch torchvision torchaudio
121
 
122
  RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI_VLM_nodes && cd ComfyUI_VLM_nodes && pip install -r requirements.txt
 
116
  #RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt && pip install -r requirements_post.txt
117
  RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials
118
  RUN cd custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd ComfyUI-Crystools && pip install -r requirements.txt
119
+ RUN cd custom_nodes && git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
120
  RUN pip install -U torch torchvision torchaudio
121
 
122
  RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI_VLM_nodes && cd ComfyUI_VLM_nodes && pip install -r requirements.txt