latent-diffusion
latent-diffusion copied to clipboard
Class conditioning through concatenation
Hi,
the only example I find in your code of class conditioning seems to be cin256. However there, conditioning is not performed through concatenation but rather through cross-attention. I couldn't find an example of class conditioning through concatenation and just trying to replace just the one conditioning with the other didn't work.
Did you ever try class conditioning with concatenation? If yes can you suggest a minimal working config file?
Thanks!