ArtVentureX / sd-webui-agent-scheduler

605 stars 61 forks source link

Add option for action after queue completion #191

Closed MMP0 closed 7 months ago

MMP0 commented 7 months ago

Add Action after queue completion option to the Settings page (related to #188)

SysVR commented 7 months ago

About "Action after queue completion":

There seems to be an issue if it is saved as a setting because the same action will be performed every time.

I have experience running multiple batch programs, and I used to choose the action each time.

For example, if you set the operation to generate 500 images and shut down before going to bed, and then, after a while, you decide to process the content of several prompts at once, even though you had planned to check it immediately, the system shuts down.

To avoid this scenario, as I mentioned *here, it would be better to have the operation reset to "Do nothing" for each occurrence using a dropdown box in the task list.

*https://github.com/ArtVentureX/sd-webui-agent-scheduler/issues/188#issuecomment-1842871050