There are some differences in the results?
zjxcc opened this issue · 8 comments
You will get better results using the script https://github.com/dancasas/SMPLitex/blob/main/scripts/inpaint_with_A1111.py, as explained in the README. This script will erode the mask, perform inpainting, and them an img2img step to smooth out the results. You can do the same via web interface (as you are doing), but requires multiple iterations.
I got the result I wanted. I ignored the UV mask map and restored the face. Thanks for sharing such a great project.
Glad it worked! Feel free to share the results! :)
That doesn't look too bad!
Yes, I wonder if you have any other suggestions?
Play with the noise parameter of the img2img should give you different results. Also, following the parameters used in the script detailed in the README should give you the same results reported in the paper https://github.com/dancasas/SMPLitex?tab=readme-ov-file#inpaint-with-automatic1111-best-results :)
Ok,I will try it.