soiz1 commited on
Commit
a8a63a9
·
verified ·
1 Parent(s): 9da1fcf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -93,7 +93,7 @@ RUN echo "Downloading checkpoints..." && \
93
 
94
  RUN echo "Done"
95
 
96
- CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
97
 
98
 
99
 
 
93
 
94
  RUN echo "Done"
95
 
96
+ CMD ["python", "main.py", "--front-end-version=Comfy-Org/ComfyUI_legacy_frontend@latest", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
97
 
98
 
99