omriav / blended-latent-diffusion

Official implementation for "Blended Latent Diffusion" [SIGGRAPH 2023]
https://omriavrahami.com/blended-latent-diffusion-page/
MIT License
569 stars 34 forks source link

Any suggestions for in_channels and out_channels mismatch for noise predictor #22

Closed pykao closed 2 months ago

pykao commented 2 months ago

Hi,

Some noise predictor models' in_channels and out_channels are different, e.g., self.unet.in_channels = 8 and self.unet.out_channels = 4. Do you have idea how to deal with this situation?

BR