Releases: aws-solutions-library-samples/guidance-for-asynchronous-inference-with-stable-diffusion-on-aws
Releases · aws-solutions-library-samples/guidance-for-asynchronous-inference-with-stable-diffusion-on-aws
v1.1.2
What's Changed
- Add callback when a job is running by @yubingjiaocn in #42
- Replace default model to SDXL-Turbo by @yubingjiaocn in #43
- Update dependency
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Bump eks blueprint to 1.15.0, CDK to 2.147.1, and other dependencies to latest version and fix bugs
- [Deploy script] Increase snapshot size to 100GB due to image size increase
- [Deploy script] Redirect output of image snapshot script to stderr for better visibility
- [CDK] Move PV and PVC to helm chart instead of standalone manifest
- [Queue agent] Add error handling when switching model but no model is loaded.
- [Queue agent] Add runtime to callback message body
- [Docs] Add docs for restrictions of API GW on China region
Queue agent image: public.ecr.aws/bingjiao/sd-on-eks/queue-agent:v1.1.1-20240628
Full Changelog: v1.1.0...v1.1.1
v1.1.0
This is the first release after migration from aws-samples/stable-diffusion-on-eks. Code in repository is identical from previous repository, and we will continue actively improve the solution on this repository.
Thank you to @dzilbermanvmw for all your efforts in the migration!