diff options
author | DepFA <35278260+dfaker@users.noreply.github.com> | 2022-10-01 20:47:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 20:47:42 +0000 |
commit | a9044475c06204deb886d2a69467d0d3a9f5c9be (patch) | |
tree | 5927cec22a14a936985ae7a1a73cb17802e85ccc | |
parent | 4f8490cd5630823ac44de8b5c5e4325bdbbea7fa (diff) | |
download | stable-diffusion-webui-gfx803-a9044475c06204deb886d2a69467d0d3a9f5c9be.tar.gz stable-diffusion-webui-gfx803-a9044475c06204deb886d2a69467d0d3a9f5c9be.tar.bz2 stable-diffusion-webui-gfx803-a9044475c06204deb886d2a69467d0d3a9f5c9be.zip |
add time import
-rw-r--r-- | webui.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ import os
import threading
+import time
from modules import devices
from modules.paths import script_path
|