stability-sdk
stability-sdk copied to clipboard
Diffusion 3 Support on Python SDK
Hi
As Stable Diffusion 3.0 has been released, is there any plan to support Diffusion 3.0 on this Python SDK? If we want to migrate to Diffusion 3.0 using Python now, do I have to call POST directly on https://api.stability.ai/v2beta/stable-image/generate/sd3?
We were very excited to see Diffusion 3.0 released. Hope to migrate to it soon!
Thank you.
Hey @ZhimaoLin , SD3 and Stable Image services are only available with the v2 REST API and there's Python code samples using requests library on the platform site https://platform.stability.ai/docs/api-reference#tag/Generate/paths/~1v2beta~1stable-image~1generate~1sd3/post They are not accessible by the gRPC API which the Python SDK wraps.
Thank you!