mirror of
https://github.com/GayPizzaSpecifications/stable-diffusion-rpc.git
synced 2025-08-05 14:31:32 +00:00
Split out worker related things to a separate service definition.
This commit is contained in:
@ -17,7 +17,7 @@ enum JobState {
|
||||
/**
|
||||
* The job is in an unknown state.
|
||||
*/
|
||||
unknown = 0;
|
||||
unknown_state = 0;
|
||||
|
||||
/**
|
||||
* The job is queued. It has not started the work.
|
||||
|
Reference in New Issue
Block a user