aboutsummaryrefslogtreecommitdiffstats
path: root/modules/options.py
AgeCommit message (Collapse)AuthorLines
2024-01-26minor fix to #14525w-e-w-0/+2
2024-01-04handle config.json failed to loadw-e-w-3/+9
2024-01-01Merge branch 'dev' into finer-settings-freezing-controlAUTOMATIC1111-9/+72
2023-11-26add categories to settingsAUTOMATIC1111-7/+68
2023-11-26json.dump(ensure_ascii=False)w-e-w-1/+1
improve json readability
2023-11-26do not save HTML explanations from options page to configAUTOMATIC1111-2/+2
2023-10-29Remove blank line whitespaceNick Harrison-1/+1
2023-10-29Add assertions for checking additional settings freezing parametersNick Harrison-4/+19
2023-09-12fix add_option overriding config with defaultw-e-w-1/+2
2023-09-01fix: update shared.opts.data when add_optionAnyISalIn-0/+1
Signed-off-by: AnyISalIn <anyisalin@gmail.com>
2023-08-21also prevent changing API options via override_settingsAUTOMATIC1111-2/+2
2023-08-21prevent API options from being changed via APIAUTOMATIC1111-6/+13
2023-08-10put infotext label for setting into OptionInfo definition rather than in a ↵AUTOMATIC1111-1/+3
separate list
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111-0/+236
import errors related to shared.py