Replies: 1 comment 3 replies
-
Does |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
predict the noise residual
model_pred = unet(noisy_latents, timesteps, encoder_hidden_states).sample
I don't want to perform conditional embedding on the UNet network,It means not passing in the encoder_hidden_state parameter when predicting noise.What should I do? Do I need to modify the [UNet2DConditionModel] source code?
Beta Was this translation helpful? Give feedback.
All reactions