nerdyrodent / CLIP-Guided-Diffusion

Just playing with getting CLIP Guided Diffusion running locally, rather than having to use colab.
Other
380 stars 48 forks source link

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

Open ksOAn6g5 opened 1 year ago

ksOAn6g5 commented 1 year ago

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

EveningLin commented 7 months ago

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