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

Which Node? #10

Open
gonzalu opened this issue Jul 7, 2024 · 4 comments
Open

Which Node? #10

gonzalu opened this issue Jul 7, 2024 · 4 comments

Comments

@gonzalu
Copy link

gonzalu commented Jul 7, 2024

Hi, which node in ComfyUI now saves webp? I can only find SaveAnimatedWEBP which does not work the same as Save Image node :(

Thank you.

@Lex-DRL
Copy link

Lex-DRL commented Jul 19, 2024

Still no response?

@Lex-DRL
Copy link

Lex-DRL commented Jul 19, 2024

Moreover, I tried SaveAnimatedWEBP - and it does indeed save single images.

BUT! It doesn't seem to save metadata (at least, webp images generated by it can't be loaded the same way as the ones generated by this repo's custom node). Which is a real deal-breaker to me.

@Lex-DRL
Copy link

Lex-DRL commented Jul 19, 2024

UPD:
When this custom node is installed, it breaks built-in mechanism for loading workspace from webp. So...

Warning

You DO NOT need this custom node. If you have installed it previously, remove it right now:

  • delete the entire custom_nodes/ComfyUI-Saveaswebp folder;
  • under web/extensions/webpinfo folder, also delete webpinfo.js file. It should be the only file in the folder, so you should remove the empty folder itself, too.

What you need instead is:

  1. Having a single image in the input connection (not a seqence of them).
  2. Connecting it to a built-in SaveAnimatedWEBP node. It saves static webp images with no problem.
  3. As a bonus, you get extra option for compression method.
  4. If you really want to indicate that node as "static" for yourself, you can set fps to 1.0 or 0.0 (but it's not necessary in any way).

screenshot

@AlterMann3
Copy link

When we perform a batch (multiple image) save with SaveAnimated WEBP, images are saved in same file. How can we save separately?

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

3 participants