Skip to content

Commit f37cce0

Browse files
committed
Merge branch 'master' of https://github.com/cluder/stable-diffusion-webui into 4448_fix_ckpt_cache
2 parents 3b51d23 + ac08562 commit f37cce0

29 files changed

+303
-7471
lines changed

CODEOWNERS

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
* @AUTOMATIC1111
2-
/localizations/ar_AR.json @xmodar @blackneoo
3-
/localizations/de_DE.json @LunixWasTaken
4-
/localizations/es_ES.json @innovaciones
5-
/localizations/fr_FR.json @tumbly
6-
/localizations/it_IT.json @EugenioBuffo
7-
/localizations/ja_JP.json @yuuki76
8-
/localizations/ko_KR.json @36DB
9-
/localizations/pt_BR.json @M-art-ucci
10-
/localizations/ru_RU.json @kabachuha
11-
/localizations/tr_TR.json @camenduru
12-
/localizations/zh_CN.json @dtlnor @bgluminous
13-
/localizations/zh_TW.json @benlisquare
2+
3+
# if you were managing a localization and were removed from this file, this is because
4+
# the intended way to do localizations now is via extensions. See:
5+
# https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Developing-extensions
6+
# Make a repo with your localization and since you are still listed as a collaborator
7+
# you can add it to the wiki page yourself. This change is because some people complained
8+
# the git commit log is cluttered with things unrelated to almost everyone and
9+
# because I believe this is the best overall for the project to handle localizations almost
10+
# entirely without my oversight.
11+
12+

javascript/ui.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,6 @@ function update_token_counter(button_id) {
208208
function restart_reload(){
209209
document.body.innerHTML='<h1 style="font-family:monospace;margin-top:20%;color:lightgray;text-align:center;">Reloading...</h1>';
210210
setTimeout(function(){location.reload()},2000)
211+
212+
return []
211213
}

localizations/ar_AR.json

Lines changed: 0 additions & 518 deletions
This file was deleted.

localizations/de_DE.json

Lines changed: 0 additions & 458 deletions
This file was deleted.

localizations/es_ES.json

Lines changed: 0 additions & 692 deletions
This file was deleted.

localizations/fr_FR.json

Lines changed: 0 additions & 415 deletions
This file was deleted.

localizations/it_IT.json

Lines changed: 0 additions & 1565 deletions
This file was deleted.

localizations/ja_JP.json

Lines changed: 0 additions & 482 deletions
This file was deleted.

localizations/ko_KR.json

Lines changed: 0 additions & 592 deletions
This file was deleted.

localizations/pt_BR.json

Lines changed: 0 additions & 485 deletions
This file was deleted.

0 commit comments

Comments
 (0)