InvokeAI/tests/app
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
..
routers add debugging statements and a timeout to download test 2024-03-01 10:42:33 +11:00
services feat(config): add CLI arg to specify config file 2024-03-20 15:05:25 +11:00
util Add support for T2I-Adapter in node workflows (#4612) 2023-10-05 16:29:16 +11:00
__init__.py Add support for T2I-Adapter in node workflows (#4612) 2023-10-05 16:29:16 +11:00