diff options
author | JC_Array <justin318@att.net> | 2022-10-10 16:47:58 -0500 |
---|---|---|
committer | JC_Array <justin318@att.net> | 2022-10-10 16:47:58 -0500 |
commit | a1a05ad2d13d0b995dbf8ecead6315f17837ef81 (patch) | |
tree | 8265896475d68247f81d69d5d3bac968851f31ed | |
parent | 2f94331df2cb1181439adecc28cfd758049f6501 (diff) |
import time missing, added to deepbooru fixxing error on get_deepbooru_tags
-rw-r--r-- | modules/deepbooru.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/deepbooru.py b/modules/deepbooru.py index cee4a3b4..12555b2e 100644 --- a/modules/deepbooru.py +++ b/modules/deepbooru.py @@ -1,6 +1,7 @@ import os.path from concurrent.futures import ProcessPoolExecutor import multiprocessing +import time def get_deepbooru_tags(pil_image, threshold=0.5): |