instance / ComfyUI /protocol.py
mihaiciorobitca's picture
Add files using upload-large-folder tool
23200b5 verified
raw
history blame contribute delete
129 Bytes
class BinaryEventTypes:
PREVIEW_IMAGE = 1
UNENCODED_PREVIEW_IMAGE = 2
TEXT = 3
PREVIEW_IMAGE_WITH_METADATA = 4