Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -99,7 +99,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
99 |
RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
|
100 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
|
101 |
RUN cd custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools --depth 1 && pip install -r ./ComfyUI-Crystools/requirements.txt
|
102 |
-
RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor --depth 1
|
103 |
# RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
|
104 |
|
105 |
RUN echo "Done"
|
|
|
99 |
RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
|
100 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
|
101 |
RUN cd custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools --depth 1 && pip install -r ./ComfyUI-Crystools/requirements.txt
|
102 |
+
RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor --depth 1
|
103 |
# RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
|
104 |
|
105 |
RUN echo "Done"
|