Added slider for deepbooru score threshold in settings

This commit is contained in:
Kenneth
2022-10-10 17:23:07 -06:00
committed by AUTOMATIC1111
parent 8b7d3f1bef
commit 8617396c6d
2 changed files with 2 additions and 1 deletions

View File

@@ -311,7 +311,7 @@ def interrogate(image):
def interrogate_deepbooru(image):
prompt = get_deepbooru_tags(image)
prompt = get_deepbooru_tags(image, opts.interrogate_deepbooru_score_threshold)
return gr_show(True) if prompt is None else prompt