mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-25 11:21:05 -08:00
import time missing, added to deepbooru fixxing error on get_deepbooru_tags
This commit is contained in:
parent
2f94331df2
commit
a1a05ad2d1
1 changed files with 1 additions and 0 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue