aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-01-23 14:50:20 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-01-23 14:50:20 +0300
commit41265a026de699cc223ca5b76c69b4e8e74aa7c1 (patch)
tree78808c295fed211d06c888d6f86657f497841e4a /modules
parentfabdae089e476c66eba3b0562e4e1881891804b2 (diff)
third time's the charm
Diffstat (limited to 'modules')
-rw-r--r--modules/extras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extras.py b/modules/extras.py
index f04ddfc2..36123aa5 100644
--- a/modules/extras.py
+++ b/modules/extras.py
@@ -7,7 +7,7 @@ import torch
import tqdm
from modules import shared, images, sd_models, sd_vae
-from modules.ui import plaintext_to_html
+from modules.ui_common import plaintext_to_html
import gradio as gr
import safetensors.torch