Thank you for sharing! This code helps me a lot. When using this code to finetune SVD, I have some questions with the noise sample. The noise sampling in this code is as following: `sigmas = rand_cosine_interpolated(shape=[bsz,], image_d=image_d, noise_d_low=noise_d_low, noise_d_high=noise_d_high, sigma_data=sigma_data, min_value=min_value, max_value=max_value).to(latents.device)` `sigmas = sigmas[:, None, None, None, None]` `noisy_latents = latents + noise * sigmas` I want to know if I can replace this simply with a diffusers noise scheduler such as DDPMScheduler? Hope to get your help!
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by Pandint and has received 3 comments.