mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Fix missing extension addition from upstream
This commit is contained in:
parent
f965fb2bc0
commit
46a712b4d6
@ -10,7 +10,7 @@ from pkg_resources import resource_filename
|
||||
|
||||
from ..cli_args import args
|
||||
|
||||
supported_pt_extensions = frozenset(['.ckpt', '.pt', '.bin', '.pth', '.safetensors'])
|
||||
supported_pt_extensions = frozenset(['.ckpt', '.pt', '.bin', '.pth', '.safetensors', '.pkl'])
|
||||
|
||||
|
||||
@dataclasses.dataclass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user