Stability-AI / api-interfaces

Interface definitions for API interactions between components
140 stars 78 forks source link

Are style presets for SDXL available via the grpc API? #76

Open kashr opened 1 year ago

kashr commented 1 year ago

We see that it is available via the REST APIs. Is this available via gRpc because we did not see it documented.

webmonch commented 1 year ago

Also interested in this

pharmapsychotic commented 1 year ago

It's currently sent via the extras field on the Request. For example: https://github.com/Stability-AI/stability-sdk/blob/1e85abd65a641dc153e94e19274651c58a1b882e/src/stability_sdk/api.py#L171 and the available presets: https://github.com/Stability-AI/stability-sdk/blob/1e85abd65a641dc153e94e19274651c58a1b882e/src/stability_sdk/animation.py#L81