alexopus / ComfyUI-Image-Saver

Save images with Civitai-compatible generation metadata in ComfyUI
MIT License
49 stars 8 forks source link

[Bug] sampler_name turned into error #36

Closed AlUlkesh closed 2 months ago

AlUlkesh commented 2 months ago

I just updated to the latest commit and now all my Image Saver nodes have this red error mark on "sampler_name":

image

Any idea what might have happened?

alexopus commented 2 months ago

Most likely you need to connect the string output (second one from the sampler selector) instead of the typed one (first). Also, recreate the sampler selector node to get the correct name. If it doesn't help, try recreating the saver node.

AlUlkesh commented 2 months ago

Thanks. I got it working by converting sampler_name to widget and back again.