RePaint icon indicating copy to clipboard operation
RePaint copied to clipboard

Official PyTorch Code and Models of "RePaint: Inpainting using Denoising Diffusion Probabilistic Models", CVPR 2022

Results 44 RePaint issues
Sort by recently updated
recently updated
newest added

Hello, When i finished "setup"(instruction in README.md), i get this error: [void@linux RePaint]$ prime-run python3 test.py --conf_path confs/face_example.yml Start face_example Traceback (most recent call last): File "/home/void/Downloads/RePaint/test.py", line 180, in...

Hi, authors! Thank you for releasing your work! Could you tell me which parameters are related to '4.2 Resampling' in configs? Could you please explain in detail the relevant parameters?...

- Yoy specifiy in Algorithm 1, line 5, that the alpha prod is based on t, which is the current timestep of the flow. Since you are joining x_unknown and...

i find the unet in https://github.com/openai/improved-diffusion is different from yours in the project ,can you help me? @andreas128 @freddy1020

I tried switching the config variable of use_ddim to True. I got AttributeError: 'SpacedDiffusion' object has no attribute 'ddim_sample_loop'

I want to use the celebA ckpt (with masks), but use a condition on the mask (like the classifier for the imagenet ckpt). for example, use the desired mean pixel...

Hey @andreas128 ! 👋 This pull request adds another demo to your model, which runs inside a Docker environment using an open source tool called [Cog](https://github.com/replicate/cog) to make this process...

FileNotFoundError: [Errno 2] No such file or directory: './data/pretrained/celeba256_250000.pt'

I failed in running "download.sh", so I run the command in the .sh line by line. `wget https://openaipublic.blob.core.windows.net/diffusion/jul-2021/256x256_diffusion.pt` : That succeed `gdown https://drive.google.com/uc?id=1norNWWGYP3EZ_o05DmoW1ryKuKMmhlCX` : That failed with *** raise ConnectionError(e,...