Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | add missing requirement for api and fix some typos | AUTOMATIC | 2022-10-17 | 4 | -2/+4 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | add api() function to return webui() to how it was | AUTOMATIC | 2022-10-17 | 1 | -38/+41 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Update api.py | Jonathan | 2022-10-17 | 1 | -10/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Update processing.py | Jonathan | 2022-10-17 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Update processing.py | Jonathan | 2022-10-17 | 1 | -36/+5 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Update webui.py | Jonathan | 2022-10-17 | 1 | -4/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | pydantic instrumentation | arcticfaded | 2022-10-17 | 1 | -0/+99 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | initial prototype by borrowing contracts | arcticfaded | 2022-10-17 | 4 | -31/+102 | |
| | | |_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | more careful loading of model weights (eliminates some issues with ↵ | AUTOMATIC | 2022-10-19 | 1 | -3/+25 | |
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | checkpoints that have weird cond_stage_model layer names) | |||||
| | | | * | | | | | | | | | | update | discus0434 | 2022-10-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | update | discus0434 | 2022-10-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | update | discus0434 | 2022-10-18 | 2 | -7/+8 | |
| | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | add options to custom hypernetwork layer structure | discus0434 | 2022-10-18 | 4 | -24/+75 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Update artists.csv | supersteve3d | 2022-10-18 | 1 | -3/+0 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Update artists.csv | supersteve3d | 2022-10-18 | 1 | -2/+0 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | add windows equivalent | DepFA | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Pass arguments from bash to python | Matthew Clark | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | remove dependence on TQDM for sampler progress/interrupt functionality | AUTOMATIC | 2022-10-18 | 2 | -55/+58 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | additional fix for difference model merging | AUTOMATIC | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | fix for add difference model merging | AUTOMATIC | 2022-10-18 | 1 | -2/+5 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | styles.csv encoding utf8 to utf-8-sig | w-e-w | 2022-10-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | utf-8-bom for better compatibility for some programs | |||||
| * | | | | | | | | | | | | remove shared option for update check (because it is not an argument of webui) | AUTOMATIC | 2022-10-18 | 2 | -11/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments | |||||
| * | | | | | | | | | | | | add shared option for update check | DepFA | 2022-10-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Make update check commandline option, give response on all paths. | DepFA | 2022-10-18 | 1 | -10/+19 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | move update check to after dep installation | DepFA | 2022-10-18 | 1 | -11/+11 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | add update warning to launch.py | DepFA | 2022-10-18 | 1 | -0/+11 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | update scripts.py | ふぁ | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add visible for dropdown | ふぁ | 2022-10-18 | 1 | -4/+5 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Remove exception handling | ふぁ | 2022-10-18 | 1 | -4/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add scripts to ui-config,json | ふぁ | 2022-10-18 | 2 | -2/+18 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Remove duplicate artists. | camenduru | 2022-10-18 | 1 | -2/+0 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Auto select attention block for editing | Justin Maier | 2022-10-18 | 1 | -3/+32 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | clarify the comment for the new option from #2959 and move it to UI section. | AUTOMATIC | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Disable auto weights swap with config option | trufty | 2022-10-18 | 2 | -0/+5 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2984 from guaneec/D | AUTOMATIC1111 | 2022-10-18 | 1 | -2/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't eat colons in booru tags | |||||
| | * | | | | | | | | | | | | Oops | guaneec | 2022-10-17 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Don't eat colons in booru tags | guaneec | 2022-10-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2939 from Michoko92/dark-mode | AUTOMATIC1111 | 2022-10-18 | 3 | -1/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added dark mode switch | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into dark-mode | AUTOMATIC1111 | 2022-10-18 | 11 | -26/+235 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Use of a --theme argument for more flexibility | Michoko | 2022-10-17 | 3 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added possibility to set the theme (light or dark) | |||||
| | * | | | | | | | | | | | | | Added dark mode switch | Michoko | 2022-10-17 | 3 | -1/+10 | |
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Launch the UI in dark mode with the --dark-mode switch | |||||
* | | | | | | | | | | | | | | Updated file with basic template and added new translations | Dynamic | 2022-10-20 | 1 | -95/+397 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translation done in txt2img-img2img windows and following scripts | |||||
* | | | | | | | | | | | | | | update ko-KR.json | Dynamic | 2022-10-18 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | update ko-KR.json | Dynamic | 2022-10-18 | 1 | -4/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translated all text on txt2img window, plus some extra | |||||
* | | | | | | | | | | | | | | Move ko-KR.json | Dynamic | 2022-10-18 | 1 | -76/+0 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Update ko-KR.json | Dynamic | 2022-10-18 | 1 | -0/+85 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Initial KR support - WIP | Dynamic | 2022-10-18 | 1 | -0/+76 | |
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Localization WIP | |||||
* | | | | | | | | | | | | | Update sd_hijack_optimizations.py | C43H66N12O12S2 | 2022-10-18 | 1 | -0/+3 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Update sd_hijack.py | C43H66N12O12S2 | 2022-10-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | readd xformers attnblock | C43H66N12O12S2 | 2022-10-18 | 1 | -0/+15 | |
| | | | | | | | | | | | | |