Removed Excessive Attention Syntax

Removed excessive attention syntax that was mistakenly introduced.
pull/10/head
Smirking Kitsune 2024-07-23 22:06:49 -06:00 committed by GitHub
parent 7697954079
commit ec9ec7689c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -521,7 +521,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: