thedyze / save-image-extended-comfyui

Extended Save node for ComfyUI
66 stars 6 forks source link

[feature request] outputs #2

Closed drago87 closed 8 months ago

drago87 commented 9 months ago

Would be nice to have an string output for folder name and file name if possible

thedyze commented 9 months ago

Can you describe in more detail the functionality you want?

Den tis 10 okt. 2023 kl 16:20 skrev drago87 @.***>:

Would be nice to have an string output for folder name and file name if possible

— Reply to this email directly, view it on GitHub https://github.com/thedyze/save-image-extended-comfyui/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARF2J4JYP3BVUJKZNAR24R3X6VKUNAVCNFSM6AAAAAA52OLSJ2VHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZTKNBYGE4TGNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

drago87 commented 9 months ago

when it saves the image you have an optional output for the folder name and file name so you can for example save a text file of the same name in the same folder The positive and negative prompts would be nice to

thedyze commented 9 months ago

Not following, this is exactly what this node does? :)

drago87 commented 9 months ago

Ment a node output so you can add something after the image save

thedyze commented 9 months ago

Add something to the folder you mean? What did you have in mind to save in the text file? Regarding the prompt, the 'save_job_data' option can save the prompts in the generated folder

drago87 commented 9 months ago

one thing you could save is if you upscale a image you can have the input image resolution in addition to the output image or you can just some notes

thedyze commented 9 months ago

By adding the 'basic' option to the save_job_data, the input resolution is saved.

I guess a string input could be added, that way you could add custom text you wanted and save it to the json file with each generated job. Maybe something to add if there is more interest in it.

thedyze commented 9 months ago

I have now added a 'job_custom_text' parameter. Can be converted to an input. This way it's possible to save any text along with the rest of the job in the generated json.