Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|