-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement Stable Horde #23
Comments
I've been looking into this. You really only need to deal with 3 API endpoints:
Images can apparently be queued for 10 minutes unfulfilled until they are deleted from the queue. So you'd need to implement a process that
I'm thinking you could just take the sdwebui library and modify it for StableHorde, but I just have worry about locking up a thread to just check for the image completion and just burning battery life while waiting. |
It's a bit of work but yes that'd be definitely possible. A couple of ideas about saving battery: Both options should be possible but would be a bit of a project to get working and a bit more prone to error/failure than the other methods. |
Horde has an SDK now if you don't want to implement this yourself.
Horde only keeps results for ~20 minutes after they're done, you'll need to keep them yourself after that. Webhooks were recently added, so that can be used if there's a portable webserver built-in here (I haven't looked at this project much, I'm just looking for more horde stuff on GitHub) |
Suggestion to implement https://stablehorde.net/ . Need to investigate.
The text was updated successfully, but these errors were encountered: