aboutsummaryrefslogtreecommitdiff
path: root/modules/ui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-15 08:07:25 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-15 08:07:25 +0300
commit127635409a7959f6c057a68ccb8e70734cbaf9f3 (patch)
tree2a851b55a081501f1218c16cc1a09b9e781bca64 /modules/ui.py
parentb8bd8ce4cf687e9e02000387adf4d751b22a4a36 (diff)
add padding and identification to generation log section (Failed to find Loras, Used embeddings, etc...)
Diffstat (limited to 'modules/ui.py')
-rw-r--r--modules/ui.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/ui.py b/modules/ui.py
index 39d226ad..07ecee7b 100644
--- a/modules/ui.py
+++ b/modules/ui.py
@@ -83,8 +83,7 @@ detect_image_size_symbol = '\U0001F4D0' # 📐
up_down_symbol = '\u2195\ufe0f' # ↕️
-def plaintext_to_html(text):
- return ui_common.plaintext_to_html(text)
+plaintext_to_html = ui_common.plaintext_to_html
def send_gradio_gallery_to_image(x):