Spaces:
Building
on
A10G
Building
on
A10G
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -124,7 +124,8 @@ RUN cd custom_nodes && git clone https://github.com/AIrjen/OneButtonPrompt
|
|
124 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd was-node-suite-comfyui && pip install -r requirements.txt
|
125 |
#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
|
126 |
RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials
|
127 |
-
|
|
|
128 |
RUN pip install -U torch torchvision torchaudio
|
129 |
|
130 |
RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI_VLM_nodes && cd ComfyUI_VLM_nodes && pip install -r requirements.txt
|
|
|
124 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd was-node-suite-comfyui && pip install -r requirements.txt
|
125 |
#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
|
126 |
RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials
|
127 |
+
RUN cd custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools
|
128 |
+
RUN cd custom_nodes git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
|
129 |
RUN pip install -U torch torchvision torchaudio
|
130 |
|
131 |
RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI_VLM_nodes && cd ComfyUI_VLM_nodes && pip install -r requirements.txt
|