Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ import torch
|
|
21 |
|
22 |
|
23 |
URL="http://127.0.0.1"
|
24 |
-
OUTPUT_DIR="
|
25 |
-
INPUT_DIR="
|
26 |
-
BACKEND_PATH="
|
27 |
|
28 |
|
29 |
def read_prompt_from_file(filename):
|
|
|
21 |
|
22 |
|
23 |
URL="http://127.0.0.1"
|
24 |
+
OUTPUT_DIR="ComfyUI/output"
|
25 |
+
INPUT_DIR="ComfyUI/input"
|
26 |
+
BACKEND_PATH="ComfyUI/main.py"
|
27 |
|
28 |
|
29 |
def read_prompt_from_file(filename):
|