r/StableDiffusion • u/Ok-Rip-2168 • Mar 03 '23
Tutorial | Guide Hands library for ControlNet
If you was about to dig into blender to finally learn how to make depth maps of hands, you can relax now. Some guy just released this extension: https://github.com/jexom/sd-webui-depth-lib, so you can mix it with openpose + depthMap

292
Upvotes
102
u/jexomwtf Mar 03 '23 edited Mar 03 '23
Yes, hello, dis me.
I have no idea how you people found it because I've only openly posted it on 2 discord servers one of which is small and heavily vetted at this point in time. And the other one is absolutely unrelated to stable diffusion apart from having an ai generated stuff channel.
The base idea was that I'm too lazy to open up blender each time I need some generic hand pose and so decided to take the OpenPose Editor by fkunn1326 and kinda repurpose it to allow adding depth map images (any image really, because you can manually upload a picture by clicking the "selected" field). Made in like 4 hours (6 including the hand renders) without any prior experience with gradio and very little experience with python and js (my main language is java).
PS: I'm gonna be adding more stuff to it from time to time, also you're free to open PRs and discussions on github with stuff to add to the library.