mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-06-12 06:17:00 +08:00
It looks like this got caught by .gitignore? There's probably a better place to put it, but I'm not sure what that is.
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
|
|
|