Closed WilliammmZ closed 1 year ago
Hi,
Did you figure out why it uses one-step solution?
did you figure out a way to do multi-step denoising? thanks.
did you figure out a way to do multi-step denoising? thanks.
In D3DP, the train process is DDPM and the inference method is DDIM. You can get the way to do multi-step denoising or one-step denoising in the paper called DDPM and DDIM.
Thanks for your interesting work~
I would like to know some details about the reverse process. Why did you consider applying the one-step solution for the reverse process? In my opinion, the multi-step method can produce higher quality results for generation tasks.