stable_diffusion_free 0.0.2
stable_diffusion_free: ^0.0.2 copied to clipboard
A simple Flutter package for generating AI images using Stable Diffusion API. Just provide a text prompt and get an image! Free to use with 5 requests per minute limit.
0.0.2 #
- Add 15s initial wait and 10s pending polling backoff
- Replace prints with
loggingpackage - Readme: add sample image and developer credit
- Cleanup: enum models, simpler API
0.0.1 #
- Initial release
- Support for 8 different Stable Diffusion models
- Simple API for generating images
- Progress tracking with logging
- Example app included
- Free usage with 5 requests per minute limit