Zhao Haiyu
Results
2
comments of
Zhao Haiyu
I derivate from the EulerDiscreteScheduler and obtain the results as follows: `denoised_latents = model_pred * (-sigma / (sigma**2 + 1) ** 0.5) + (noisy_latents / (sigma**2 + 1))` `predicted_noise =...
Yes. And DDIM needs to take pred_noise and model_pred as input.