MCPcopy Create free account
hub / github.com/SipherAGI/sd-webui-agent-scheduler / __init__

Method __init__

scripts/task_scheduler.py:73–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71
72class Script(scripts.Script):
73 def __init__(self):
74 super().__init__()
75 script_callbacks.on_app_started(lambda block, _: self.on_app_started(block))
76 self.checkpoint_override = checkpoint_current
77 self.generate_button = None
78 self.enqueue_row = None
79 self.checkpoint_dropdown = None
80 self.submit_button = None
81
82 def title(self):
83 return "Agent Scheduler"

Callers

nothing calls this directly

Calls 1

on_app_startedMethod · 0.95

Tested by

no test coverage detected