Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this be used with aDetailer? #26

Open
andupotorac opened this issue Feb 24, 2024 · 4 comments
Open

Can this be used with aDetailer? #26

andupotorac opened this issue Feb 24, 2024 · 4 comments

Comments

@andupotorac
Copy link

As you know aDetailer automatically passes through an image and detects the faces and the hands, and it then inpaints on them what you ask it to. I'm curious if this could be used with it, so that when it passes through it fixes the hands with HandRefiner.

@andupotorac
Copy link
Author

Another question - could this work with feet also?

@wenquanlu
Copy link
Owner

Hi, for using it with aDetailer, you can find more information on this post Mikubill/sd-webui-controlnet#2400

For the question about feet, the same technique is also applicable to feet, but we need a different image-to-mesh reconstruction model, (the hand meshgraphormer will not work in this case). You can try other whole-body reconstruction models and only extract the foot mesh, or try the reconstruction model specifically for feet (which is rarer). It is a do-able task from the technical perspective, but it requires some engineering and experimentation to make it work.

@andupotorac
Copy link
Author

Hi, for using it with aDetailer, you can find more information on this post Mikubill/sd-webui-controlnet#2400

For the question about feet, the same technique is also applicable to feet, but we need a different image-to-mesh reconstruction model, (the hand meshgraphormer will not work in this case). You can try other whole-body reconstruction models and only extract the foot mesh, or try the reconstruction model specifically for feet (which is rarer). It is a do-able task from the technical perspective, but it requires some engineering and experimentation to make it work.

Thanks for the link regarding aDetailer. I hope someone picks up the slack on the feet effort, as my skills aren't there! :)

@andupotorac
Copy link
Author

@wenquanlu I wanted to follow-up on the Foot Refiner idea, as I found a data set I believe you might be able to use:

  1. https://github.com/OllieBoyne/Foot3D
  2. https://github.com/OllieBoyne/FIND

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants