Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to Amazon bedrock for nft image generation #15

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

malte-aws
Copy link
Contributor

Issue #, if available: n/a

Description of changes:
Lambda function to generate images now uses Amazon Bedrock instead of Stable Diffusion model hosted as Amazon SageMaker endpoint. This simplifies the deployment of the workshop because Amazon Bedrock is accessible through an API.

This means the module2 SageMaker endpoint chapter could be complety removed from the workshop.

The workshop needs some new text telling the participant to turn on access for the stability.stable-diffusion-xl-v0 foundation model in the console of their workshop account. See also https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html.

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

David Dornseifer and others added 19 commits August 31, 2023 13:29
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.11.3 to 6.11.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/commits)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
…yarn/module2/graph_indexer/subgraph/sentences/protobufjs-6.11.4

Bump protobufjs from 6.11.3 to 6.11.4 in /module2/graph_indexer/subgraph/sentences
…yarn/module2/graph_indexer/subgraph/sentences/semver-5.7.2

Bump semver from 5.7.1 to 5.7.2 in /module2/graph_indexer/subgraph/sentences
* Added check for parameter stack
* Fixed links in readme

---------

Co-authored-by: David Dornseifer <[email protected]>
Co-authored-by: David Dornseifer <[email protected]>
Fix retrieving cloud9 security group id for security group rule creat…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants