stablediffusiond icon indicating copy to clipboard operation
stablediffusiond copied to clipboard

A daemon which watches a queue and runs stable diffusion.

Results 6 stablediffusiond issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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.

enhancement

This code needs tests

enhancement

Improve the installation process including the ability to install via pypi

enhancement