InvokeAI/invokeai/frontend
psychedelicious 6c558279dd feat(config): add CLI arg to specify config file
This allows users to create simple "profiles" via separate `invokeai.yaml` files.

- Remove `InvokeAIAppConfig.set_root()`, it's extraneous
- Remove `InvokeAIAppConfig.merge_from_file()`, it's extraneous
- Add `--config` to the app arg parser, add `InvokeAIAppConfig._config_file`, and consume in the config singleton getter
- `InvokeAIAppConfig.init_file_path` -> `InvokeAIAppConfig.config_file_path`
2024-03-20 15:05:25 +11:00
..
cli feat(config): add CLI arg to specify config file 2024-03-20 15:05:25 +11:00
install tidy: "check_root.py" -> "check_directories.py" 2024-03-19 09:24:28 +11:00
merge fix(config): use set_root to set root 2024-03-19 09:24:28 +11:00
training update textual inversion training to use root_path rather than root_dir 2024-03-19 09:24:28 +11:00
web feat(ui): add starter models tab to MM 2024-03-20 15:05:25 +11:00
__init__.py Run python black 2023-07-28 09:46:44 -04:00
legacy_launch_invokeai.py isort wip 2023-09-12 13:01:58 -04:00