wrdias commited on
Commit
f5b5d26
1 Parent(s): 2b9d7c7

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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." > ./custom_nodes/ComfyUI-LCM/config.yaml
140
- RUN cd custom_nodes && echo 'ckpts_path: "./ckpts"' >> ./custom_nodes/ComfyUI-LCM/config.yaml
141
- RUN cd custom_nodes && echo 'ops_backend: "taichi" #Either "taichi" or "cupy"' >> ./custom_nodes/ComfyUI-LCM/config.yaml
142
- RUN cd custom_nodes && cd ./custom_nodes/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
 
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