Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ \ | |/ / |/| | | |||||
* | | | 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 |
| | | | |||||
* | | | delete xformers attnblock | C43H66N12O12S2 | 2022-10-18 | 1 | -12/+0 |
| | | | |||||
* | | | use legacy attnblock | C43H66N12O12S2 | 2022-10-18 | 1 | -1/+1 |
| | | | |||||
* | | | Fix typo "celem_id" to "elem_id" | Mykeehu | 2022-10-18 | 1 | -1/+1 |
| | | | |||||
* | | | extras extend cache key with new upscale to options | DepFA | 2022-10-18 | 1 | -1/+2 |
| | | | |||||
* | | | prevent highlighting/selecting image | Adam Snodgrass | 2022-10-18 | 1 | -0/+1 |
| | | | |||||
* | | | Fix typo in 'choices' when loading upscaler 2 config | Jordan Hall | 2022-10-17 | 1 | -1/+1 |
| |/ |/| | |||||
* | | localization support | AUTOMATIC | 2022-10-17 | 7 | -18/+211 |
| | | |||||
* | | make modelmerger work with ui-config.json | AUTOMATIC | 2022-10-17 | 1 | -0/+1 |
| | | |||||
* | | possibly defeat losing of focus for prompt when generating images with ↵ | AUTOMATIC | 2022-10-17 | 1 | -3/+9 |
| | | | | | | | | gallery open | ||||
| * | 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 | ||||
* | Safeguard setting restore logic against exceptions | Greg Fuller | 2022-10-17 | 1 | -22/+26 |
| | | | | also useful for keeping settings cache and restore logic together, and nice for code reuse (other third party scripts can import this class) | ||||
* | print list of embeddings on reload | DepFA | 2022-10-17 | 1 | -0/+1 |
| | |||||
* | make CLIP interrogate ranks output sane values | AUTOMATIC | 2022-10-17 | 1 | -3/+3 |
| | |||||
* | fix bug for latest model merge RAM improvement | AUTOMATIC | 2022-10-17 | 1 | -0/+1 |
| | |||||
* | Fix CLIP Interrogator and disable ranks for it | DenkingOfficial | 2022-10-17 | 1 | -2/+2 |
| | |||||
* | add cache for workflow | DancingSnow | 2022-10-17 | 1 | -0/+6 |
| | |||||
* | only read files with .py extension from the scripts dir | AUTOMATIC | 2022-10-17 | 1 | -0/+3 |
| | |||||
* | improve performance of 3-way merge on machines with not enough ram, by only ↵ | MrCheeze | 2022-10-17 | 1 | -10/+17 |
| | | | | accessing two of the models at a time | ||||
* | Fix #2750 | fortypercnt | 2022-10-17 | 1 | -3/+3 |
| | | | left / top alignment was necessary with gradio 3.4.1. In gradio 3.5 the parent div of the image mask is centered, so the left / top alignment put the mask in the wrong place as described in #2750 #2795 #2805. This fix was tested on Windows 10 / Chrome. |