Merge branch 'main' into lstein/fix-logger-reconfiguration

This commit is contained in:
Lincoln Stein
2023-06-07 19:50:44 -07:00
committed by GitHub
156 changed files with 3824 additions and 11434 deletions

View File

@ -30,7 +30,6 @@ import invokeai.backend.util.logging as IAILogger
IAILogger.debug('this is a debugging message')
"""
import logging
import logging.handlers
import socket
import urllib.parse