Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-31 | Add PNG info to pngs only if option is enabled. | timntorres | -2/+3 | |
2022-10-31 | Italian localization - Updates Extensions | Riccardo Giovanetti | -139/+170 | |
Added translations of the new Extensions tab, and a few corrections to some previously translated descriptions/terms. | ||||
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into Italian | Riccardo Giovanetti | -31/+363 | |
2022-11-01 | Merge pull request #4063 from 36DB/kr-localization | Dynamic | -0/+18 | |
Add Extension Manager strings | ||||
2022-11-01 | Add Extension Manager strings | Dynamic | -0/+18 | |
Since it's fixed and working I'm updating the translations | ||||
2022-10-31 | fix the error with extension tab not working because of the previous commit | AUTOMATIC | -2/+1 | |
2022-10-31 | fix scripts I broke with the extension tab changes | AUTOMATIC | -4/+1 | |
2022-10-31 | disable access to extension stuff for non-local servers | AUTOMATIC | -1/+14 | |
2022-10-31 | add requirements for GitPython | AUTOMATIC | -0/+2 | |
2022-10-31 | add initial version of the extensions tab | AUTOMATIC | -30/+333 | |
fix broken Restart Gradio button | ||||
2022-10-31 | Fixed minor bug | Fampai | -0/+1 | |
when unloading vae during TI training, generating images after training will error out | ||||
2022-10-31 | Merge branch 'master' of ↵ | Fampai | -616/+1651 | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui into TI_optimizations | ||||
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into Italian | Riccardo Giovanetti | -1/+13 | |
2022-10-31 | Merge pull request #4051 from 36DB/kr-localization | Dynamic | -1/+13 | |
Added some extension KR support | ||||
2022-10-31 | Added some extension KR support | Dynamic | -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-31 | Added TI training optimizations | Fampai | -3/+16 | |
option to use xattention optimizations when training option to unload vae when training | ||||
2022-10-31 | Italian localization - Updated a few terms | Riccardo Giovanetti | -0/+1143 | |
I've updated a few terms and descriptions. Waiting for review and, hopefully, approval. | ||||
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into master | mamawr | -0/+7 | |
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into Italian | Riccardo Giovanetti | -0/+7 | |
2022-10-31 | Update ko_KR.json | Dynamic | -0/+7 | |
Added KR support for Dynamic Prompts extension - https://github.com/mkco5162/sd-dynamic-prompts | ||||
2022-10-31 | Update ko_KR.json | Dynamic | -0/+7 | |
Added KR support for Dynamic Prompts extension - https://github.com/mkco5162/sd-dynamic-prompts | ||||
2022-10-31 | Extend extras image cache with upscale_first arg | DepFA | -1/+1 | |
2022-10-31 | prototype interrupt api | evshiron | -0/+6 | |
2022-10-31 | docs: add python doc (?) | Maiko Sinkyaet Tan | -0/+2 | |
not sure if this available... | ||||
2022-10-30 | Add callback to sd_samplers | DepFA | -0/+3 | |
2022-10-30 | add callback cleardown | DepFA | -1/+1 | |
2022-10-30 | Add callbacks and param objects | DepFA | -0/+27 | |
2022-10-31 | Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ↵ | mawr | -2/+3 | |
enable to run under unprivileged user without homedir | ||||
2022-10-30 | Localization Italian - Updates and additions | Riccardo 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-30 | Merge branch 'AUTOMATIC1111:master' into adjust-ddim-uniform-steps | Martin Cairns | -909/+2012 | |
2022-10-30 | feat: add app started callback | Maiko Tan | -0/+18 | |
2022-10-30 | Include PLMS in adjust steps as it also can fail in the same way | Martin Cairns | -1/+1 | |
2022-10-30 | fix current image in progress api when parallel processing enabled | evshiron | -2/+11 | |
2022-10-30 | fix broken progress api by previous rework | evshiron | -0/+3 | |
2022-10-30 | Merge pull request #3928 from R-N/validate-before-load | AUTOMATIC1111 | -51/+107 | |
Optimize training a little | ||||
2022-10-30 | Merge pull request #3898 from R-N/lr-comma | AUTOMATIC1111 | -14/+21 | |
Allow trailing comma in learning rate | ||||
2022-10-30 | Merge pull request #3955 from AUTOMATIC1111/localization-arabic | blackneoo | -4/+98 | |
Update ar_AR.json | ||||
2022-10-30 | rework #3722 to not introduce duplicate code | AUTOMATIC | -49/+35 | |
2022-10-30 | Merge pull request #3722 from evshiron/feat/progress-api | AUTOMATIC1111 | -27/+108 | |
prototype progress api | ||||
2022-10-30 | shorten Hypernetwork strength in infotext and omit it when it's the default ↵ | AUTOMATIC | -2/+2 | |
value. | ||||
2022-10-30 | Merge pull request #3831 from timntorres/3825-save-hypernet-strength-to-info | AUTOMATIC1111 | -2/+7 | |
Save Hypernetwork strength to infotext. | ||||
2022-10-30 | always add --api when running tests | AUTOMATIC | -0/+3 | |
2022-10-30 | launch tests from launch.py with --tests commandline argument | AUTOMATIC | -40/+50 | |
2022-10-30 | fix broken hires fix | AUTOMATIC | -5/+2 | |
2022-10-30 | Merge pull request #3941 from mezotaken/master | AUTOMATIC1111 | -0/+192 | |
Automated testing through API [WIP, feedback required] | ||||
2022-10-30 | Merge pull request #3914 from 36DB/kr-localization | Dynamic | -2/+9 | |
Update KR localization and fix hotkeys | ||||
2022-10-30 | Merge pull request #3952 from Harvester62/Italian | Modar M. Alfadly | -491/+1069 | |
Italian localization (extended) [Requires Feedback] | ||||
2022-10-30 | Update ar_AR.json | Modar M. Alfadly | -4/+98 | |
2022-10-30 | Merge branch 'AUTOMATIC1111:master' into Italian | Riccardo Giovanetti | -281/+320 | |
2022-10-29 | Merge pull request #3953 from AUTOMATIC1111/M-art-ucci-patch-1 | Martucci | -38/+38 | |
Final commit for october (19:22) / 22 |