AlUlkesh / sd_save_intermediate_images

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

[Feature Request] Auto Steps Generation #13

Closed totalschaden closed 1 year ago

totalschaden commented 1 year ago

Would it be possible to add an option to Generate Images of specific seed with a selectable Step range, and generate every x Steps to make a gif ?

Also have optional intermediate images on/off to save in a folder with all steps too.

Something like this: https://i.imgur.com/OWno74z.gif

AlUlkesh commented 1 year ago

I'm afraid I don't quite get what you mean. Your example looks like different prompts / a changing prompt? Can you elaborate please?

totalschaden commented 1 year ago

Its all the same Prompt and Seed, just different Steps.

I made this today its Step 2-90, in total it includes 8 seeds (8x 2-90)

https://imgur.com/1h19K2p

AlUlkesh commented 1 year ago

Let's see if I'm understanding correctly. For example:

?

totalschaden commented 1 year ago

Yep, where seed to use could be 1 number then increase by batch (if used) or batch 8 and 8 seeds given, use given seeds

Once done optional, make gif per Img or Single Gif of all.

Save all Images in Seperated Folder (The Step Images all together)

AlUlkesh commented 1 year ago

I thought about this, but I think I'd pretty much would have to rewrite from the ground up to accomplish it. It would have to work more like the x/y-Script. Currently it hooks into the processing, while this would have to be further "out".

However, I have implemented a "Start at image". So you could combine this extension with x/y and set the seeds there.