mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
Merge branch 'AUTOMATIC1111:master' into master
This commit is contained in:
commit
00ebc26c4e
50 changed files with 2541 additions and 735 deletions
|
|
@ -248,4 +248,6 @@ function update_token_counter(button_id) {
|
|||
function restart_reload(){
|
||||
document.body.innerHTML='<h1 style="font-family:monospace;margin-top:20%;color:lightgray;text-align:center;">Reloading...</h1>';
|
||||
setTimeout(function(){location.reload()},2000)
|
||||
|
||||
return []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue