gwang-kim / DiffusionCLIP

[CVPR 2022] Official PyTorch Implementation for DiffusionCLIP: Text-guided Image Manipulation Using Diffusion Models
Other
785 stars 113 forks source link

Request the code to train the Diffusion Model #18

Closed ZERO2ER0 closed 1 year ago

ZERO2ER0 commented 1 year ago

Hi, you work is amazing and inspiring. I am following your great work and trying to train the diffusion model in another dataset. Could you help with training code? Thank you very much.

gwang-kim commented 1 year ago

Thanks for your interest in our research! My code is based on SDEdit repo(https://github.com/ermongroup/SDEdit) which is based on DDIM repo (https://github.com/ermongroup/ddim). You can find the code of training diffusion models in DDIM repo.

ZERO2ER0 commented 1 year ago

Thank you very much! I wish you every success in your research

On Sep 15, 2022, at 12:51, Gwanghyun (Bradley) Kim @.***> wrote:

the code of training diffusion models in DDIM repo.