Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred when executing Image Save with Prompt File (WLSH): #12

Open
vxkj1211 opened this issue Oct 23, 2023 · 0 comments
Open

Error occurred when executing Image Save with Prompt File (WLSH): #12

vxkj1211 opened this issue Oct 23, 2023 · 0 comments

Comments

@vxkj1211
Copy link

Error occurred when executing Image Save with Prompt File (WLSH):

unknown file extension: .100

File "D:\Blender_ComfyUI\ComfyUI\execution.py", line 153, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\Blender_ComfyUI\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 "D:\Blender_ComfyUI\ComfyUI\execution.py", line 76, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "D:\Blender_ComfyUI\ComfyUI\custom_nodes\wlsh_nodes\wlsh_nodes.py", line 1397, in save_files
paths = self.save_images(images, output_path,filename,comment, extension, quality, prompt, extra_pnginfo)
File "D:\Blender_ComfyUI\ComfyUI\custom_nodes\wlsh_nodes\wlsh_nodes.py", line 1439, in save_images
img.save(os.path.join(output_path, file))
File "D:\Blender_ComfyUI\python_embeded\lib\site-packages\PIL\Image.py", line 2411, in save
raise ValueError(msg) from e

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant