Added experimental Depth control and preprocessing, using depth_anything model from LiheYoung. #2546
JackDainzh
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hey, how did you add your own controlnet? Did you fork the repo? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So as the title says, I've decided to add an expanded control for personal use for now which allows for depth estimation and generation based on that. The feature was previously implemented in one the abandoned forks and used Midas for that.
I am listing the results below:
I conjunction with cpds or canny it can yield pretty good and fast results. The only downside it seems Fooocus doesn't have the cache store method for preprocessed images, so everytime generation starts it processes the image again, which in case with a large model such as depth_anything_vtl14 can be a bit annoying.
So the idea is, should I consider making a pull request and polishing it further, or should we just wait until the maintainer implements his version?
Beta Was this translation helpful? Give feedback.
All reactions