diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-16 12:14:44 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-16 12:14:44 +0000 |
commit | 6302978ff8e51ad0917c62806ca127b514088a70 (patch) | |
tree | 5575a1764e0a6a76e8fe42d2bacf81323b1155ba /modules | |
parent | a61cbef02c7652f96d333b28e01f5230e225224e (diff) | |
download | stable-diffusion-webui-gfx803-6302978ff8e51ad0917c62806ca127b514088a70.tar.gz stable-diffusion-webui-gfx803-6302978ff8e51ad0917c62806ca127b514088a70.tar.bz2 stable-diffusion-webui-gfx803-6302978ff8e51ad0917c62806ca127b514088a70.zip |
restore nqsp in footer that was lost during linting
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ui.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/ui.py b/modules/ui.py index ff25c4ce..8e51e782 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -1841,15 +1841,15 @@ def versions_html(): return f"""
version: <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/{commit}">{tag}</a>
- •
+ • 
python: <span title="{sys.version}">{python_version}</span>
- •
+ • 
torch: {getattr(torch, '__long_version__',torch.__version__)}
- •
+ • 
xformers: {xformers_version}
- •
+ • 
gradio: {gr.__version__}
- •
+ • 
checkpoint: <a id="sd_checkpoint_hash">N/A</a>
"""
|