@@ -130,20 +136,20 @@ class Script(scripts.Script):
...
@@ -130,20 +136,20 @@ class Script(scripts.Script):
* `CFG Scale` should be 2 or lower.
* `CFG Scale` should be 2 or lower.
''')
''')
override_sampler=gr.Checkbox(label="Override `Sampling method` to Euler?(this method is built for it)",value=True)
override_sampler=gr.Checkbox(label="Override `Sampling method` to Euler?(this method is built for it)",value=True,elem_id=self.elem_id("override_sampler"))
override_prompt=gr.Checkbox(label="Override `prompt` to the same value as `original prompt`?(and `negative prompt`)",value=True)
override_prompt=gr.Checkbox(label="Override `prompt` to the same value as `original prompt`?(and `negative prompt`)",value=True,elem_id=self.elem_id("override_prompt"))
info=gr.HTML("<p style=\"margin-bottom:0.75em\">Will upscale the image by the selected scale factor; use width and height sliders to set tile size</p>")
info=gr.HTML("<p style=\"margin-bottom:0.75em\">Will upscale the image by the selected scale factor; use width and height sliders to set tile size</p>")