remove errant def that was crashing invokeai-configure

This commit is contained in:
Lincoln Stein
2024-02-18 18:02:58 -05:00
committed by psychedelicious
parent 1242cb4f85
commit af2117dc0c
2 changed files with 12 additions and 15 deletions

View File

@ -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