Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add categories to settings | AUTOMATIC1111 | 2023-11-26 | 1 | -7/+68 |
| | |||||
* | json.dump(ensure_ascii=False) | w-e-w | 2023-11-26 | 1 | -1/+1 |
| | | | | improve json readability | ||||
* | do not save HTML explanations from options page to config | AUTOMATIC1111 | 2023-11-26 | 1 | -2/+2 |
| | |||||
* | fix add_option overriding config with default | w-e-w | 2023-09-12 | 1 | -1/+2 |
| | |||||
* | fix: update shared.opts.data when add_option | AnyISalIn | 2023-09-01 | 1 | -0/+1 |
| | | | | Signed-off-by: AnyISalIn <anyisalin@gmail.com> | ||||
* | also prevent changing API options via override_settings | AUTOMATIC1111 | 2023-08-21 | 1 | -2/+2 |
| | |||||
* | prevent API options from being changed via API | AUTOMATIC1111 | 2023-08-21 | 1 | -6/+13 |
| | |||||
* | put infotext label for setting into OptionInfo definition rather than in a ↵ | AUTOMATIC1111 | 2023-08-10 | 1 | -1/+3 |
| | | | | separate list | ||||
* | split shared.py into multiple files; should resolve all circular reference ↵ | AUTOMATIC1111 | 2023-08-09 | 1 | -0/+236 |
import errors related to shared.py |