AlUlkesh / sd_save_intermediate_images

Save intermediate images during the sampling process
The Unlicense
110 stars 17 forks source link

Saves #1

Closed Rogal80 closed 1 year ago

Rogal80 commented 1 year ago

Hi, great extension :)

Is there any chance to not save image with denoise at N00 just what is set by user?

Right now I am setting N30 but it savings 3 image one with N00 , N30 , and final

AlUlkesh commented 1 year ago

You mean, just skip the 00-step? So, if I set it to N10 with 40 steps, just to save N10, N20, N30 (plus the final as normally)?

Rogal80 commented 1 year ago

Yep, that's correct—also, if you can rename Save every N images to Save Image every N Steps ? It will be more understandable

Rogal80 commented 1 year ago

btw this will solve my issue :) https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/983 :) thx

Rogal80 commented 1 year ago

any chance to have a check box for skipping the final image ?

AlUlkesh commented 1 year ago

I just comitted the skip-the-000-step.

I'm afraid I don't think I can skip the final (normal) image save from my extension. That would probably require a change in processing.py. But I'll think about it some more.

Rogal80 commented 1 year ago

Big THX :)