dome272 / Diffusion-Models-pytorch

Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
Apache License 2.0
1.11k stars 256 forks source link

Conditional constraints on training process and inference process. #40

Open wattting opened 9 months ago

wattting commented 9 months ago

I want to control the condition to produce the resulting image that I want, should I add conditions to both the training process and the reasoning process to constrain it, and who has made improvements to that.