Upload 2 files
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -165,7 +165,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
| 165 |
# RUN cd custom_nodes && cd ComfyUI-LCM/ && pip install -r requirements.txt
|
| 166 |
|
| 167 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/PowerNoiseSuite.git
|
| 168 |
-
RUN cd custom_nodes && git clone https://github.com/YMC-GitHub/ymc-node-suite-comfyui.git
|
| 169 |
|
| 170 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git --depth 1 && cd ComfyUI-Frame-Interpolation && python install.py
|
| 171 |
|
|
|
|
| 165 |
# RUN cd custom_nodes && cd ComfyUI-LCM/ && pip install -r requirements.txt
|
| 166 |
|
| 167 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/PowerNoiseSuite.git
|
| 168 |
+
RUN cd custom_nodes && git clone https://github.com/YMC-GitHub/ymc-node-suite-comfyui.git && cd ymc-node-suite-comfyui && pip install -r requirements.txt
|
| 169 |
|
| 170 |
# RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git --depth 1 && cd ComfyUI-Frame-Interpolation && python install.py
|
| 171 |
|