mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
fix formatting
This commit is contained in:
parent
ba34b790d3
commit
e13912dfde
@ -117,6 +117,7 @@ def options_section(section_identifer, options_dict):
|
|||||||
for k, v in options_dict.items():
|
for k, v in options_dict.items():
|
||||||
v.section = section_identifer
|
v.section = section_identifer
|
||||||
|
|
||||||
|
|
||||||
return options_dict
|
return options_dict
|
||||||
|
|
||||||
hide_dirs = {"visible": not cmd_opts.hide_ui_dir_config}
|
hide_dirs = {"visible": not cmd_opts.hide_ui_dir_config}
|
||||||
|
Loading…
Reference in New Issue
Block a user