Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|