diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-16 04:59:43 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-16 04:59:43 +0000 |
commit | 3d76eabbca3adb711787d1802d6b61c0971b4bc0 (patch) | |
tree | 1fa9374caa291442aa25365d372ddd03d012af43 /modules/extensions.py | |
parent | a47abe1b7b667374e9df1932172230132d3fe8db (diff) | |
download | stable-diffusion-webui-gfx803-3d76eabbca3adb711787d1802d6b61c0971b4bc0.tar.gz stable-diffusion-webui-gfx803-3d76eabbca3adb711787d1802d6b61c0971b4bc0.tar.bz2 stable-diffusion-webui-gfx803-3d76eabbca3adb711787d1802d6b61c0971b4bc0.zip |
add visual progress for extension installation from URL
Diffstat (limited to 'modules/extensions.py')
-rw-r--r-- | modules/extensions.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/extensions.py b/modules/extensions.py index f16f059e..359a7aa5 100644 --- a/modules/extensions.py +++ b/modules/extensions.py @@ -3,7 +3,6 @@ import sys import threading
import traceback
-import time
import git
from modules import shared
|