nerdyrodent/CLIP-Guided-Diffusion

x_in = out['pred_xstart'] * fac + x * (1 - fac)

ksOAn6g5 opened this issue · 1 comments

Thanks for your repo! I want to know what the following equation means: x_in = out['pred_xstart'] * fac + x * (1 - fac)

@ksOAn6g5 Have you figured it out? Can you share your understanding?