What does HackerNews think of imaginAIry?

AI imagined images. Pythonic generation of stable diffusion images.

Language: Python

This website is just a wrapper around https://github.com/brycedrennan/imaginAIry which is a wrapper around various neural networks, e.g. https://github.com/xinntao/Real-ESRGAN in this case.
Stable Diffusion works fine on a CPU - on an AMD Ryzen 5700, approx 90s per image (and I believe comparable or faster on my old i7-6700). If you want to kick off a batch in the background while you work on something else, that's plenty fast. (I use: https://github.com/brycedrennan/imaginAIry).