mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-28 15:20:25 +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"
|
CATEGORY = "language"
|
||||||
FUNCTION = "execute"
|
FUNCTION = "execute"
|
||||||
OUTPUT_NODE = True
|
OUTPUT_NODE = True
|
||||||
|
RETURN_TYPES = ()
|
||||||
|
|
||||||
def get_save_path(self, filename_prefix) -> SaveImagePathResponse:
|
def get_save_path(self, filename_prefix) -> SaveImagePathResponse:
|
||||||
return folder_paths.get_save_image_path(filename_prefix, folder_paths.get_output_directory(), 0, 0)
|
return folder_paths.get_save_image_path(filename_prefix, folder_paths.get_output_directory(), 0, 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user