ComfyUI/comfy/cmd/protocol.py
doctorpangloss 499f9be5fa merging upstream with hiddenswitch
- deprecate our preview image fork of the frontend because upstream now has the needed functionality
 - merge the context executor from upstream into ours
2025-07-14 16:55:47 -07:00

4 lines
144 B
Python

from ..component_model import queue_types
# todo: should protocol really be all of queue_types?
BinaryEventTypes = queue_types.BinaryEventTypes