mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 14:50:49 +08:00
Fix missing RETURN_TYPES symbol
This commit is contained in:
parent
9e8bb0b297
commit
84c4a82a95
@ -627,6 +627,7 @@ class SaveString(CustomNode):
|
||||
CATEGORY = "language"
|
||||
FUNCTION = "execute"
|
||||
OUTPUT_NODE = True
|
||||
RETURN_TYPES = ()
|
||||
|
||||
def get_save_path(self, filename_prefix) -> SaveImagePathResponse:
|
||||
return folder_paths.get_save_image_path(filename_prefix, folder_paths.get_output_directory(), 0, 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user