Skip to content
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

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

Open
kashr opened this issue Apr 19, 2023 · 2 comments
Open

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

kashr opened this issue Apr 19, 2023 · 2 comments

Comments

@kashr
Copy link

kashr commented Apr 19, 2023

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

@kashr kashr changed the title Is style presets for SDXL available via the grpc API? Are style presets for SDXL available via the grpc API? Apr 20, 2023
@webmonch
Copy link

Also interested in this

@pharmapsychotic
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants