#46 · Primary category: Image Generation

stability-sdk

ai-art generative-art latent-diffusion multimodal stable-diffusion

SDK for interacting with stability.ai APIs (e.g. stable diffusion inference)

Project last updated:05/14/26

GitHub Stars

2.4K

Forks

338

Contributors

17

License

MIT

Why we included this project

This is the official Python client for Stability AI's hosted image API, so if you want Stable Diffusion models behind your own feature set without running the models yourself, it is the most direct route. It works both as an importable API class and as a command-line tool, covering text-to-image generation, upscaling, and animation, with control over samplers, CFG scale, steps, seeds, style presets, and inpainting through init and mask images. Teams sizing up Stability as a provider can get a pipeline running in minutes with the CLI before wiring the library into their own services. One thing to keep in mind: this is a client for a hosted service that needs an API key, not a self-hosted inference stack.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category