Show errors and API output URLs to the user (change log levels) (#131)

This commit is contained in:
Christian Byrne 2025-05-05 01:22:49 -07:00 committed by Robin Huang
parent 898acc0f52
commit aae6f2d63a

View File

@ -108,7 +108,8 @@ from comfy.cli_args import args
from comfy import utils
from . import request_logger
# Import models from your generated stubs
from comfy.cli_args import args
from comfy import utils
T = TypeVar("T", bound=BaseModel)
R = TypeVar("R", bound=BaseModel)