-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
enhancementNew feature or requestNew feature or requestpendingPending ComfyUI or custom node changesPending ComfyUI or custom node changestranspiler
Description
Not transpiled, also when I added the "was node suite image save" to my script manually and ran the script it embedded the whole script to the image and not the workflow.
ImageSave(
image, # images: Image,
path, # output_path: str = '[time(%Y-%m-%d)]',
'ComfyUI', #filename_prefix: str = 'ComfyUI',
'_', #filename_delimiter: str = '_',
4, #filename_number_padding: int = 4,
'false', #filename_number_start: ImageSave.filename_number_start = 'false',
'webp', #extension: ImageSave.extension = 'png',
80, #quality: int = 100,
'true', #lossless_webp: ImageSave.lossless_webp = 'false',
'false', #overwrite_mode: ImageSave.overwrite_mode = 'false',
'false', #show_history: ImageSave.show_history = 'false',
'true', #show_history_by_prefix: ImageSave.show_history_by_prefix = 'true',
'true', #embed_workflow: ImageSave.embed_workflow = 'true',
'true', #show_previews: ImageSave.show_previews = 'true'
)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpendingPending ComfyUI or custom node changesPending ComfyUI or custom node changestranspiler