Skip to content

Commit

Permalink
allow searching for new .pt2 extension, which can contain AOTI compil…
Browse files Browse the repository at this point in the history
…ed modules (#6689)
  • Loading branch information
Slickytail authored Feb 3, 2025
1 parent ed4d92b commit 8d88bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folder_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from comfy.cli_args import args

supported_pt_extensions: set[str] = {'.ckpt', '.pt', '.bin', '.pth', '.safetensors', '.pkl', '.sft'}
supported_pt_extensions: set[str] = {'.ckpt', '.pt', '.pt2', '.bin', '.pth', '.safetensors', '.pkl', '.sft'}

folder_names_and_paths: dict[str, tuple[list[str], set[str]]] = {}

Expand Down

0 comments on commit 8d88bfa

Please sign in to comment.