Open wangxiaodong1021 opened 1 year ago
If no trained_ddpm_checkpoint exists for your data, you may need to train it by yourself using UNet. We will update the code to support regular ddpm training later.
Could you share the code for regular ddpm training? I want to train this model with my custom dataset, thanks
We have updated the regular ddpm training code.
To train your own ddpm, you should add or modify following files:
After training, you may extract checkpoint.pt ("ema_denoise_fn") and config.yml into pre-trained-dpms folder, like other existing ones.
How to get the trained_ddpm_checkpoint of custom data?