Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-01 | Merge pull request #4098 from jn-jairo/load-model | AUTOMATIC1111 | |
Unload sd_model before loading the other to solve the issue #3449 | |||
2022-11-01 | Merge pull request #3982 from MaikoTan/on-started-callback | AUTOMATIC1111 | |
feat: add app started callback | |||
2022-11-01 | Merge pull request #3917 from MartinCairnsSQL/adjust-ddim-uniform-steps | AUTOMATIC1111 | |
Certain step counts for DDIM cause out of bounds error | |||
2022-11-01 | Merge branch 'AUTOMATIC1111:master' into adjust-ddim-uniform-steps | Martin Cairns | |
2022-11-01 | Merge pull request #3993 from Harvester62/Italian | Eugenio Buffo | |
Localization Italian - Updates and additions | |||
2022-11-01 | Removed duplicated string from it_IT localization | Eugenio Buffo | |
Removed "Peso dei bordi del punto focale" duplicated string from "Focal point edges weight" | |||
2022-11-01 | Deleted extra it_IT localization | Eugenio Buffo | |
Deleted it_IT localization file outside localization folder as it was not intentionally committed | |||
2022-11-01 | Merge branch 'AUTOMATIC1111:master' into Italian | Riccardo Giovanetti | |
2022-11-01 | Unload sd_model before loading the other | Jairo Correa | |
2022-11-01 | Added Available tab to extensions UI. | AUTOMATIC | |
2022-11-01 | make save dir if save dir is not exists | k_sugawara | |
2022-10-31 | Add PNG info to pngs only if option is enabled. | timntorres | |
2022-10-31 | Italian localization - Updates Extensions | Riccardo Giovanetti | |
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 | |
2022-11-01 | Merge pull request #4063 from 36DB/kr-localization | Dynamic | |
Add Extension Manager strings | |||
2022-11-01 | Add Extension Manager strings | Dynamic | |
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 | |
2022-10-31 | fix scripts I broke with the extension tab changes | AUTOMATIC | |
2022-10-31 | disable access to extension stuff for non-local servers | AUTOMATIC | |
2022-10-31 | add requirements for GitPython | AUTOMATIC | |
2022-10-31 | add initial version of the extensions tab | AUTOMATIC | |
fix broken Restart Gradio button | |||
2022-10-31 | Fixed minor bug | Fampai | |
when unloading vae during TI training, generating images after training will error out | |||
2022-10-31 | Merge branch 'master' of ↵ | Fampai | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui into TI_optimizations | |||
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into Italian | Riccardo Giovanetti | |
2022-10-31 | Merge pull request #4051 from 36DB/kr-localization | Dynamic | |
Added some extension KR support | |||
2022-10-31 | Added some extension KR support | Dynamic | |
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 | Fix VAE refresh button stretching out | Muhammad Rizqi Nur | |
From https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3986#issuecomment-1296990601 | |||
2022-10-31 | Added TI training optimizations | Fampai | |
option to use xattention optimizations when training option to unload vae when training | |||
2022-10-31 | Italian localization - Updated a few terms | Riccardo Giovanetti | |
I've updated a few terms and descriptions. Waiting for review and, hopefully, approval. | |||
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into master | mamawr | |
2022-10-31 | Checkpoint cache by combination key of checkpoint and vae | Muhammad Rizqi Nur | |
2022-10-31 | Merge branch 'AUTOMATIC1111:master' into Italian | Riccardo Giovanetti | |
2022-10-31 | Update ko_KR.json | Dynamic | |
Added KR support for Dynamic Prompts extension - https://github.com/mkco5162/sd-dynamic-prompts | |||
2022-10-31 | Update ko_KR.json | Dynamic | |
Added KR support for Dynamic Prompts extension - https://github.com/mkco5162/sd-dynamic-prompts | |||
2022-10-31 | Fix typo from previous commit | Muhammad Rizqi Nur | |
2022-10-31 | Extend extras image cache with upscale_first arg | DepFA | |
2022-10-31 | prototype interrupt api | evshiron | |
2022-10-31 | docs: add python doc (?) | Maiko Sinkyaet Tan | |
not sure if this available... | |||
2022-10-30 | Add callback to sd_samplers | DepFA | |
2022-10-30 | add callback cleardown | DepFA | |
2022-10-30 | Add callbacks and param objects | DepFA | |
2022-10-31 | Added "--clip-models-path" switch to avoid using default "~/.cache/clip" and ↵ | mawr | |
enable to run under unprivileged user without homedir | |||
2022-10-30 | Localization Italian - Updates and additions | Riccardo Giovanetti | |
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 | |
2022-10-30 | Change VAE search order and thus priority | Muhammad Rizqi Nur | |
2022-10-30 | Forgot to add this folder | Muhammad Rizqi Nur | |
2022-10-30 | Settings to select VAE | Muhammad Rizqi Nur | |
2022-10-30 | feat: add app started callback | Maiko Tan | |
2022-10-30 | add resrgan 8x, allow use 1x and up to 8x extra models, move BSRGAN model, ↵ | victorca25 | |
add nearest | |||
2022-10-30 | Include PLMS in adjust steps as it also can fail in the same way | Martin Cairns | |