cleanup scripts

This commit is contained in:
Vladimir Mandic
2023-04-28 13:09:34 -04:00
parent 07a589b1b3
commit 99e3fceedb
9 changed files with 17 additions and 59 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ def load_prompt_file(file):
class Script(scripts.Script):
def title(self):
return "Prompts from file or textbox"
return "Prompts from file"
def ui(self, is_img2img):
checkbox_iterate = gr.Checkbox(label="Iterate seed every line", value=False, elem_id=self.elem_id("checkbox_iterate"))