From 261ac7c6e1a066eaa7b119e84138f20955122faf Mon Sep 17 00:00:00 2001 From: Smirking Kitsune <36494751+SmirkingKitsune@users.noreply.github.com> Date: Fri, 26 Jul 2024 21:36:12 -0600 Subject: [PATCH] Reremoved Excessive Attention Syntax Somehow I pushed out an update based on the version with excessive attention syntax. This syntax has been removed again. --- scripts/sd_tag_batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sd_tag_batch.py b/scripts/sd_tag_batch.py index b6864a9..f5e3980 100644 --- a/scripts/sd_tag_batch.py +++ b/scripts/sd_tag_batch.py @@ -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: