AlUlkesh / sd_save_intermediate_images

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

Support DDIM, PLMS and UNIPC #39

Open AlUlkesh opened 11 months ago

AlUlkesh commented 11 months ago

@JackeyDeng:

But it does not support DDIM, which file should I modify to support DDIM? I think its almost the same to get DDIM intermediate images, just to decode the intermediate latents?

@AlUlkesh:

When I made that extension, that just wasn't possible with the a1111 infrastructure. You could only get that information from the kdiffusion samplers.

However, I just saw this in the new a1111 release notes:

rework DDIM, PLMS, UniPC to use CFG denoiser same as in k-diffusion samplers

So, perhaps it is possible now. I'll have to look into it.

AlUlkesh commented 11 months ago

I just implemented this. All samplers should now be supported.