(self)
| 70 | class Script(scripts.Script): |
| 71 | # script title to show in ui |
| 72 | def title(self): |
| 73 | return 'Video2Video' |
| 74 | |
| 75 | def show(self, is_img2img): |
| 76 | #return scripts.AlwaysVisible |
nothing calls this directly
no outgoing calls
no test coverage detected