Defter77 commited on
Commit
f11caf7
·
verified ·
1 Parent(s): 9ebcfab

Upload start.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. start.sh +7 -0
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..."