aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 更新 zh_CN.jsonbatvbs2022-10-311-4/+4
|
* 更新 zh_CN.jsonbatvbs2022-10-301-2/+2
|
* 长文本添加逗号batvbs2022-10-301-25/+25
|
* Update zh_CN.jsonbatvbs2022-10-301-1/+1
|
* 更新 zh_CN.jsonbatvbs2022-10-301-51/+51
|
* Merge pull request #2 from dtlnor/add-updated-contentbatvbs2022-10-301-0/+53
|\ | | | | Add new translated content
| * Update zh_CN.jsondtlnor2022-10-291-0/+53
|/ | | | update translation content to 35c45df28b303a05d56a13cb56d4046f08cf8c25
* 更新 zh_CN.jsonbatvbs2022-10-291-1/+1
|
* fix broken ↙ button, fix field paste ignoring most of useful fields for ↵AUTOMATIC2022-10-292-38/+41
| | | | for #3768
* move send seed option to UI section and make it false by defaultAUTOMATIC2022-10-291-1/+1
|
* Merge pull request #3818 from jwatzman/masterAUTOMATIC11112022-10-291-4/+7
|\ | | | | Reduce peak memory usage when changing models
| * Reduce peak memory usage when changing modelsJosh Watzman2022-10-271-4/+7
| | | | | | | | | | | | | | | | | | A few tweaks to reduce peak memory usage, the biggest being that if we aren't using the checkpoint cache, we shouldn't duplicate the model state dict just to immediately throw it away. On my machine with 16GB of RAM, this change means I can typically change models, whereas before it would typically OOM.
* | add element ids for save buttons for #3798AUTOMATIC2022-10-291-1/+1
| |
* | Merge pull request #3798 from aurror/modal-save-button-and-shortcutAUTOMATIC11112022-10-293-4/+55
|\ \ | | | | | | added save image button and a hotkey to Modal Image View
| * \ Merge branch 'master' into modal-save-button-and-shortcutAUTOMATIC11112022-10-2926-889/+2820
| |\ \ | |/ / |/| |
* | | Merge pull request #3757 from LunixWasTaken/masterAUTOMATIC11112022-10-291-0/+419
|\ \ \ | | | | | | | | Add german Localization file.
| * | | Add german Localization file.LunixWasTaken2022-10-271-0/+419
| | |/ | |/|
* | | Merge pull request #3725 from EugenioBuffo/masterAUTOMATIC11112022-10-291-0/+492
|\ \ \ | | | | | | | | Included localization file for IT language
| * | | Finalised IT localization fileEugenio Buffo2022-10-261-147/+147
| | | |
| * | | Merge branch 'master' of https://github.com/AUTOMATIC1111/stable-diffusion-webuiEugenio Buffo2022-10-261-1/+1
| |\| |
| * | | Added localizations/it_IT.jsonEugenio Buffo2022-10-261-0/+492
| | | |
* | | | Merge pull request #3691 from xmodar/arabicAUTOMATIC11112022-10-293-425/+398
|\ \ \ \ | | | | | | | | | | Revamped Arabic localization
| * | | | Add forced LTR for training progressxmodar2022-10-271-1/+1
| | | | |
| * | | | Add minor edits to Arabic localizationxmodar2022-10-271-6/+6
| | | | |
| * | | | Add Arabic localization feedback revisionsxmodar2022-10-261-31/+31
| | | | |
| * | | | Add id access to scripts list in the cssxmodar2022-10-262-12/+7
| | | | |
| * | | | Add LTR checkpoint lists and updated Arabic localizationxmodar2022-10-262-15/+27
| | | | |
| * | | | Add complete retranslation for the Arabic localizationxmodar2022-10-251-421/+387
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used the following resources: - https://www.almaany.com/ - https://translate.google.com/ - https://techtionary.thinktech.sa/ - https://sdaia.gov.sa/files/Dictionary.pdf The translations are ordered by the way they appear in the UI. This version abandons literal translation and adds explainations where possible.
* | | | | delete the submodule dir (why do you keep doing this)AUTOMATIC2022-10-291-0/+0
| | | | |
* | | | | Merge remote-tracking branch 'origin/master'AUTOMATIC2022-10-291-0/+488
|\ \ \ \ \
| * \ \ \ \ Merge pull request #3711 from benlisquare/masterAUTOMATIC11112022-10-291-0/+488
| |\ \ \ \ \ | | | | | | | | | | | | | | Add localisation for Traditional Chinese 正體中文化
| | * | | | | adjustments to zh_TW localisation per suggestions by snowmeow2benlisquare2022-10-281-135/+135
| | | | | | |
| | * | | | | Update localizations/zh_TW.json per dtlnor's suggestionbenlisquare2022-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: dtlnor <dtlnor@hotmail.com>
| | * | | | | Update localizations/zh_TW.json per dtlnor's suggestionbenlisquare2022-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: dtlnor <dtlnor@hotmail.com>
| | * | | | | adjustments to zh_TW localisation per suggestions by dtlnorbenlisquare2022-10-261-7/+7
| | | | | | |
| | * | | | | create new localisation JSON for zh_TW (Traditional Chinese, Taiwan locale)benlisquare2022-10-261-0/+488
| | |/ / / /
* | | | | | make existing image browser extension not breakAUTOMATIC2022-10-291-5/+14
| | | | | |
* | | | | | Merge branch 'Inspiron'AUTOMATIC2022-10-296-270/+194
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add needed imports fr new code in copypaste.pyAUTOMATIC2022-10-292-7/+9
| | | | | |
| * | | | | remove repeated gitignore entriesAUTOMATIC2022-10-291-3/+0
| | | | | |
| * | | | | remove weird spaces added to ui.py over timeAUTOMATIC2022-10-291-26/+25
| | | | | |
| * | | | | fix open folder button not workingAUTOMATIC2022-10-291-2/+2
| | | | | |
| * | | | | create send to buttons by extensionsyfszzx2022-10-271-3/+5
| | | | | |
| * | | | | create send to buttons in one moduleyfszzx2022-10-271-1/+1
| | | | | |
| * | | | | create send to buttons in one moduleyfszzx2022-10-271-0/+2
| | | | | |
| * | | | | create send to buttons in one moduleyfszzx2022-10-275-270/+187
| | | | | |
| * | | | | Merge branch 'AUTOMATIC1111:master' into Inspiron不会画画的中医不是好程序员2022-10-251-6/+16
| |\| | | |
| * | | | | Merge branch 'Inspiron' of ↵yfszzx2022-10-2513-719/+1043
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | https://github.com/yfszzx/stable-diffusion-webui-plus into Inspiron
| | * \ \ \ \ Merge branch 'AUTOMATIC1111:master' into Inspiron不会画画的中医不是好程序员2022-10-2513-719/+1043
| | |\ \ \ \ \
| * | | | | | | need some rights for extensionsyfszzx2022-10-251-1/+1
| |/ / / / / /