stability_ai_dart 1.0.3
stability_ai_dart: ^1.0.3 copied to clipboard
A comprehensive Dart library for the Stability AI REST API. Supports text-to-image, upscaling, and SD 3.0/3.5.
Changelog #
1.0.0 - 2025-01-02 #
Features #
- add background removal (0cafbdc)
- add conservative upscaler (1ffda32)
- add convenience to wrap upscaling (723e842)
- add examples (e4e519a)
- add fast upscaler (cd35ac6)
- add initial implementation of the image ultra api (c81364d)
- add result fetching for the creative upscaler (d18521c)
- add the core image generator (b12bb17)
- add the creative upscaler (e67311d)
- add the sd3 image generation (4892985)
- add upscale api (620d2ea)
- align image api with spec (bb964a0)
- extract interface for testing (01a9747)
- introduce return type for both binary and json responses (43f6063)
Bug Fixes #
0.0.1 #
- Initial release of the Stability AI Dart client library
- Support for text-to-image generation
- Support for image upscaling
- Support for SD 3.0/3.5
- Basic API client implementation with interfaces for extensibility