mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 12:22:26 -08:00
add time import
This commit is contained in:
parent
4f8490cd56
commit
a9044475c0
1 changed files with 1 additions and 0 deletions
1
webui.py
1
webui.py
|
|
@ -1,5 +1,6 @@
|
|||
import os
|
||||
import threading
|
||||
import time
|
||||
|
||||
from modules import devices
|
||||
from modules.paths import script_path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue