Removed Excessive Attention Syntax
Removed excessive attention syntax that was mistakenly introduced.pull/10/head
parent
7697954079
commit
ec9ec7689c
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue