From 84ebf20e497d63beacc2a1d774f7254086194da5 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 24 Nov 2025 00:45:53 -0500 Subject: [PATCH] adding additional packages --- comfyui-build/docker-entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/comfyui-build/docker-entrypoint.sh b/comfyui-build/docker-entrypoint.sh index f08727a..23b5a26 100644 --- a/comfyui-build/docker-entrypoint.sh +++ b/comfyui-build/docker-entrypoint.sh @@ -136,6 +136,9 @@ echo "Custom nodes installation complete." echo "Moving back to ComfyUI root" cd /app/ComfyUI +echo "Installing additional Python packages..." +pip install accelerate deepdiff gguf git + echo "Starting ComfyUI..." if [ -f "start.sh" ]; then echo "Found start.sh, executing it..."