aws-samples / amazon-bedrock-ai-karaoke

Amazon Bedrock AI Karaoke is an interactive demonstration of Amazon Bedrock. Users complete the prompt with the microphone and choose the best response. Powered by Amazon Bedrock, Amazon Transcribe and Amazon ECS Anywhere.
MIT No Attribution
17 stars 1 forks source link

Stability AI version has reached end of life #21

Closed virtualgill closed 1 day ago

virtualgill commented 1 month ago

When image generation is called the following error is received

ERROR: An error occurred (ResourceNotFoundException) when calling the InvokeModel operation: This model version has reached the end of its life. Please refer to the AWS documentation for more details.

In https://github.com/aws-samples/amazon-bedrock-ai-karaoke/blob/main/lib/server/server_state.py line 197, the Stability AI model id needs updated from stability.stable-diffusion-xl-v0 to stability.stable-diffusion-xl-v1

stephenhibbert commented 1 month ago

Thanks for the note @virtualgill ! Have fixed in #23