stability-sdk icon indicating copy to clipboard operation
stability-sdk copied to clipboard

Diffusion 3 Support on Python SDK

Open ZhimaoLin opened this issue 1 year ago • 1 comments

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.

ZhimaoLin avatar Apr 18 '24 11:04 ZhimaoLin

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.

pharmapsychotic avatar Apr 18 '24 16:04 pharmapsychotic

Thank you!

ZhimaoLin avatar May 14 '24 21:05 ZhimaoLin