Update stuff...

This commit is contained in:
Francesco Bellini 2025-10-05 12:51:57 +02:00
parent f3c753de3f
commit 8d6cdfdcc9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from nodes.prompts import DOC_SaveImageAndAddToHistory
from nodes.Prompts import DOC_SaveImageAndAddToHistory
# A dictionary that contains all nodes you want to export with their names

View File

@ -47,7 +47,7 @@ class DOC_SaveImageAndAddToHistory:
OUTPUT_NODE = True
CATEGORY = "image"
CATEGORY = "DOC"
DESCRIPTION = "Saves the input images to your ComfyUI output directory and store prompt-image mapping in a global history file."
def save_images(self, images, filename_prefix="ComfyUI", llm_prompt=None, final_prompt=None, steps=None, cfg=None, prompt=None, extra_pnginfo=None):