Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support stable-core backend #23

Open
oxysoft opened this issue Oct 27, 2022 · 1 comment
Open

Support stable-core backend #23

oxysoft opened this issue Oct 27, 2022 · 1 comment

Comments

@oxysoft
Copy link

oxysoft commented Oct 27, 2022

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
Copy link
Owner

amotile commented Oct 28, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants