fix bug: TypeError: 'method' object is not subscriptable #14

pull/15/head
xujipm 2023-04-15 15:01:12 +00:00
parent 7f2c0f61bb
commit 73ccd2714d
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class Script(scripts.Script):
show_progress=True
)
self.translate_negative_prompt.change(
self.set_negative_translate_active
self.set_negative_translate_active,
[self.translate_negative_prompt],
)