SeargeDP / SeargeSDXL

Custom nodes and workflows for SDXL in ComfyUI
https://civitai.com/models/111463
MIT License
787 stars 61 forks source link

feature request: save images before going to next step #70

Open VictorJulianiR opened 1 year ago

VictorJulianiR commented 1 year ago

when you upscale, or ou high-res fix, or even the detailer fix, in version 4.1 we always have to wait until the whole workflow is finished before saving the intermediate images

it would be nice if it saved incrementally, as for me, who have a slow gpu, if the first result is not what i'm expecting i can abort the other operations without loosing the base picture

SeargeDP commented 1 year ago

Right now that would be a larger change in the way saving is implemented. I'll consider it for a future update, but for now you should be able to use the preview to see if the image is what you expected and interrupt generating if it's not what you are expecting. The previews are populated after each generation step, so you'll see the generated image before any of the high resolution and upscale steps are done. Another alternative that I use a lot is to not enable high resolution and upscaling at first and just generate images quickly until you find one that you like, then re-generate that image with high res and upscaling enabled.

ryankhart commented 11 months ago

Another reason to consider saving image files after each intermediary step is because, if there is an out of memory error for VRAM, it aborts the whole process, and doesn't save that it's already generated successfully.

+1 for this feature request