mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 03:01:15 +00:00
import time missing, added to deepbooru fixxing error on get_deepbooru_tags
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import os.path
|
import os.path
|
||||||
from concurrent.futures import ProcessPoolExecutor
|
from concurrent.futures import ProcessPoolExecutor
|
||||||
import multiprocessing
|
import multiprocessing
|
||||||
|
import time
|
||||||
|
|
||||||
|
|
||||||
def get_deepbooru_tags(pil_image, threshold=0.5):
|
def get_deepbooru_tags(pil_image, threshold=0.5):
|
||||||
|
|||||||
Reference in New Issue
Block a user