aboutsummaryrefslogtreecommitdiffstats
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-01-28 06:24:40 +0000
committerGitHub <noreply@github.com>2023-01-28 06:24:40 +0000
commitce72af87d3b05c946bc82033786fc340f1c20512 (patch)
treee02a69bc9b18f36db76590bd6312320685901b5e /webui.py
parent0834d4ce374225131e025540220c727e352a3e43 (diff)
parent23a9d5e27390846dea0895a02c04aec9583a4d38 (diff)
downloadstable-diffusion-webui-gfx803-ce72af87d3b05c946bc82033786fc340f1c20512.tar.gz
stable-diffusion-webui-gfx803-ce72af87d3b05c946bc82033786fc340f1c20512.tar.bz2
stable-diffusion-webui-gfx803-ce72af87d3b05c946bc82033786fc340f1c20512.zip
Merge pull request #7199 from maxaudron/feature/configurable-data-dir
Add flag to store user data sepperate from source code
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index e1565a8d..41f32f5c 100644
--- a/webui.py
+++ b/webui.py
@@ -15,7 +15,6 @@ logging.getLogger("xformers").addFilter(lambda record: 'A matching Triton is not
from modules import import_hook, errors, extra_networks
from modules import extra_networks_hypernet, ui_extra_networks_hypernets, ui_extra_networks_textual_inversion
from modules.call_queue import wrap_queued_call, queue_lock, wrap_gradio_gpu_call
-from modules.paths import script_path
import torch