Upload start.sh with huggingface_hub
Browse files
start.sh
CHANGED
@@ -12,6 +12,13 @@ mkdir -p /app/ComfyUI/input
|
|
12 |
mkdir -p /app/ComfyUI/output
|
13 |
mkdir -p /app/workflows
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
# Start ComfyUI in the background
|
16 |
cd /app/ComfyUI
|
17 |
echo "Starting ComfyUI server..."
|
|
|
12 |
mkdir -p /app/ComfyUI/output
|
13 |
mkdir -p /app/workflows
|
14 |
|
15 |
+
# List the contents of key directories to debug
|
16 |
+
echo "Checking for workflow files:"
|
17 |
+
ls -la /app/workflows/ || echo "Workflow directory empty or not found"
|
18 |
+
|
19 |
+
echo "Checking for input images:"
|
20 |
+
ls -la /app/ComfyUI/input/ || echo "Input directory empty or not found"
|
21 |
+
|
22 |
# Start ComfyUI in the background
|
23 |
cd /app/ComfyUI
|
24 |
echo "Starting ComfyUI server..."
|