Cheng Lu

Results 28 comments of Cheng Lu

Here are some of my own suggestions: 1. For few-step guided sampling, I still recommend using multi-step DPM-Solver++. 2. For obtaining a converged sample with a faster convergence rate, I...

Here are some examples for comparing multi-step and single-step DPM-Solver++ (2nd order, midpoint): ![1](https://user-images.githubusercontent.com/25171708/204151299-68af7203-b5ca-4d49-b3b9-a308243de475.png) ![2](https://user-images.githubusercontent.com/25171708/204151311-d4aa5a51-f7d6-4edb-afc9-45c37908061b.png) ![3](https://user-images.githubusercontent.com/25171708/204151336-d0737421-098d-43cf-891a-fa830f0ed1f8.png) ![4](https://user-images.githubusercontent.com/25171708/204151345-55263b7b-ead7-4750-822e-daad51f3793f.png)

No problem. I will add tests and flax version implementations :)

Hi @qsh-zh , The comparison seems not fair because I used your `t-AB-DEIS` in my paper :( Is the `log-rho-DEIS` better than `t-AB-DEIS` or DPM-Solver? (On CIFAR-10 it seems that...

Hi @qsh-zh , Thank you for modifying the message. I'm sorry that I find the above comments I left seem to be too rude. I must say I apologize for...

Hi guys, Hope you are doing well. Happy to know that you all approve my implementation for the multi-step DPM-Solver & DPM-Solver++. I'm also thinking about the implementation of single-step...

Hi guys @keturn @hafriedlander @patrickvonplaten @pcuenca , I've implemented a pytorch version of single-step DPM-Solver in this PR: https://github.com/huggingface/diffusers/pull/1442 Is it good for you? Looking forward to further discussions!

In addition, I even think that we may unify the implementations of all the schedulers because it seems that they all can be understood as the above process, and the...

I think one of the reasons is that `k-diffusion` uses a clean and easy wrapper for the whole solver. Maybe we can also wrap the schedulers into **one** file by...

Please check this example code:https://github.com/LuChengTHU/dpm-solver/tree/main/examples/ddpm_and_guided-diffusion