Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-30 | Italian localization (extended) [Requires Feedback] | Riccardo Giovanetti | |
This is my first version of an alternative localization into Italian language which is a follow-up of the current localization file made by @EugenioBuffo (#3725), which I thanks, and of my discussion "Italian localization (git newbie)" (#3633) which covers the main user interface, all the current the Extensions and Scripts, with the following exceptions: txt2img2img (I got errors therefore I removed it from my local installation of SD Web UI) Parameter Sequencer (not installed locally) Booru tag autocompletion (not installed locally) Saving steps of the sampling process (not installed locally) I do not forecast to translate the above scripts in the short period, unless I will install them locally on my machine. I beg your pardon if I am brutally overwriting the originally submitted file but I find quite exhausting to edit and append over a thousand lines of code to the original file. If this is mandatory, then I will delete this commit and start a new one amending the original it_IT.json file. It is for sure not perfect and there are some translations that can be improved, therefore I wish to invite @EugenioBuffo and any other Italian mother language person willing give advice and to help to review this extensive translation . I look forward read any feedback from the community and developers. Thank you. | |||
2022-10-29 | Merge pull request #3571 from szhublox/noautoupdate | AUTOMATIC1111 | |
webui.sh: no automatic git pull | |||
2022-10-29 | add translators to codeowners with their respective translation files | AUTOMATIC | |
2022-10-29 | rename french translation to be in line with others | AUTOMATIC | |
2022-10-29 | Merge pull request #3783 from 36DB/management | AUTOMATIC1111 | |
CODEOWNERS update for localization management | |||
2022-10-29 | Merge pull request #3934 from bamarillo/api-add-png-info-endpoint | AUTOMATIC1111 | |
[API][Feature] Add png info endpoint | |||
2022-10-29 | add postprocess call for scripts | AUTOMATIC | |
2022-10-29 | Fix space | Bruno Seoane | |
2022-10-29 | Add PNG Info endpoint | Bruno Seoane | |
2022-10-29 | webui.sh: no automatic git pull | Mackerel | |
2022-10-29 | fix broken ↙ button, fix field paste ignoring most of useful fields for ↵ | AUTOMATIC | |
for #3768 | |||
2022-10-29 | move send seed option to UI section and make it false by default | AUTOMATIC | |
2022-10-29 | Merge pull request #3818 from jwatzman/master | AUTOMATIC1111 | |
Reduce peak memory usage when changing models | |||
2022-10-29 | add element ids for save buttons for #3798 | AUTOMATIC | |
2022-10-29 | Merge pull request #3798 from aurror/modal-save-button-and-shortcut | AUTOMATIC1111 | |
added save image button and a hotkey to Modal Image View | |||
2022-10-29 | Merge branch 'master' into modal-save-button-and-shortcut | AUTOMATIC1111 | |
2022-10-29 | Merge pull request #3757 from LunixWasTaken/master | AUTOMATIC1111 | |
Add german Localization file. | |||
2022-10-29 | Merge pull request #3725 from EugenioBuffo/master | AUTOMATIC1111 | |
Included localization file for IT language | |||
2022-10-29 | Merge pull request #3691 from xmodar/arabic | AUTOMATIC1111 | |
Revamped Arabic localization | |||
2022-10-29 | delete the submodule dir (why do you keep doing this) | AUTOMATIC | |
2022-10-29 | Merge remote-tracking branch 'origin/master' | AUTOMATIC | |
2022-10-29 | make existing image browser extension not break | AUTOMATIC | |
2022-10-29 | Merge branch 'Inspiron' | AUTOMATIC | |
2022-10-29 | add needed imports fr new code in copypaste.py | AUTOMATIC | |
2022-10-29 | remove repeated gitignore entries | AUTOMATIC | |
2022-10-29 | remove weird spaces added to ui.py over time | AUTOMATIC | |
2022-10-29 | fix open folder button not working | AUTOMATIC | |
2022-10-29 | Merge pull request #3711 from benlisquare/master | AUTOMATIC1111 | |
Add localisation for Traditional Chinese 正體中文化 | |||
2022-10-29 | skip filenames starting with . for img2img and extras batch modes | AUTOMATIC | |
2022-10-29 | Merge pull request #3826 from ANTONIOPSD/patch-1 | AUTOMATIC1111 | |
Natural sorting for dropdown checkpoint list | |||
2022-10-29 | Merge pull request #3858 from R-N/log-csv | AUTOMATIC1111 | |
Fix log off by 1 #3847 | |||
2022-10-29 | Merge pull request #3803 from FlameLaw/master | AUTOMATIC1111 | |
Fixed proper dataset shuffling | |||
2022-10-29 | Merge pull request #3669 from random-thoughtss/master | AUTOMATIC1111 | |
Added option to use unmasked conditioning image for inpainting model. | |||
2022-10-29 | Merge pull request #3874 from cobryan05/extra_tweak | AUTOMATIC1111 | |
Extras Tab - Option to upscale before face fix, caching improvements | |||
2022-10-29 | Merge pull request #3755 from M-art-ucci/master | AUTOMATIC1111 | |
Adding pt_BR (portuguese - Brazil) to localizations folder | |||
2022-10-29 | change default hypernet activation function to linear | AUTOMATIC | |
2022-10-29 | Merge pull request #3877 from Yaiol/master | AUTOMATIC1111 | |
Filename tags are wrongly referencing to process size instead of image size | |||
2022-10-29 | Merge pull request #3717 from benkyoujouzu/master | AUTOMATIC1111 | |
Add missing support for linear activation in hypernetwork | |||
2022-10-29 | Merge pull request #3771 from aria1th/patch-12 | AUTOMATIC1111 | |
Disable unavailable or duplicate options for Activation functions | |||
2022-10-29 | Merge pull request #3511 from bamarillo/master | AUTOMATIC1111 | |
[API][Feature] Add extras endpoints | |||
2022-10-28 | Merge branch 'AUTOMATIC1111:master' into master | Bruno Seoane | |
2022-10-29 | Re enable linear | AngelBottomless | |
2022-10-29 | Update images.py | Yaiol | |
Filename tags [height] and [width] are wrongly referencing to process size instead of resulting image size. Making all upscale files named wrongly. | |||
2022-10-28 | extras: upscaler blending should not be considered in cache key | Chris OBryan | |
2022-10-28 | extras-tweaks: autoformat changed lines | Chris OBryan | |
2022-10-28 | extras: Make image cache LRU | Chris OBryan | |
This changes the extras image cache into a Least-Recently-Used cache. This allows more experimentation with different upscalers without missing the cache. Max cache size is increased to 5 and is cleared on source image update. | |||
2022-10-28 | extras: Rework image cache | Chris OBryan | |
Bit of a refactor to the image cache to make it easier to extend. Also takes into account the entire image instead of just a cropped portion. | |||
2022-10-28 | extras: Add option to run upscaling before face fixing | Chris OBryan | |
Face restoration can look much better if ran after upscaling, as it allows the restoration to fix upscaling artifacts. This patch adds an option to choose which order to run upscaling/face fixing in. | |||
2022-10-28 | Fix log off by 1 | Muhammad Rizqi Nur | |
2022-10-28 | Add missing support for linear activation in hypernetwork | benkyoujouzu | |