Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -134,7 +134,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
134 |
RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
|
135 |
|
136 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git --depth 1 && cd was-node-suite-comfyui && pip install -r requirements.txt
|
137 |
-
RUN cd custom_nodes && git clone https://github.com/0xbitches/ComfyUI-LCM.git --depth 1 && cd ComfyUI-LCM && pip install -r requirements.txt
|
138 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git --depth 1 && cd ComfyUI-Frame-Interpolation && python install.py
|
139 |
|
140 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
|
|
|
134 |
RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
|
135 |
|
136 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git --depth 1 && cd was-node-suite-comfyui && pip install -r requirements.txt
|
137 |
+
RUN cd custom_nodes && git clone https://github.com/0xbitches/ComfyUI-LCM.git --depth 1 && wget -c https://github.com/r4yd3r/midias/blob/main/config.yaml -P ./custom_nodes/ComfyUI-LCM/ && cd ComfyUI-LCM && pip install -r requirements.txt
|
138 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git --depth 1 && cd ComfyUI-Frame-Interpolation && python install.py
|
139 |
|
140 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
|