corrected tag return in get_deepbooru_tags
This commit is contained in:
parent
a1a05ad2d1
commit
b980e7188c
|
@ -15,7 +15,6 @@ def get_deepbooru_tags(pil_image, threshold=0.5):
|
|||
while shared.deepbooru_process_return["value"] == -1:
|
||||
time.sleep(0.2)
|
||||
release_process()
|
||||
return ret
|
||||
|
||||
|
||||
def deepbooru_process(queue, deepbooru_process_return, threshold):
|
||||
|
|
Loading…
Reference in New Issue