mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-05 18:37:08 +08:00
Remove polling operations.
This commit is contained in:
parent
320fbbbe44
commit
c35e12da77
@ -108,8 +108,6 @@ 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
|
|
||||||
|
|
||||||
T = TypeVar("T", bound=BaseModel)
|
T = TypeVar("T", bound=BaseModel)
|
||||||
R = TypeVar("R", bound=BaseModel)
|
R = TypeVar("R", bound=BaseModel)
|
||||||
P = TypeVar("P", bound=BaseModel) # For poll response
|
P = TypeVar("P", bound=BaseModel) # For poll response
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user