-
Traceback (most recent call last):
File "/home/studio-lab-user/.conda/envs/fooocus/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict
output = await app.get_blocks().proc…
-
The Face Inpainting is working perfectly with provided examples, but it is not at all working with custom made datasets.
As mentioned in earlier comments that the Face Inpainting checkpoint is not…
-
Merging a pix2pix or inpainting model with a normal model yet does not work. We need to catch dimension mismatches in the shapes of the tensors and take appropriate action. We need to look around on g…
ljleb updated
8 months ago
-
I wonder what is inpainting_mask in the use of Zero-shot Inpainting? We should mask the raw_pil_image first? And the model will inpaint the mask part? Thanks a lot!
-
python generate_image.py --network "E:\\MAT Image Inpainting\\MAT\\pretrained\\CelebA-HQ_512.pkl" --dpath "C:\\Users\\spx016\\Downloads\\data\\img" --outdir "C:\\Users\\spx016\\Downloads\\" --mpath…
-
Hi, I tried on an 1080X1920 image with a large area-filled mask. The results seems not ok to me:
![1](https://user-images.githubusercontent.com/22444122/126511728-abb7ed18-8f39-46ae-bbfb-bb90ca454…
-
Running
```
python grounded_sam_inpainting_demo.py \
--config GroundingDINO/groundingdino/config/GroundingDINO_SwinT_OGC.py \
--grounded_checkpoint groundingdino_swint_ogc.pth \
--sam_che…
-
### Describe the bug
SD inpainting works fine only if mask is absolutely perfect.
Otherwise, there are always visible seams at the edge of the mask, and uneven colors between inpainted and input…
-
Is the code for inpainting correctly supported in the current codebase ? It is not giving good results for us.
Can you kindly check ?
-