mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 10:27:10 +08:00
Show errors and API output URLs to the user (change log levels) (#131)
This commit is contained in:
parent
898acc0f52
commit
aae6f2d63a
@ -108,7 +108,8 @@ from comfy.cli_args import args
|
|||||||
from comfy import utils
|
from comfy import utils
|
||||||
from . import request_logger
|
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)
|
T = TypeVar("T", bound=BaseModel)
|
||||||
R = TypeVar("R", bound=BaseModel)
|
R = TypeVar("R", bound=BaseModel)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user