yang-song / score_sde_pytorch

PyTorch implementation for Score-Based Generative Modeling through Stochastic Differential Equations (ICLR 2021, Oral)
https://arxiv.org/abs/2011.13456
Apache License 2.0
1.58k stars 295 forks source link

Question about conditional generation #54

Open Icamd opened 5 months ago

Icamd commented 5 months ago

Thank you for your paper and code! I am trying to perform conditional generation using score-based diffusion model. Is it possible to apply FiLM (Feature-wise Linear Modulation) conditioning [Film: Visual reasoning with a general conditioning layer] on score-based diffusion model? And how could I edit the normal DDPM models into score-based generative models? Thank you!