Enable ComfyUI-Manager

This commit is contained in:
2026-07-16 23:59:52 -04:00
parent e89a78066a
commit a632cc1054
+2 -1
View File
@@ -7,5 +7,6 @@ RUN git clone --depth 1 --branch ${COMFYUI_VERSION} \
https://github.com/Comfy-Org/ComfyUI /app https://github.com/Comfy-Org/ComfyUI /app
WORKDIR /app WORKDIR /app
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --no-cache-dir -r manager_requirements.txt
EXPOSE 8188 EXPOSE 8188
CMD ["python", "main.py", "--listen", "0.0.0.0"] CMD ["python", "main.py", "--listen", "0.0.0.0", "--enable-manager"]