Merge pull request #15 from xujipm/main

fix bug: TypeError: 'method' object is not subscriptable #14
pull/20/head
Saifeddine ALOUI 2023-04-15 23:29:46 +01:00 committed by GitHub
commit 6c3ebdef59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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],
)