We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8cb8e1 commit 46bfa24Copy full SHA for 46bfa24
invokeai/app/services/config/config_default.py
@@ -46,6 +46,7 @@ def validate_url_regex(cls, v: str) -> str:
46
raise ValueError(f"Invalid regex: {e}")
47
return v
48
49
+
50
class InvokeAIAppConfig(BaseSettings):
51
"""Invoke's global app configuration.
52
0 commit comments