aws-samples / amazon-bedrock-workshop

This is a workshop designed for Amazon Bedrock a foundational model service.
https://catalog.us-east-1.prod.workshops.aws/workshops/a4bdb007-5600-4368-81c5-ff5b4154f518/en-US/20-intro
MIT No Attribution
1.34k stars 576 forks source link

Fixed issues in the outpainting with titan #175

Closed arlotito closed 7 months ago

arlotito commented 7 months ago

Issue #, if available: 1- 'image_4_b64_str' variable does not exist, 'image_5_b64_str' should be used instead 2- 'black' and 'white' are inverted in the outpainting mask. As a result, the image created by titan is wrong

Description of changes: 1- use 'image_5_b64_str' instead of 'image_4_b64_str' 2- swap 'black' and 'white'

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

sunbc0120 commented 7 months ago

duplicate and will be fixed by #169