Merge branch 'AUTOMATIC1111:master' into master

This commit is contained in:
papuSpartan 2022-11-06 21:05:28 -06:00 committed by GitHub
commit 00ebc26c4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
50 changed files with 2541 additions and 735 deletions

View file

@ -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 []
}