Spaces:
Running
on
Zero
Running
on
Zero
Update folder_paths.py
Browse files- folder_paths.py +1 -1
folder_paths.py
CHANGED
@@ -39,7 +39,7 @@ folder_names_and_paths["photomaker"] = ([os.path.join(models_dir, "photomaker")]
|
|
39 |
|
40 |
folder_names_and_paths["classifiers"] = ([os.path.join(models_dir, "classifiers")], {""})
|
41 |
|
42 |
-
output_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "
|
43 |
temp_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "temp")
|
44 |
input_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "input")
|
45 |
user_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "user")
|
|
|
39 |
|
40 |
folder_names_and_paths["classifiers"] = ([os.path.join(models_dir, "classifiers")], {""})
|
41 |
|
42 |
+
output_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "output")
|
43 |
temp_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "temp")
|
44 |
input_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "input")
|
45 |
user_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "user")
|