InvokeAI/invokeai/app/services/config
psychedelicious eba1fc1355 docs: autogenerated app config docs
mkdocs can autogenerate python class docs from its docstrings. Our config is a pydantic model.

It's tedious and error-prone to duplicate docstrings from the pydantic field descriptions to the class docstrings.

- Add helper function to generate a mkdocs-compatible docstring from the InvokeAIAppConfig class fields
2024-03-08 16:31:39 -05:00
..
__init__.py Fix "Cannot import name 'PagingArgumentParser' error when starting textual inversion 2024-01-11 13:57:06 +11:00
config_base.py remove startup dependency on legacy models.yaml file 2024-03-01 10:42:33 +11:00
config_common.py fix a number of typechecking errors 2024-03-01 10:42:33 +11:00
config_default.py docs: autogenerated app config docs 2024-03-08 16:31:39 -05:00