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

Method on_app_started

scripts/task_scheduler.py:120–122  ·  view source on GitHub ↗
(self, block)

Source from the content-addressed store, hash-verified

118 add_enqueue_row(toprow_id)
119
120 def on_app_started(self, block):
121 if self.generate_button is not None:
122 self.bind_enqueue_button(block)
123
124 def add_enqueue_button(self):
125 id_part = "img2img" if self.is_img2img else "txt2img"

Callers 2

__init__Method · 0.95
task_scheduler.pyFile · 0.80

Calls 1

bind_enqueue_buttonMethod · 0.95

Tested by

no test coverage detected