thedyze / save-image-extended-comfyui

Extended Save node for ComfyUI
85 stars 7 forks source link

Is there a way to append a load image filename to the output filename? #22

Open jpagliaccio opened 6 months ago

jpagliaccio commented 6 months ago

Is there a way to append the image name from the Load Image node? For example using filename_keys with "load_image, ckpt_name" to get:

output/Yellow_Flower.jpg_sd_xl_turbo_1.0_001.png

audioscavenger commented 6 months ago

more or less, I can see that we have access to all the nodes but I have yet to figure out a way to capture it properly, and also explain it in the README. give me some days. new repo here

audioscavenger commented 6 months ago

yes, implemented today!

dryodryo commented 2 months ago

Hi, I can't figure out how to do this. I tried entering "image" or "load_image" and neither of those worked.

When I tried "image", I got the node badge ID in single quotes.

When I tried "load_image", I got that as a literal string.

The readme says "As long as the parameter has the same variable name defined in the prompt object they should work. "

I am not a developer and do not know how to find which variables are defined in the prompt object.

Please help, thanks