This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Replies: 1 comment
-
It's hard to tell without knowing what the image was, like it's filetyoe and stuff. However this does look like an error with base ComfyUI, not was node suie. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run a workflow with this node but it keeps giving me an error. I thought I knew what the problem was but after trying numerous file paths, image types, and names I don't know what else to try. Any help would be greatly appreciated. The error code is:
File "C:\Users\dwatz\OneDrive\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\Users\dwatz\OneDrive\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 83, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "C:\Users\dwatz\OneDrive\Desktop\ComfyUI_windows_portable\ComfyUI\execution.py", line 76, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "C:\Users\dwatz\OneDrive\Desktop\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1296, in save_images
full_output_folder, filename, counter, subfolder, filename_prefix = folder_paths.get_save_image_path(filename_prefix, self.output_dir, images[0].shape[1], images[0].shape[0])
Beta Was this translation helpful? Give feedback.
All reactions