Fix wrong word in UI

main
File_xor 2023-06-28 11:56:32 +09:00
parent ee42d52396
commit a16feffde5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Clip_IO(scripts.Script):
with gradio.Row():
enabled = gradio.Checkbox(label = "Enable")
mode_positive = gradio.Dropdown(["Disabled", "Simple", "Directive"], value = "Disabled", max_choices = 1, label = "Positive prompt mode")
mode_negative = gradio.Dropdown(["Disabled", "Simple", "Directive"], value = "Disabled", max_choices = 1, label = "Positive prompt mode")
mode_negative = gradio.Dropdown(["Disabled", "Simple", "Directive"], value = "Disabled", max_choices = 1, label = "Negative prompt mode")
pass
pass
if not is_img2img: