mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Fix #23
This commit is contained in:
parent
de45dd50c5
commit
afbb8aa154
@ -75,6 +75,9 @@ class FolderNames:
|
||||
def keys(self):
|
||||
return self.contents.keys()
|
||||
|
||||
def get(self, key, __default=None):
|
||||
return self.contents.get(key, __default)
|
||||
|
||||
|
||||
class SaveImagePathResponse(NamedTuple):
|
||||
full_output_folder: str
|
||||
|
||||
Loading…
Reference in New Issue
Block a user