Skip to content

Commit 9fa1036

Browse files
Forgot this. (Comfy-Org#9470)
1 parent 0737b7e commit 9fa1036

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

folder_paths.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646

4747
folder_names_and_paths["classifiers"] = ([os.path.join(models_dir, "classifiers")], {""})
4848

49+
folder_names_and_paths["model_patches"] = ([os.path.join(models_dir, "model_patches")], supported_pt_extensions)
50+
4951
output_directory = os.path.join(base_path, "output")
5052
temp_directory = os.path.join(base_path, "temp")
5153
input_directory = os.path.join(base_path, "input")

0 commit comments

Comments
 (0)