aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2022-11-01Merge pull request #4087 from ikasumi/feat/batch-img2img-improveAUTOMATIC1111-0/+1
make save dir if save dir is not exists
2022-11-01Merge pull request #3723 from stysmmaker/patch/image-save-callbackAUTOMATIC1111-1/+1
Correct before image saved callback
2022-11-01add PYTHONPATH for extension's install.pyAUTOMATIC-3/+6
2022-11-01make launch.py run installers for extensions that have onesAUTOMATIC-3/+21
add some more classes to safety module for an extension
2022-11-01Merge pull request #4098 from jn-jairo/load-modelAUTOMATIC1111-10/+34
Unload sd_model before loading the other to solve the issue #3449
2022-11-01Merge pull request #3982 from MaikoTan/on-started-callbackAUTOMATIC1111-0/+20
feat: add app started callback
2022-11-01Merge pull request #3917 from MartinCairnsSQL/adjust-ddim-uniform-stepsAUTOMATIC1111-13/+15
Certain step counts for DDIM cause out of bounds error
2022-11-01Merge branch 'AUTOMATIC1111:master' into adjust-ddim-uniform-stepsMartin Cairns-1102/+1666
2022-11-01Merge pull request #3993 from Harvester62/ItalianEugenio Buffo-1070/+1173
Localization Italian - Updates and additions
2022-11-01Removed duplicated string from it_IT localizationEugenio Buffo-2/+2
Removed "Peso dei bordi del punto focale" duplicated string from "Focal point edges weight"
2022-11-01Deleted extra it_IT localizationEugenio Buffo-1143/+0
Deleted it_IT localization file outside localization folder as it was not intentionally committed
2022-11-01Merge branch 'AUTOMATIC1111:master' into ItalianRiccardo Giovanetti-12/+122
2022-11-01Unload sd_model before loading the otherJairo Correa-10/+34
2022-11-01Added Available tab to extensions UI.AUTOMATIC-12/+122
2022-11-01make save dir if save dir is not existsk_sugawara-0/+1
2022-10-31Italian localization - Updates ExtensionsRiccardo Giovanetti-139/+170
Added translations of the new Extensions tab, and a few corrections to some previously translated descriptions/terms.
2022-10-31Merge branch 'AUTOMATIC1111:master' into ItalianRiccardo Giovanetti-31/+363
2022-11-01Merge pull request #4063 from 36DB/kr-localizationDynamic-0/+18
Add Extension Manager strings
2022-11-01Add Extension Manager stringsDynamic-0/+18
Since it's fixed and working I'm updating the translations
2022-10-31fix the error with extension tab not working because of the previous commitAUTOMATIC-2/+1
2022-10-31fix scripts I broke with the extension tab changesAUTOMATIC-4/+1
2022-10-31disable access to extension stuff for non-local serversAUTOMATIC-1/+14
2022-10-31add requirements for GitPythonAUTOMATIC-0/+2
2022-10-31add initial version of the extensions tabAUTOMATIC-30/+333
fix broken Restart Gradio button
2022-10-31Merge branch 'AUTOMATIC1111:master' into ItalianRiccardo Giovanetti-1/+13
2022-10-31Merge pull request #4051 from 36DB/kr-localizationDynamic-1/+13
Added some extension KR support
2022-10-31Added some extension KR supportDynamic-1/+13
Supported extensions https://github.com/adieyal/sd-dynamic-prompts https://github.com/yfszzx/stable-diffusion-webui-images-browser https://github.com/DominikDoom/a1111-sd-webui-tagcomplete https://github.com/lilly1987/AI-WEBUI-scripts-Random
2022-10-31Italian localization - Updated a few termsRiccardo Giovanetti-0/+1143
I've updated a few terms and descriptions. Waiting for review and, hopefully, approval.
2022-10-31Merge branch 'AUTOMATIC1111:master' into ItalianRiccardo Giovanetti-0/+7
2022-10-31Update ko_KR.jsonDynamic-0/+7
Added KR support for Dynamic Prompts extension - https://github.com/mkco5162/sd-dynamic-prompts
2022-10-31Update ko_KR.jsonDynamic-0/+7
Added KR support for Dynamic Prompts extension - https://github.com/mkco5162/sd-dynamic-prompts
2022-10-31docs: add python doc (?)Maiko Sinkyaet Tan-0/+2
not sure if this available...
2022-10-30Localization Italian - Updates and additionsRiccardo Giovanetti-1069/+1141
Updated localization with the latest version of these Scripts/Extensions: animator v6 StylePile Alpha Canvas Changed the description for the script "To Infinity and Beyond" (Verso l'infinito e oltre) from 'n' to 'Esegui n volte' (Run n times) Added localization for the 'Random' and 'Random Grid' scripts I changed both the title and the parameters Steps and CFG labels to make it clearer that the min/max order can be inverted. Added a few missing translations and character's corrections here and there. Still a work in progress but I will slowly fix wrong thing when I find them.
2022-10-30Merge branch 'AUTOMATIC1111:master' into adjust-ddim-uniform-stepsMartin Cairns-909/+2012
2022-10-30feat: add app started callbackMaiko Tan-0/+18
2022-10-30Include PLMS in adjust steps as it also can fail in the same wayMartin Cairns-1/+1
2022-10-30Merge pull request #3928 from R-N/validate-before-loadAUTOMATIC1111-51/+107
Optimize training a little
2022-10-30Merge pull request #3898 from R-N/lr-commaAUTOMATIC1111-14/+21
Allow trailing comma in learning rate
2022-10-30Merge pull request #3955 from AUTOMATIC1111/localization-arabicblackneoo-4/+98
Update ar_AR.json
2022-10-30rework #3722 to not introduce duplicate codeAUTOMATIC-49/+35
2022-10-30Merge pull request #3722 from evshiron/feat/progress-apiAUTOMATIC1111-27/+108
prototype progress api
2022-10-30shorten Hypernetwork strength in infotext and omit it when it's the default ↵AUTOMATIC-2/+2
value.
2022-10-30Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-infoAUTOMATIC1111-2/+7
Save Hypernetwork strength to infotext.
2022-10-30always add --api when running testsAUTOMATIC-0/+3
2022-10-30launch tests from launch.py with --tests commandline argumentAUTOMATIC-40/+50
2022-10-30fix broken hires fixAUTOMATIC-5/+2
2022-10-30Merge pull request #3941 from mezotaken/masterAUTOMATIC1111-0/+192
Automated testing through API [WIP, feedback required]
2022-10-30Merge pull request #3914 from 36DB/kr-localizationDynamic-2/+9
Update KR localization and fix hotkeys
2022-10-30Merge pull request #3952 from Harvester62/ItalianModar M. Alfadly-491/+1069
Italian localization (extended) [Requires Feedback]
2022-10-30Update ar_AR.jsonModar M. Alfadly-4/+98