Merge branch 'AUTOMATIC1111:master' into master

This commit is contained in:
papuSpartan
2022-11-06 21:05:28 -06:00
committed by GitHub
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 []
}