bes-dev / stable_diffusion.openvino

Apache License 2.0
1.53k stars 207 forks source link

Thanks for the repository - running it on AWS Lambda #70

Closed paolorechia closed 1 year ago

paolorechia commented 1 year ago

First, I'd like to thank you for the hard work on this repository, amazing job here!

I wanted to share that I've successfully put a fork of this repository to execute on AWS Lambda. Of course, the derived source code is also open: https://github.com/paolorechia/openimagegenius/tree/main/serverless/stable-diffusion-open-vino-engine

It does take a few minutes to complete a job, but it's still pretty cool to see it in action. Note that my playground is using only 12 inference steps, to speed it up a little bit (takes 1 minute after it's warmed up), and you can access it: https://app.openimagegenius.com/

This might be useful if you're offering some free playground that uses stable diffusion.