sdwebui-w-horde / sd-webui-stable-horde-worker

Stable Horde Unofficial Worker Bridge as Stable Diffusion WebUI (AUTOMATIC1111) Extension
GNU Affero General Public License v3.0
60 stars 18 forks source link

[Feature]: Report faulted state to horde server #64

Closed MaikoTan closed 1 year ago

MaikoTan commented 1 year ago

Is there existing issue for this?

Feature Description

Since horde implement their state tracking for faulted jobs, we could now report a faulted state to the server.

see: https://github.com/db0/AI-Horde/pull/147

Proposed Solution

  1. add "state": "faulted" into the payload.

Additional Information

No response