Add correct logger name

This commit is contained in:
Aarni Koskela 2023-07-12 15:16:42 +03:00
parent 15adff3d6d
commit 8f6b24ce59
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import platform
from modules.sd_hijack_utils import CondFunc
from packaging import version
log = logging.getLogger()
log = logging.getLogger(__name__)
# before torch version 1.13, has_mps is only available in nightly pytorch and macOS 12.3+,