ArtVentureX / sd-webui-agent-scheduler

619 stars 63 forks source link

[Feature Request] Clear Agent Scheduler upon server exit #115

Open brknsoul opened 1 year ago

brknsoul commented 1 year ago

It'd be nice to have an option to clear Agent Scheduler upon server exit.

artventuredev commented 1 year ago

You can simply remove the database file task_scheduler.sqlite3 at the extension folder on startup. Add the following line to your webui.bat file:

del /f ".\extensions\sd-webui-agent-scheduler\task_scheduler.sqlite3"
image