Spaces:
Build error
Build error
Upload Dockerfile
Browse files- Dockerfile +4 -4
Dockerfile
CHANGED
|
@@ -136,10 +136,10 @@ RUN echo "Downloading checkpoints..." && \
|
|
| 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 |
|
| 138 |
RUN cd custom_nodes && git clone https://github.com/0xbitches/ComfyUI-LCM.git --depth 1
|
| 139 |
-
RUN cd custom_nodes && echo "#Plz don't delete this file, just edit it when neccessary." >
|
| 140 |
-
RUN cd custom_nodes && echo 'ckpts_path: "./ckpts"' >>
|
| 141 |
-
RUN cd custom_nodes && echo 'ops_backend: "taichi" #Either "taichi" or "cupy"' >>
|
| 142 |
-
RUN cd custom_nodes && cd
|
| 143 |
|
| 144 |
|
| 145 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git --depth 1 && cd ComfyUI-Frame-Interpolation && python install.py
|
|
|
|
| 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 |
|
| 138 |
RUN cd custom_nodes && git clone https://github.com/0xbitches/ComfyUI-LCM.git --depth 1
|
| 139 |
+
RUN cd custom_nodes && echo "#Plz don't delete this file, just edit it when neccessary." > ComfyUI-LCM/config.yaml
|
| 140 |
+
RUN cd custom_nodes && echo 'ckpts_path: "./ckpts"' >> ComfyUI-LCM/config.yaml
|
| 141 |
+
RUN cd custom_nodes && echo 'ops_backend: "taichi" #Either "taichi" or "cupy"' >> ComfyUI-LCM/config.yaml
|
| 142 |
+
RUN cd custom_nodes && cd ComfyUI-LCM/ && pip install -r requirements.txt
|
| 143 |
|
| 144 |
|
| 145 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git --depth 1 && cd ComfyUI-Frame-Interpolation && python install.py
|