diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-01-28 06:24:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-28 06:24:40 +0000 |
commit | ce72af87d3b05c946bc82033786fc340f1c20512 (patch) | |
tree | e02a69bc9b18f36db76590bd6312320685901b5e /webui.py | |
parent | 0834d4ce374225131e025540220c727e352a3e43 (diff) | |
parent | 23a9d5e27390846dea0895a02c04aec9583a4d38 (diff) | |
download | stable-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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
|