Skip to content

Commit

Permalink
Remove Manager custom node in speed up the startup (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Feb 6, 2025
1 parent eb1767c commit 014d3ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runner/docker/Dockerfile.live-app__PIPELINE__
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ WORKDIR /app
# https://github.com/hiddenswitch/ComfyUI/pull/28
RUN sed -i 's/logging.info(f"Loaded {to_load}")//' /miniconda3/envs/comfystream/lib/python3.11/site-packages/comfy/model_management.py

# Remove ComfyUI Manager node, because it is not needed for this application and it takes 10s additional time to start up
RUN rm -r /ComfyUI/custom_nodes/ComfyUI-Manager

CMD ["uvicorn", "app.main:app", "--log-config", "app/cfg/uvicorn_logging_config.json", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit 014d3ee

Please sign in to comment.