mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove errant def that was crashing invokeai-configure
This commit is contained in:
committed by
psychedelicious
parent
1242cb4f85
commit
af2117dc0c
@ -43,7 +43,7 @@ from invokeai.frontend.install.widgets import (
|
||||
warnings.filterwarnings("ignore", category=UserWarning) # noqa: E402
|
||||
config = InvokeAIAppConfig.get_config()
|
||||
logger = InvokeAILogger.get_logger("ModelInstallService")
|
||||
logger.setLevel("WARNING")
|
||||
# logger.setLevel("WARNING")
|
||||
# logger.setLevel('DEBUG')
|
||||
|
||||
# build a table mapping all non-printable characters to None
|
||||
|
Reference in New Issue
Block a user