We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb8069 commit ebb5849Copy full SHA for ebb5849
nodes/fl_image_caption_saver.py
@@ -18,6 +18,7 @@ def INPUT_TYPES(cls):
18
RETURN_TYPES = ("STRING",)
19
FUNCTION = "save_images_with_captions"
20
CATEGORY = "🏵️Fill Nodes/utility"
21
+ OUTPUT_NODE = True
22
23
def save_images_with_captions(self, images, folder_name, caption_text, overwrite):
24
# Ensure output directory exists
0 commit comments