Question about time embedding

Hello,
If you were to define a diffuser using an MLP and not a CNN, would you concatenate time embeddings or add them as it is done in the diffusers library ?
Thanks

hey @StableDiffuser317 you could theoretically do either in both cases as long as the tensor algebra is constructed with the correct dimensions. If it’s a good idea or not is not mine to say :slight_smile: