mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-06-08 07:33:30 +08:00
Merge 022ceb90a1c77d1bfddd8f8d5480a77b21ac26b0 into 807538fe6c66bca8c91edbad14414fb4e109cbde
This commit is contained in:
commit
fdd607cdb9
@ -9,7 +9,7 @@ from collections.abc import Collection
|
|||||||
|
|
||||||
from comfy.cli_args import args
|
from comfy.cli_args import args
|
||||||
|
|
||||||
supported_pt_extensions: set[str] = {'.ckpt', '.pt', '.pt2', '.bin', '.pth', '.safetensors', '.pkl', '.sft'}
|
supported_pt_extensions: set[str] = {'.ckpt', '.pt', '.pt2', '.bin', '.pth', '.safetensors', '.pkl', '.sft', '.gguf'}
|
||||||
|
|
||||||
folder_names_and_paths: dict[str, tuple[list[str], set[str]]] = {}
|
folder_names_and_paths: dict[str, tuple[list[str], set[str]]] = {}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user