MCPcopy Create free account
hub / github.com/Filarius/video2video / title

Method title

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

Source from the content-addressed store, hash-verified

70class 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected