Skip to content

Commit 014d3ee

Browse files
authored
Remove Manager custom node in speed up the startup (#411)
1 parent eb1767c commit 014d3ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runner/docker/Dockerfile.live-app__PIPELINE__

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ WORKDIR /app
3333
# https://github.com/hiddenswitch/ComfyUI/pull/28
3434
RUN sed -i 's/logging.info(f"Loaded {to_load}")//' /miniconda3/envs/comfystream/lib/python3.11/site-packages/comfy/model_management.py
3535

36+
# Remove ComfyUI Manager node, because it is not needed for this application and it takes 10s additional time to start up
37+
RUN rm -r /ComfyUI/custom_nodes/ComfyUI-Manager
38+
3639
CMD ["uvicorn", "app.main:app", "--log-config", "app/cfg/uvicorn_logging_config.json", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)