mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-08-05 10:00:28 +08:00
8 lines
129 B
Python
8 lines
129 B
Python
|
|
|
||
|
|
class BinaryEventTypes:
|
||
|
|
PREVIEW_IMAGE = 1
|
||
|
|
UNENCODED_PREVIEW_IMAGE = 2
|
||
|
|
TEXT = 3
|
||
|
|
PREVIEW_IMAGE_WITH_METADATA = 4
|
||
|
|
|