MCPcopy Create free account
hub / github.com/CiaraStrawberry/TemporalKit / ui

Method ui

scripts/TemporalKitImg2ImgTab.py:45–55  ·  view source on GitHub ↗
(self, is_img2img)

Source from the content-addressed store, hash-verified

43
44
45 def ui(self, is_img2img):
46 global lastimage
47 savebutton = gr.Button("save", label="Save")
48 savebutton.click(
49 fn=on_button_click,
50 )
51 movebutton = gr.Button("move", label="Move")
52 movebutton.click(
53 fn=None,
54 _js="switch_to_temporal_kit",
55 )
56
57
58 def run(self, p):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected