mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
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:
|
while shared.deepbooru_process_return["value"] == -1:
|
||||||
time.sleep(0.2)
|
time.sleep(0.2)
|
||||||
release_process()
|
release_process()
|
||||||
return ret
|
|
||||||
|
|
||||||
|
|
||||||
def deepbooru_process(queue, deepbooru_process_return, threshold):
|
def deepbooru_process(queue, deepbooru_process_return, threshold):
|
||||||
|
Loading…
Reference in New Issue
Block a user