openai / guided-diffusion

MIT License
6.03k stars 803 forks source link

Why not using "pred_xstart". #53

Closed JiamingLiu-Jeremy closed 2 years ago

JiamingLiu-Jeremy commented 2 years ago

A quick question:

What's the difference between "pred_xstart" and ”sample“ in p_sample function. I found the results from "pred_xstart" is much better than "sample" .

Thanks.