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

Unable to save image #4

Open
JHNewton opened this issue Jun 12, 2023 · 0 comments
Open

Unable to save image #4

JHNewton opened this issue Jun 12, 2023 · 0 comments

Comments

@JHNewton
Copy link

I keep getting the follow ing error whenever I try and use save_to_webp:
!!! Exception during processing !!!
Traceback (most recent call last):
File "C:\Programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 141, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "C:\Programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 75, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "C:\Programs\ComfyUI_windows_portable\ComfyUI\execution.py", line 68, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "C:\Programs\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Saveaswebp\Save_as_webp.py", line 90, in Save_as_webp
img.save(os.path.join(full_output_folder, file), method=6 , exif= imgexif, lossless=boolloss , quality=compression) #Save as webp - options to be determined
File "C:\Programs\ComfyUI_windows_portable\python_embeded\lib\site-packages\PIL\Image.py", line 2353, in save
save_handler(self, fp, filename)
File "C:\Programs\ComfyUI_windows_portable\python_embeded\lib\site-packages\PIL\WebPImagePlugin.py", line 330, in _save
data = _webp.WebPEncode(
TypeError: function takes exactly 11 arguments (10 given)

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