vvictoryuki / FreeDoM

[ICCV 2023] Official PyTorch implementation for the paper "FreeDoM: Training-Free Energy-Guided Conditional Diffusion Model"
260 stars 9 forks source link

what does eta = 0.5 mean? #19

Open DishuZ opened 4 months ago

DishuZ commented 4 months ago

Thanks for sharing the great work! I was reading the code for the project, and one of the things that confused me was what does eta = 0.5(at line 302, denoising.py) mean? I compared this code with Alg 1 and found it was different.