aboutsummaryrefslogtreecommitdiff
path: root/modules/options.py
AgeCommit message (Collapse)Author
2023-11-26json.dump(ensure_ascii=False)w-e-w
improve json readability
2023-11-26do not save HTML explanations from options page to configAUTOMATIC1111
2023-09-12fix add_option overriding config with defaultw-e-w
2023-09-01fix: update shared.opts.data when add_optionAnyISalIn
Signed-off-by: AnyISalIn <anyisalin@gmail.com>
2023-08-21also prevent changing API options via override_settingsAUTOMATIC1111
2023-08-21prevent API options from being changed via APIAUTOMATIC1111
2023-08-10put infotext label for setting into OptionInfo definition rather than in a ↵AUTOMATIC1111
separate list
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111
import errors related to shared.py