You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generate images using Stable Diffusion. Use "invokeai" to launch
@@ -423,6 +422,7 @@ class InvokeAIAppConfig(InvokeAISettings):
423
422
log_level : Literal[tuple(["debug","info","warning","error","critical"])] =Field(default="info", description="Emit logging messages at this level or higher", category="Logging")
424
423
425
424
version : bool=Field(default=False, description="Show InvokeAI version and exit", category="Other")
425
+
cached_root : Path=Field(default=None, description="internal use only", category="DEPRECATED")
0 commit comments