consistency-models icon indicating copy to clipboard operation
consistency-models copied to clipboard

Why consistency.py line 332 add a offset to every timestep?

Open Hellcatzm opened this issue 1 year ago • 0 comments

On file consistency.py line 332 “_timesteps = [t + self.bins_max // ((steps - 1) * 2) for t in _timesteps]”, could you tell me where is this line from?Is the formula in paper “Elucidating the Design Space of Diffusion-Based Generative Models”?

Hellcatzm avatar May 09 '23 09:05 Hellcatzm