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
This is a relatively stable release that corrects the urgent windows
install and model manager problems in 3.0.1. It still has two known
bugs:
1. Many inpainting models are not loading correctly.
2. The merge script is failing to start.
@@ -423,6 +424,7 @@ class InvokeAIAppConfig(InvokeAISettings):
423
424
log_level : Literal[tuple(["debug","info","warning","error","critical"])] =Field(default="info", description="Emit logging messages at this level or higher", category="Logging")
424
425
425
426
version : bool=Field(default=False, description="Show InvokeAI version and exit", category="Other")
427
+
cached_root : Path=Field(default=None, description="internal use only", category="DEPRECATED")
0 commit comments