(self, is_img2img)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected