andreas128 / RePaint

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

resample_betas in respace.py and questions on how to use 512x512 png as input? #18

Open Simon006 opened 2 years ago

Simon006 commented 2 years ago

guided diffusion/respace.py

I can't find any definition of the function "resample_betas"

I changed the img_size and the num_chan in the .yml files in confs, but I still can't figure out how to adapt the 512x512 png as input

Can you help me or give me some tips?

andreas128 commented 1 year ago

Does this answer help?