stablediffusiond
stablediffusiond copied to clipboard
A daemon which watches a queue and runs stable diffusion.
there exists a local version of aws sqs - called elascitmq https://github.com/softwaremill/elasticmq it seems like a better option and would get faster to production version.
If an item is pulled from the queue and a request fails, the item is lost. Instead, the item should be placed back onto the queue for a future attempt.
Improve the installation process including the ability to install via pypi