MCPcopy
hub / github.com/AUTOMATIC1111/stable-diffusion-webui / title

Method title

modules/scripts.py:99–102  ·  view source on GitHub ↗

this function should return the title of the script. This is what will be displayed in the dropdown menu.

(self)

Source from the content-addressed store, hash-verified

97 """A list of controls returned by the ui()."""
98
99 def title(self):
100 """this function should return the title of the script. This is what will be displayed in the dropdown menu."""
101
102 raise NotImplementedError()
103
104 def ui(self, is_img2img):
105 """this function should create gradio UI elements. See https://gradio.app/docs/#components

Callers 3

elem_idMethod · 0.95
apply_optimizationsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected