mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-07 03:17:05 +08:00
update config docstring
This commit is contained in:
parent
b138882abc
commit
5f83bb0069
@ -91,6 +91,7 @@ class InvokeAIAppConfig(BaseSettings):
|
||||
db_dir: Path to InvokeAI databases directory.
|
||||
outputs_dir: Path to directory for outputs.
|
||||
custom_nodes_dir: Path to directory for custom nodes.
|
||||
style_preset_images_dir: Path to directory for style preset images.
|
||||
log_handlers: Log handler. Valid options are "console", "file=<path>", "syslog=path|address:host:port", "http=<url>".
|
||||
log_format: Log format. Use "plain" for text-only, "color" for colorized output, "legacy" for 2.3-style logging and "syslog" for syslog-style.<br>Valid values: `plain`, `color`, `syslog`, `legacy`
|
||||
log_level: Emit logging messages at this level or higher.<br>Valid values: `debug`, `info`, `warning`, `error`, `critical`
|
||||
|
@ -3,7 +3,7 @@ from scripts.update_config_docstring import generate_config_docstrings
|
||||
|
||||
|
||||
def test_app_config_docstrings_are_current():
|
||||
# If this test fails, run `python scripts/generate_config_docstring.py`. See the comments in that script for
|
||||
# If this test fails, run `python scripts/update_config_docstring.py`. See the comments in that script for
|
||||
# an explanation of why this is necessary.
|
||||
#
|
||||
# A make target is provided to run the script: `make update-config-docstring`.
|
||||
|
Loading…
Reference in New Issue
Block a user