You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I met an issue that when I use ddim for the decoder sampling, the pics don't look good.
When I change the sample step to 1000, it comes to the following result.
Could I ask how to fix it?
Hi, I met an issue that when I use ddim for the decoder sampling, the pics don't look good.
When I change the sample step to 1000, it comes to the following result.
Could I ask how to fix it?
The following is the ddim part of my code.
` def p_sample_loop(self, unet, shape, image_embed, predict_x_start = False, learned_variance = False, clip_denoised = True, lowres_cond_img = None, text_encodings = None, text_mask = None, cond_scale = 1, is_latent_diffusion = False):
device = self.betas.device
The text was updated successfully, but these errors were encountered: