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
parent
e9d4c28010
commit
261ac7c6e1
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue