mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-21 13:50:12 +08:00
removed unneeded print
This commit is contained in:
parent
bb932dbf9f
commit
ff4ef13dd5
@ -119,7 +119,6 @@ def get_deepbooru_tags_from_model(model, tags, pil_image, threshold, alpha_sort)
|
|||||||
# sort tags
|
# sort tags
|
||||||
result_tags_out = []
|
result_tags_out = []
|
||||||
sort_ndx = 0
|
sort_ndx = 0
|
||||||
print(alpha_sort)
|
|
||||||
if alpha_sort:
|
if alpha_sort:
|
||||||
sort_ndx = 1
|
sort_ndx = 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user