mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-10 06:10:50 +08:00
- deprecate our preview image fork of the frontend because upstream now has the needed functionality - merge the context executor from upstream into ours
4 lines
144 B
Python
4 lines
144 B
Python
from ..component_model import queue_types
|
|
|
|
# todo: should protocol really be all of queue_types?
|
|
BinaryEventTypes = queue_types.BinaryEventTypes |