mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
removed unneeded print
This commit is contained in:
parent
bb932dbf9f
commit
ff4ef13dd5
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ def get_deepbooru_tags_from_model(model, tags, pil_image, threshold, alpha_sort)
|
|||
# sort tags
|
||||
result_tags_out = []
|
||||
sort_ndx = 0
|
||||
print(alpha_sort)
|
||||
if alpha_sort:
|
||||
sort_ndx = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue