Update stuff...
This commit is contained in:
parent
f3c753de3f
commit
8d6cdfdcc9
@ -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
|
# A dictionary that contains all nodes you want to export with their names
|
||||||
|
@ -47,7 +47,7 @@ class DOC_SaveImageAndAddToHistory:
|
|||||||
|
|
||||||
OUTPUT_NODE = True
|
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."
|
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):
|
def save_images(self, images, filename_prefix="ComfyUI", llm_prompt=None, final_prompt=None, steps=None, cfg=None, prompt=None, extra_pnginfo=None):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user