Reremoved Excessive Attention Syntax

Somehow I pushed out an update based on the version with excessive attention syntax. This syntax has been removed again.
pull/10/head
Smirking Kitsune 2024-07-26 21:36:12 -06:00 committed by GitHub
parent e9d4c28010
commit 261ac7c6e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ class Script(scripts.ScriptBuiltinUI):
if prompt_weight_mode:
interrogation = f"({interrogation.rstrip(', ')}:{prompt_weight}), "
else:
interrogation = f"({interrogation.rstrip(', ')}), "
interrogation = f"{interrogation.rstrip(', ')}, "
# Experimental reverse mode prep
if not reverse_mode: