kiri-art / docker-diffusers-api

Diffusers / Stable Diffusion in docker with a REST API, supporting various models, pipelines & schedulers.
https://kiri.art/
MIT License
202 stars 94 forks source link

Any simple way to monetize a setup like this? #3

Open swcrazyfan opened 1 year ago

swcrazyfan commented 1 year ago

I'm not a developer, but I know WordPress well, and I've worked with Python enough to tweak things.

I have an idea for a site, but I have no idea how to setup a payment system connected to credits or whatnot. Do you know if there is something like that open source?

Thanks!

gadicc commented 1 year ago

Hey, I answered on Discord, but just for reference.

This base image is the banana backend for https://kiri.art/. We use a credit system there, with payments via Stripe. The code is all open source, but I don't know how easy it will be to deploy all that. The intention is to both share the code, and to let people run locally for free or host for free for friends on a private address. Nevertheless, you could in theory run your own "kiri.art", with mongodb and stripe - if you these up on your own, you can pass the URLs and secrets to the app via the appropriate environment variables.