Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | infotext updates: add option to disregard certain infotext fields, add ↵ | AUTOMATIC1111 | 2023-12-02 | 1 | -4/+9 |
| | | | | option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page | ||||
* | fix re_param_code (regression bug PR #13458) | Won-Kyu Park | 2023-10-02 | 1 | -1/+1 |
| | |||||
* | fix fieldname regex to accept additional [-/] chars | Won-Kyu Park | 2023-10-01 | 1 | -1/+1 |
| | |||||
* | fix generation params regex | ljleb | 2023-08-31 | 1 | -1/+1 |
| | |||||
* | fix for Reload UI function: if you reload UI on one tab, other opened tabs ↵ | AUTOMATIC1111 | 2023-08-27 | 1 | -0/+1 |
| | | | | will no longer stop working | ||||
* | put infotext label for setting into OptionInfo definition rather than in a ↵ | AUTOMATIC1111 | 2023-08-10 | 1 | -28/+11 |
| | | | | separate list | ||||
* | add VAE to infotext | AUTOMATIC1111 | 2023-08-10 | 1 | -0/+1 |
| | |||||
* | face restoration and tiling moved to settings - use "Options in main UI" ↵ | AUTOMATIC1111 | 2023-08-10 | 1 | -0/+2 |
| | | | | setting if you want them back | ||||
* | split shared.py into multiple files; should resolve all circular reference ↵ | AUTOMATIC1111 | 2023-08-09 | 1 | -2/+1 |
| | | | | import errors related to shared.py | ||||
* | Options in main UI update | AUTOMATIC1111 | 2023-08-07 | 1 | -0/+5 |
| | | | | | | - correctly read values from pasted infotext - setting for column count - infotext paste: do not add a field to override settings if some other component is already handling it | ||||
* | Add sigma params to infotext | catboxanon | 2023-08-06 | 1 | -0/+4 |
| | |||||
* | Merge branch 'dev' into efficient-vae-methods | Kohaku-Blueleaf | 2023-08-05 | 1 | -0/+3 |
|\ | |||||
| * | hires fix checkpoint selection | AUTOMATIC1111 | 2023-07-30 | 1 | -0/+3 |
| | | |||||
* | | add infotext | Kohaku-Blueleaf | 2023-08-05 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #11046 from akx/ded-code | AUTOMATIC1111 | 2023-06-27 | 1 | -29/+0 |
|\ | | | | | Remove a bunch of unused/vestigial code | ||||
| * | Remove a bunch of unused/vestigial code | Aarni Koskela | 2023-06-05 | 1 | -29/+0 |
| | | | | | | | | As found by Vulture and some eyes | ||||
* | | add missing infotext entry for the pad cond/uncond option | AUTOMATIC | 2023-06-27 | 1 | -0/+1 |
| | | |||||
* | | print error and continue | w-e-w | 2023-06-05 | 1 | -9/+12 |
|/ | | | | print error and continue | ||||
* | Merge pull request #10956 from akx/len | AUTOMATIC1111 | 2023-06-05 | 1 | -4/+2 |
|\ | | | | | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | ||||
| * | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | 2023-06-02 | 1 | -4/+2 |
| | | |||||
* | | infer styles from prompts, and an option to control the behavior | AUTOMATIC | 2023-06-04 | 1 | -0/+8 |
|/ | |||||
* | add quoting for infotext values that have a colon in them | AUTOMATIC | 2023-05-28 | 1 | -1/+1 |
| | |||||
* | updates for the noise schedule settings | AUTOMATIC | 2023-05-27 | 1 | -12/+12 |
| | |||||
* | use Schedule instead of Sched | Kohaku-Blueleaf | 2023-05-24 | 1 | -12/+12 |
| | |||||
* | improvements | Kohaku-Blueleaf | 2023-05-24 | 1 | -4/+16 |
| | | | | | See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723 | ||||
* | Use type to determine if it is enable | Kohaku-Blueleaf | 2023-05-23 | 1 | -1/+0 |
| | |||||
* | Use settings instead of main interface | Kohaku-Blueleaf | 2023-05-23 | 1 | -0/+5 |
| | |||||
* | rework hires prompts/sampler code to among other things support different ↵ | AUTOMATIC | 2023-05-18 | 1 | -11/+25 |
| | | | | | | | extra networks in first/second pass rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously) add some locals from processing function into the Processing class as fields | ||||
* | Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵ | AUTOMATIC | 2023-05-18 | 1 | -1/+5 |
|\ | | | | | | | hires-fix-ext | ||||
| * | Merge branch 'master' into improved-hr-conflict-test | InvincibleDude | 2023-03-14 | 1 | -3/+10 |
| |\ | |||||
| * \ | Merge branch 'master' into improved-hr-conflict-test | InvincibleDude | 2023-03-03 | 1 | -3/+4 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into improved-hr-conflict-test | InvincibleDude | 2023-01-30 | 1 | -69/+137 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into master | InvincibleDude | 2023-01-29 | 1 | -5/+5 |
| |\ \ \ \ | |||||
| * | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -2/+3 |
| | | | | | | |||||
| * | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -7/+4 |
| | | | | | | |||||
| * | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Gen params paste improvement | invincibledude | 2023-01-22 | 1 | -0/+3 |
| | | | | | | |||||
* | | | | | | updates for #9256 | AUTOMATIC | 2023-05-14 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | heavily simplify | papuSpartan | 2023-05-13 | 1 | -36/+0 |
| | | | | | | |||||
* | | | | | | Merge branch 'dev' of ↵ | papuSpartan | 2023-05-12 | 1 | -9/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd | ||||
| * | | | | | | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | ruff manual fixes | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -4/+0 |
| | | | | | | | |||||
| * | | | | | | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | 2023-05-09 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #9760 from Sakura-Luna/refresh | AUTOMATIC1111 | 2023-05-08 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix gallery not being refreshed correctly | ||||
| | * | | | | | | Reopen image fix | Sakura-Luna | 2023-05-05 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | disable useless progress display when pasting infotext using the blur button | AUTOMATIC | 2023-05-08 | 1 | -0/+5 |
| | | | | | | | | |||||
* | | | | | | | | fix maximum downsampling option | papuSpartan | 2023-05-03 | 1 | -1/+3 |
| | | | | | | | | |||||
* | | | | | | | | resolve merge conflicts and swap to dev branch for now | papuSpartan | 2023-05-03 | 1 | -1/+7 |
|\| | | | | | | |