CompVis / stable-diffusion

A latent text-to-image diffusion model
https://ommer-lab.com/research/latent-diffusion-models/
Other
66.51k stars 9.97k forks source link

Calculation of timesteps for img2img tasks. #845

Open okaris opened 2 months ago

okaris commented 2 months ago

Coming from the diffusers repo about a discussion about how timesteps are chosen for img2img tasks, I was wondering about the reasons for filtering the timesteps based on strength value vs choosing an initial step based on strength and calculating the timesteps from that.

Please see discussion details here:

https://github.com/huggingface/diffusers/issues/7651