mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
make invokeai.yaml more hierarchical; fix list configuration bug
This commit is contained in:
@ -727,6 +727,7 @@ def write_default_options(program_opts: Namespace, initfile: Path):
|
||||
def migrate_init_file(legacy_format:Path):
|
||||
|
||||
old = legacy_parser.parse_args([f'@{str(legacy_format)}'])
|
||||
new =
|
||||
new = OmegaConf.create()
|
||||
|
||||
new.globals = dict()
|
||||
|
Reference in New Issue
Block a user