diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-15 05:07:25 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-07-15 05:07:25 +0000 |
commit | 127635409a7959f6c057a68ccb8e70734cbaf9f3 (patch) | |
tree | 2a851b55a081501f1218c16cc1a09b9e781bca64 /modules/ui.py | |
parent | b8bd8ce4cf687e9e02000387adf4d751b22a4a36 (diff) | |
download | stable-diffusion-webui-gfx803-127635409a7959f6c057a68ccb8e70734cbaf9f3.tar.gz stable-diffusion-webui-gfx803-127635409a7959f6c057a68ccb8e70734cbaf9f3.tar.bz2 stable-diffusion-webui-gfx803-127635409a7959f6c057a68ccb8e70734cbaf9f3.zip |
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.py | 3 |
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):
|