mueller-franzes / medfusion

Implementation of Medfusion - A latent diffusion model for medical image synthesis.
MIT License
165 stars 32 forks source link

self_cond is not used #27

Open PamixSun opened 9 months ago

PamixSun commented 9 months ago

https://github.com/mueller-franzes/medfusion/blob/4b92854dd1599edc091f9793390be4dea07b62e3/medical_diffusion/models/estimators/unet.py#L158

The else x_t should beelse self_cond, otherwise self_cond's value is not used at all in the current codes.