Skip to content

Commit ebb5849

Browse files
authored
Made this node an output node
1 parent 8bb8069 commit ebb5849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nodes/fl_image_caption_saver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def INPUT_TYPES(cls):
1818
RETURN_TYPES = ("STRING",)
1919
FUNCTION = "save_images_with_captions"
2020
CATEGORY = "🏵️Fill Nodes/utility"
21+
OUTPUT_NODE = True
2122

2223
def save_images_with_captions(self, images, folder_name, caption_text, overwrite):
2324
# Ensure output directory exists

0 commit comments

Comments
 (0)