InvokeAI/tests/backend
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
..
ip_adapter Tidy names and locations of modules 2024-03-01 10:42:33 +11:00
model_manager feat(config): add CLI arg to specify config file 2024-03-20 15:05:25 +11:00
tiles In CalculateImageTilesEvenSplitInvocation to have overlap_fraction becomes just overlap. This is now in pixels rather than as a fraction of the tile size. 2023-12-17 15:10:50 +00:00
util chore: ruff 2024-03-01 10:42:33 +11:00
__init__.py POC of a test that depends on models. 2023-10-05 15:35:58 -04:00