InvokeAI/invokeai/backend/install
psychedelicious f69938c6a8 fix(config): revised config methods
- `write_file` requires an destination file path
- `read_config` -> `merge_from_file`, if no path is provided, reads from `self.init_file_path`
- update app, tests to use new methods
- fix configurator, was overwriting config file data unexpectedly
2024-03-19 09:24:28 +11:00
..
__init__.py rename invokeai.backend.config to invokeai.backend.install 2023-05-31 21:34:20 -04:00
check_root.py fix(config): split check_invokeai_root into separate function to validate, use this in model_install to determine if need to run configurator 2024-03-19 09:24:28 +11:00
install_helper.py fix(install): do not use deprecated pydantic methods 2024-03-19 09:24:28 +11:00
invokeai_configure.py fix(config): revised config methods 2024-03-19 09:24:28 +11:00
legacy_arg_parsing.py wip: Add LCMScheduler 2023-11-10 06:54:36 -08:00