From a59149c5501f533d1a9ba9df4f7811f49877a9f5 Mon Sep 17 00:00:00 2001 From: Smirking Kitsune <36494751+SmirkingKitsune@users.noreply.github.com> Date: Mon, 13 May 2024 23:02:49 -0700 Subject: [PATCH] Update sd_tag_batch.py Forgot to change the run definition in the commit. --- 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 a9667e9..53afbc3 100644 --- a/scripts/sd_tag_batch.py +++ b/scripts/sd_tag_batch.py @@ -97,7 +97,7 @@ class Script(scripts.Script): return filtered_prompt - def run(self, p, in_front, prompt_weight, model_selection, use_weight, no_duplicates, use_negatives): + def run(self, p, in_front, prompt_weight, model_selection, use_weight, no_duplicates, use_negatives, use_custom_filter, custom_filter): raw_prompt = p.prompt interrogator = ""