Hi, thanks for your work! I have a question, why need to add noise to the first frame condition? As shown in the sv3d pipeline, it did not show that any noise should be added to the first frame condition. Below is the code.
cond_sigmas = torch.Tensor([1e-5]) ## ToDocond_frames = torch.rand_like(cond_frames_without_noise) * cond_sigmas + cond_frames_without_noise
Hi, thanks for your work! I have a question, why need to add noise to the first frame condition? As shown in the sv3d pipeline, it did not show that any noise should be added to the first frame condition. Below is the code.
cond_sigmas = torch.Tensor([1e-5]) ## ToDo
cond_frames = torch.rand_like(cond_frames_without_noise) * cond_sigmas + cond_frames_without_noise