JimmyLv / aws-sage-maker-stable-diffusion-next.js

🎨 AWS Sage Maker Stable Diffusion DEMO for Next.js

Home Page:https://aws-sage-maker-stable-diffusion-next-js.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 AWS Sage Maker Stable Diffusion DEMO

A simple web app for painting with Stable Diffusion using the AWS SageMaker Inference Endpoint.

Try my online #AutoMV application at BibiGPT.co

This demo app is hosted at https://sd.aitodo.co but without AWS tokens (because it would cost a lot! 🀣)

How it works

πŸ’πŸš€ This is a Node.js app! It's powered by:

Development

Prerequisites:

  1. Recent version of Node.js
  2. SageMaker Inference Endpoint
  3. AWS Identity and Access Management (IAM)

Set your AWS token in your environment:

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=

Then install dependencies and run the server:

npm install
npm run dev

Open http://localhost:3000

About

🎨 AWS Sage Maker Stable Diffusion DEMO for Next.js

https://aws-sage-maker-stable-diffusion-next-js.vercel.app

License:MIT License


Languages

Language:Jupyter Notebook 55.3%Language:JavaScript 35.3%Language:HTML 4.7%Language:Python 3.3%Language:CSS 1.4%