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

I saw the respace.py file creates a DDIM skip time step, but when I set the , the code in the test.py file does not work because there is no...

I sample get mistake on the Repaint . When i train on the guided-diffusion and after use ema_pt to smaple. Because guided-diffusion code need to change? and what do i...

It is there any config about inferring, I use the A5000 for a 256x256 image, it costs 9min, WTF!!!

Dear reaserchers, please also consider checking our newly introduced face inpainting method to address the symmetry problems of general inpainting methods by using swin transformer and semantic aware discriminators. Our...

Hello, I'm encountering an issue with the model and I was hoping to seek some assistance to resolve it. I have an image that is inputted into the model, which...

Hi,andreas,At first ,I am excited about what u have done in this paper, It's a great progress for diffusion model repaint. I want to know things about how to evaluate...

hello,sir,thanks for your interesting work!!! I am preparing training a model on celeba-hq,but i do not find some tips for it, can you tell me which code can i refer...

Hi, hello, why do I execute it python test.py --conf_path confs/face_example.yml,The final result is this. root@autodl-container-085311853c-58f07e12:~/RePaint-main# python test.py --conf_path confs/face_example.yml Start face_example Traceback (most recent call last): File "test.py", line...

![0139](https://user-images.githubusercontent.com/39080259/221144952-00454b9c-eada-4d7b-be1d-0d3e8c749ad4.png) ![0139](https://user-images.githubusercontent.com/39080259/221144900-8164aada-a8bf-48a7-96e6-9876724ece2e.png)

In guided_diffusion.unet.py file, the method count_flops() of 2 classes (QKVAttentionLegacy class and QKVAttention class) need a function with signature count_flops_attn(model, _x, y). The method is not been called, so there...