adding additional packages

This commit is contained in:
John Doe
2025-11-24 00:45:53 -05:00
parent e51d04a9c9
commit 84ebf20e49

View File

@@ -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..."