aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ / / / / /
| * | | | | | some rights for extensionsyfszzx2022-10-252-0/+1
| | | | | | |
| * | | | | | move to img component to publicyfszzx2022-10-2411-183/+1030
| |\ \ \ \ \ \
| * | | | | | | a strange bugyfszzx2022-10-242-0/+4
| | | | | | | |
* | | | | | | | skip filenames starting with . for img2img and extras batch modesAUTOMATIC2022-10-293-2/+7
| | | | | | | |
* | | | | | | | Merge pull request #3826 from ANTONIOPSD/patch-1AUTOMATIC11112022-10-291-2/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Natural sorting for dropdown checkpoint list
| * | | | | | | | Natural sorting for dropdown checkpoint listAntonio2022-10-281-2/+5
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Example: Before After 11.ckpt 11.ckpt ab.ckpt ab.ckpt ade_pablo_step_1000.ckpt ade_pablo_step_500.ckpt ade_pablo_step_500.ckpt ade_pablo_step_1000.ckpt ade_step_1000.ckpt ade_step_500.ckpt ade_step_1500.ckpt ade_step_1000.ckpt ade_step_2000.ckpt ade_step_1500.ckpt ade_step_2500.ckpt ade_step_2000.ckpt ade_step_3000.ckpt ade_step_2500.ckpt ade_step_500.ckpt ade_step_3000.ckpt atp_step_5500.ckpt atp_step_5500.ckpt model1.ckpt model1.ckpt model10.ckpt model10.ckpt model1000.ckpt model33.ckpt model33.ckpt model50.ckpt model400.ckpt model400.ckpt model50.ckpt model1000.ckpt moo44.ckpt moo44.ckpt v1-4-pruned-emaonly.ckpt v1-4-pruned-emaonly.ckpt v1-5-pruned-emaonly.ckpt v1-5-pruned-emaonly.ckpt v1-5-pruned.ckpt v1-5-pruned.ckpt v1-5-vae.ckpt v1-5-vae.ckpt
* | | | | | | | Merge pull request #3858 from R-N/log-csvAUTOMATIC11112022-10-293-18/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix log off by 1 #3847
| * | | | | | | | Fix log off by 1Muhammad Rizqi Nur2022-10-283-18/+20
| |/ / / / / / /