brunvelop commited on
Commit
1cdc8ee
·
1 Parent(s): f6b5726
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -148,7 +148,7 @@ RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-SVD && cd Comf
148
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && cd ComfyUI-VideoHelperSuite && pip install -r requirements.txt
149
 
150
  # SVD
151
- # RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt -P ./custom_nodes/ComfyUI-SVD/svd/checkpoints/
152
  RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors -O ./custom_nodes/ComfyUI-SVD/svd/checkpoints/svd.safetensors
153
 
154
 
@@ -157,7 +157,8 @@ RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
157
 
158
  RUN echo "Done"
159
 
160
- CMD ["python", "main.py", "--listen", "0.0.0.0", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
 
161
 
162
 
163
 
 
148
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && cd ComfyUI-VideoHelperSuite && pip install -r requirements.txt
149
 
150
  # SVD
151
+ # RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors -O ./custom_nodes/ComfyUI-SVD/svd/checkpoints/svd.safetensors
152
  RUN wget -c https://huggingface.co/stabilityai/stable-video-diffusion-img2vid/resolve/main/svd.safetensors -O ./custom_nodes/ComfyUI-SVD/svd/checkpoints/svd.safetensors
153
 
154
 
 
157
 
158
  RUN echo "Done"
159
 
160
+ #/home/user/app/data
161
+ CMD ["python", "main.py", "--listen", "0.0.0.0", "--port", "7860", "--output-directory", "./data/"]
162
 
163
 
164