mirror of
https://github.com/GayPizzaSpecifications/stable-diffusion-rpc.git
synced 2025-08-05 14:31:32 +00:00
Clients/Java: Add a multi-task sample that runs two jobs at the same time.
This commit is contained in:
@ -333,6 +333,9 @@ message GenerateImagesStreamUpdate {
|
||||
GenerateImagesBatchCompletedUpdate batch_completed = 3;
|
||||
}
|
||||
|
||||
/**
|
||||
* The percentage of completion for the entire submitted job.
|
||||
*/
|
||||
float overall_percentage_complete = 4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user