andreas128 / RePaint

Official PyTorch Code and Models of "RePaint: Inpainting using Denoising Diffusion Probabilistic Models", CVPR 2022
1.94k stars 157 forks source link

The declaration of method "resample_betas" is missing. #50

Open ByskyXie opened 9 months ago

ByskyXie commented 9 months ago

Hi, I noticed that the declaration of 'resample_betas' (lines 100) is missing in 'guided_diffusion/respace.py'. Could you please provide more details about the declaration of this method? Thank you.

danganyuan commented 4 months ago

Hello, I also encountered this problem. Did you manage to solve it? If so, could you please tell me how you resolved it?

ByskyXie commented 4 months ago

Hello, I also encountered this problem. Did you manage to solve it? If so, could you please tell me how you resolved it?

Sorry, I've not solved this problem yet, may you could set conf.respace_interpolate as False?