diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-06-27 06:23:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 06:23:15 +0000 |
commit | 0b97ae2832a89b103be1c062d7778e558732712f (patch) | |
tree | 6d0966156f1cfa78aa0e97ed0474afaffc50f2cd /html | |
parent | 7e2d39a2d158d1426321686b05d31a3ea694a99e (diff) | |
parent | 3cd4fd51ef916aba8b978490569a5da82795a839 (diff) | |
download | stable-diffusion-webui-gfx803-0b97ae2832a89b103be1c062d7778e558732712f.tar.gz stable-diffusion-webui-gfx803-0b97ae2832a89b103be1c062d7778e558732712f.tar.bz2 stable-diffusion-webui-gfx803-0b97ae2832a89b103be1c062d7778e558732712f.zip |
Merge branch 'dev' into master
Diffstat (limited to 'html')
-rw-r--r-- | html/extra-networks-card.html | 2 | ||||
-rw-r--r-- | html/footer.html | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/html/extra-networks-card.html b/html/extra-networks-card.html index 2b32e712..68a84c3a 100644 --- a/html/extra-networks-card.html +++ b/html/extra-networks-card.html @@ -1,4 +1,4 @@ -<div class='card' style={style} onclick={card_clicked}> +<div class='card' style={style} onclick={card_clicked} {sort_keys}> {background_image} {metadata_button} <div class='actions'> diff --git a/html/footer.html b/html/footer.html index bad87ff6..69b2372c 100644 --- a/html/footer.html +++ b/html/footer.html @@ -1,10 +1,12 @@ <div>
- <a href="/docs">API</a>
+ <a href="{api_docs}">API</a>
•
<a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">Github</a>
•
<a href="https://gradio.app">Gradio</a>
•
+ <a href="#" onclick="showProfile('./internal/profile-startup'); return false;">Startup profile</a>
+ •
<a href="/" onclick="javascript:gradioApp().getElementById('settings_restart_gradio').click(); return false">Reload UI</a>
</div>
<br />
|