-
Traceback (most recent call last):
File "demo.py", line 3, in
from inpaint import inpaint
File "E:\pytorch\video-object-removal\inpaint.py", line 5, in
from inpainting.model import g…
-
Thank you for your work and open-source code! I would like to ask a question, Can Differential Diffusion help improve the inpainting model? e.g `runwayml/stable-diffusion-inpainting`
-
Hi, thanks for this great repo. could you please share the code for the various use cases featured in the readme (inpainting, etc)?
-
Example code:
```python
from diffusers import AutoPipelineForInpainting, DPMSolverMultistepScheduler
import torch
from diffusers.utils import load_image, make_image_grid
from compel import Com…
-
-
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 …
-
same as the title. I have tried all the models but the result is same. I am uploading some pictures to get the idea
![inpainting_output](https://github.com/nipponjo/deepfillv2-pytorch/assets/13227679…
-
Hi BIRD Team,
First off, thanks for your awesome work on BIRD! I've developed custom nodes for ComfyUI integrating your library's capabilities.
https://github.com/nuanarchy/ComfyUI-NuA-BIRD
Cap…
-
thanks for your works,I will continue to promote it for you, hoping to reach 1000 stars as soon as possible
-
thanks for sharing this amazing work. There is an inpainting.py file in script, I wonder if you also trained on the inpainting task model. if so, where do i get "models/ldm/inpainting_big/last.ckpt" f…