api-interfaces icon indicating copy to clipboard operation
api-interfaces copied to clipboard

Are style presets for SDXL available via the grpc API?

Open kashr opened this issue 1 year ago • 2 comments

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

kashr avatar Apr 19 '23 22:04 kashr

Also interested in this

webmonch avatar Apr 27 '23 18:04 webmonch

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

pharmapsychotic avatar May 15 '23 19:05 pharmapsychotic