merge master

This commit is contained in:
ljleb 2023-03-19 19:46:27 -04:00
commit e7ae514422

View File

@ -104,7 +104,7 @@ def load_extra_path_config(yaml_path):
if base_path is not None:
full_path = os.path.join(base_path, full_path)
print("Adding extra search path", x, full_path)
folder_paths.add_model_search_path(x, full_path)
folder_paths.add_model_folder_path(x, full_path)
if __name__ == "__main__":
cleanup_temp()