mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-04 07:52:46 +08:00
Basic Flux Schnell and Flux Dev model implementation.
This commit is contained in:
@@ -3,7 +3,7 @@ import time
|
||||
import logging
|
||||
from typing import Set, List, Dict, Tuple
|
||||
|
||||
supported_pt_extensions: Set[str] = set(['.ckpt', '.pt', '.bin', '.pth', '.safetensors', '.pkl'])
|
||||
supported_pt_extensions: Set[str] = set(['.ckpt', '.pt', '.bin', '.pth', '.safetensors', '.pkl', '.sft'])
|
||||
|
||||
SupportedFileExtensionsType = Set[str]
|
||||
ScanPathType = List[str]
|
||||
|
Reference in New Issue
Block a user