Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | rename generation_parameters_copypaste module to infotext | AUTOMATIC1111 | |
2023-12-30 | add override_settings support for infotext API | AUTOMATIC1111 | |
2023-12-30 | a | AUTOMATIC1111 | |
2023-12-16 | Add FP8 settings into PNG info | Kohaku-Blueleaf | |
2023-12-02 | infotext updates: add option to disregard certain infotext fields, add ↵ | AUTOMATIC1111 | |
option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page | |||
2023-10-03 | fix re_param_code (regression bug PR #13458) | Won-Kyu Park | |
2023-10-01 | fix fieldname regex to accept additional [-/] chars | Won-Kyu Park | |
2023-08-30 | fix generation params regex | ljleb | |
2023-08-27 | fix for Reload UI function: if you reload UI on one tab, other opened tabs ↵ | AUTOMATIC1111 | |
will no longer stop working | |||
2023-08-10 | put infotext label for setting into OptionInfo definition rather than in a ↵ | AUTOMATIC1111 | |
separate list | |||
2023-08-10 | add VAE to infotext | AUTOMATIC1111 | |
2023-08-10 | face restoration and tiling moved to settings - use "Options in main UI" ↵ | AUTOMATIC1111 | |
setting if you want them back | |||
2023-08-09 | split shared.py into multiple files; should resolve all circular reference ↵ | AUTOMATIC1111 | |
import errors related to shared.py | |||
2023-08-07 | Options in main UI update | AUTOMATIC1111 | |
- 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 | |||
2023-08-05 | Add sigma params to infotext | catboxanon | |
2023-08-05 | Merge branch 'dev' into efficient-vae-methods | Kohaku-Blueleaf | |
2023-08-05 | add infotext | Kohaku-Blueleaf | |
2023-07-30 | hires fix checkpoint selection | AUTOMATIC1111 | |
2023-06-27 | Merge pull request #11046 from akx/ded-code | AUTOMATIC1111 | |
Remove a bunch of unused/vestigial code | |||
2023-06-27 | add missing infotext entry for the pad cond/uncond option | AUTOMATIC | |
2023-06-06 | print error and continue | w-e-w | |
print error and continue | |||
2023-06-05 | Remove a bunch of unused/vestigial code | Aarni Koskela | |
As found by Vulture and some eyes | |||
2023-06-05 | Merge pull request #10956 from akx/len | AUTOMATIC1111 | |
Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | |||
2023-06-04 | infer styles from prompts, and an option to control the behavior | AUTOMATIC | |
2023-06-02 | Simplify a bunch of `len(x) > 0`/`len(x) == 0` style expressions | Aarni Koskela | |
2023-05-28 | add quoting for infotext values that have a colon in them | AUTOMATIC | |
2023-05-27 | updates for the noise schedule settings | AUTOMATIC | |
2023-05-24 | use Schedule instead of Sched | Kohaku-Blueleaf | |
2023-05-24 | improvements | Kohaku-Blueleaf | |
See: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10649#issuecomment-1561047723 | |||
2023-05-23 | Use type to determine if it is enable | Kohaku-Blueleaf | |
2023-05-23 | Use settings instead of main interface | Kohaku-Blueleaf | |
2023-05-18 | rework hires prompts/sampler code to among other things support different ↵ | AUTOMATIC | |
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 | |||
2023-05-18 | Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵ | AUTOMATIC | |
hires-fix-ext | |||
2023-05-14 | updates for #9256 | AUTOMATIC | |
2023-05-13 | heavily simplify | papuSpartan | |
2023-05-11 | Merge branch 'dev' of ↵ | papuSpartan | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd | |||
2023-05-10 | fixes for B007 | AUTOMATIC | |
2023-05-10 | ruff manual fixes | AUTOMATIC | |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | |
2023-05-09 | Fix up string formatting/concatenation to f-strings where feasible | Aarni Koskela | |
2023-05-08 | Merge pull request #9760 from Sakura-Luna/refresh | AUTOMATIC1111 | |
Fix gallery not being refreshed correctly | |||
2023-05-08 | disable useless progress display when pasting infotext using the blur button | AUTOMATIC | |
2023-05-05 | Reopen image fix | Sakura-Luna | |
2023-05-03 | fix maximum downsampling option | papuSpartan | |
2023-05-03 | resolve merge conflicts and swap to dev branch for now | papuSpartan | |
2023-04-29 | rework Negative Guidance minimum sigma to work with AND, add infotext and ↵ | AUTOMATIC | |
copypaste parameters support | |||
2023-04-29 | rename CPU RNG to RNG source in settings, add infotext and parameters ↵ | AUTOMATIC | |
copypaste support to RNG source | |||
2023-04-10 | Update generation_parameters_copypaste.py | papuSpartan | |
2023-04-10 | add token merging options to infotext when necessary. Bump tomesd | papuSpartan | |
version | |||
2023-03-28 | Revert "Merge pull request #7931 from space-nuko/img2img-enhance" | AUTOMATIC | |
This reverts commit 426875937048e21305ac24bea53df06523bdaa81, reversing changes made to 1b63afbedc7789c0eb9a4742b780ab304d7a9caf. |