latent-diffusion icon indicating copy to clipboard operation
latent-diffusion copied to clipboard

How to Implement Multiple Condition Inputs: Semantic Image + Text

Open jijunhao opened this issue 2 years ago • 2 comments

I have constructed a dataset that includes images along with two additional conditions(semantic image and text). What should I modify the code? I noticed that in ddpm.py, a condition content is passed to the U-Net. Is this content a single condition?

Do I need to re-written the get_input()?

jijunhao avatar Jun 28 '23 08:06 jijunhao

Hi, did you get any idea?

SahadevPoudel avatar Sep 07 '23 07:09 SahadevPoudel

Hello, I would like to ask which file should be modified if only images are used as conditional input?

zy-charon avatar Nov 22 '23 07:11 zy-charon