ultimaxxl commited on
Commit
9658eb7
·
verified ·
1 Parent(s): 463eea2

Update folder_paths.py

Browse files
Files changed (1) hide show
  1. 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__)), "fuzer_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")
 
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")