rename comfy/logging.py to comfy/internal_logging.py (#15231)

This avoids name collision (circular imports) for external custom nodes,
for which the comfy path is pushed into sys.path so Python's own logging module
is shadowed otherwise.

fixes: #15229
This commit is contained in:
Oliver Freyermuth
2026-08-02 22:20:27 +02:00
committed by GitHub
parent 611f2a4e0f
commit b53e247c94
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ import comfy.utils
import comfy.quant_ops
import comfy_aimdo.host_buffer
import comfy_aimdo.vram_buffer
from comfy.logging import detail
from comfy.internal_logging import detail
from typing import TYPE_CHECKING
if TYPE_CHECKING: