salso commited on
Commit
4666344
·
verified ·
1 Parent(s): d8494c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -9,9 +9,9 @@ from PIL import Image, ImageChops
9
  from huggingface_hub import hf_hub_download
10
 
11
  # Setup ComfyUI if not already set up
12
- if not os.path.exists("ComfyUI"):
13
- print("Setting up ComfyUI...")
14
- subprocess.run(["bash", "setup_comfyui.sh"], check=True)
15
 
16
  # Ensure the output directory exists
17
  os.makedirs("output", exist_ok=True)
 
9
  from huggingface_hub import hf_hub_download
10
 
11
  # Setup ComfyUI if not already set up
12
+ #if not os.path.exists("ComfyUI"):
13
+ # print("Setting up ComfyUI...")
14
+ # subprocess.run(["bash", "setup_comfyui.sh"], check=True)
15
 
16
  # Ensure the output directory exists
17
  os.makedirs("output", exist_ok=True)