Update sd_tag_batch.py

Forgot to change the run definition in the commit.
pull/8/head
Smirking Kitsune 2024-05-13 23:02:49 -07:00 committed by GitHub
parent 7c1b35d902
commit a59149c550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ""