-
Notifications
You must be signed in to change notification settings - Fork 342
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
Depth 2 Image #157
Comments
100% |
Hey @pharmapsychotic -- I took a lot at your PRs #166, #168, #171 and tried to use your branch anima_stable. It is correct that the grpc.stability.ai:443 doesn't support I tried this:
but got this error:
I also tried your animation notebook but got this error with
I then tried I'm very excited use depth-to-image for my application (nice results w/ self hosting, but not enough scale to justify keeping a GPU running 24/7 at this time). Do you know if there is a way for me to help with testing / development (and if there is a way to locally host the API or get a staging API key)? If I can't self host or develop on staging would you support the idea of splitting the depth2image work from the animation work (which seems like it has many more moving parts)? Could this help accelerate getting depth2image into main? Really love your work and would love to help out if I can! |
Hi Jack! You're correct these endpoints are not available in production yet. For your use case would you be providing depth maps your self or like them to be computed for you? |
I'd be more than happy either way. Probably it is marginally more convenient at this stage to get them computed for me, but I am also comfortable running AdaBins/MiDaS myself and in the future it would be helpful to be able to manipulate the depth maps on my end before sending them to Stability. |
Any updates on this? |
It is used as part of the animation pipeline but has not been documented or called out as a separate feature yet. There are newer techniques which give better results and more control which are coming so I think that's what we'll be promoting for people to use instead. You can see the animation generating depth from image https://github.com/Stability-AI/stability-sdk/blob/main/src/stability_sdk/animation.py#L382 and then using the |
Any plans to support depth2image via the API?
The text was updated successfully, but these errors were encountered: