add facerestore_models to folder_path

This commit is contained in:
flipnism 2023-09-01 09:10:38 +07:00
parent 2ba4e2ffbb
commit a84a12b75e

View File

@ -29,6 +29,7 @@ folder_names_and_paths["upscale_models"] = ([os.path.join(models_dir, "upscale_m
folder_names_and_paths["custom_nodes"] = ([os.path.join(base_path, "custom_nodes")], [])
folder_names_and_paths["hypernetworks"] = ([os.path.join(models_dir, "hypernetworks")], supported_pt_extensions)
folder_names_and_paths["facerestore_models"] = ([os.path.join(models_dir, "facerestore_models")], supported_pt_extensions)
output_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "output")
temp_directory = os.path.join(os.path.dirname(os.path.realpath(__file__)), "temp")