diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-23 11:50:20 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-23 11:50:20 +0000 |
commit | 41265a026de699cc223ca5b76c69b4e8e74aa7c1 (patch) | |
tree | 78808c295fed211d06c888d6f86657f497841e4a /modules/extras.py | |
parent | fabdae089e476c66eba3b0562e4e1881891804b2 (diff) | |
download | stable-diffusion-webui-gfx803-41265a026de699cc223ca5b76c69b4e8e74aa7c1.tar.gz stable-diffusion-webui-gfx803-41265a026de699cc223ca5b76c69b4e8e74aa7c1.tar.bz2 stable-diffusion-webui-gfx803-41265a026de699cc223ca5b76c69b4e8e74aa7c1.zip |
third time's the charm
Diffstat (limited to 'modules/extras.py')
-rw-r--r-- | modules/extras.py | 2 |
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
|