Support stable-core backend
Hi @amotile, I'd like your feedback and thoughts on my stable-core project. I see you've made a backend too, we should try to join our efforts. Of course it would be nice to have your UI supported with the core.
Nicolas
I didn't build a full-fledged backend so much as a backend wrapper. It adds
- The logic that if you're generating the same image it will just reuse it instead of regenerating it.
- It keeps generating things even if you close the browser window.
But apart from that it offloads any SD logic to AUTOMATIC currently.
I built it to make it possible to switch this out. But for my UI to work the real backend needs to support prompt blending and seed blending.
If I understand your project it does the whole thing. Does it support those two things? The sygil team (formerly sd-web, formerly hkly) is also working on a backend. You might want to take a look at what they are doing.
But I do like that there's progress towards a proper reusable backend. The hacky integration with AUTO still keeps breaking :)