added licenses screen to settings

added footer
removed unused inpainting code
This commit is contained in:
AUTOMATIC
2023-01-03 20:23:17 +03:00
parent 8f96f92899
commit 82cfc227d7
6 changed files with 427 additions and 234 deletions

9
html/footer.html Normal file
View File

@@ -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>