amotile / stable-diffusion-studio

An animation focused workflow frontend for Stable Diffusion
MIT License
477 stars 31 forks source link

Support stable-core backend #23

Open oxysoft opened 1 year ago

oxysoft commented 1 year ago

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

amotile commented 1 year ago

I didn't build a full-fledged backend so much as a backend wrapper. It adds

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 :)