diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-01-03 17:23:17 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-01-03 17:23:17 +0000 |
commit | 82cfc227d735c140447d5b8dca29a71ee9bde127 (patch) | |
tree | 0ef48db661a296313ddc6f4b87138f6bc0d00dae /html/footer.html | |
parent | 8f96f9289981a66741ba770d14f3d27ce335a0fb (diff) | |
download | stable-diffusion-webui-gfx803-82cfc227d735c140447d5b8dca29a71ee9bde127.tar.gz stable-diffusion-webui-gfx803-82cfc227d735c140447d5b8dca29a71ee9bde127.tar.bz2 stable-diffusion-webui-gfx803-82cfc227d735c140447d5b8dca29a71ee9bde127.zip |
added licenses screen to settings
added footer
removed unused inpainting code
Diffstat (limited to 'html/footer.html')
-rw-r--r-- | html/footer.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/html/footer.html b/html/footer.html new file mode 100644 index 00000000..a8f2adf7 --- /dev/null +++ b/html/footer.html @@ -0,0 +1,9 @@ +<div>
+ <a href="/docs">API</a>
+ •
+ <a href="https://github.com/AUTOMATIC1111/stable-diffusion-webui">Github</a>
+ •
+ <a href="https://gradio.app">Gradio</a>
+ •
+ <a href="/" onclick="javascript:gradioApp().getElementById('settings_restart_gradio').click(); return false">Reload UI</a>
+</div>
|