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

Method show

scripts/task_scheduler.py:85–86  ·  view source on GitHub ↗
(self, is_img2img)

Source from the content-addressed store, hash-verified

83 return "Agent Scheduler"
84
85 def show(self, is_img2img):
86 return scripts.AlwaysVisible
87
88 def on_checkpoint_changed(self, checkpoint):
89 self.checkpoint_override = checkpoint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected