mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-29 09:16:48 +00:00
Add a missing file
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.
This commit is contained in:
parent
50bf72f852
commit
a6a6b615f4
7
protocol.py
Normal file
7
protocol.py
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
class BinaryEventTypes:
|
||||||
|
PREVIEW_IMAGE = 1
|
||||||
|
UNENCODED_PREVIEW_IMAGE = 2
|
||||||
|
TEXT = 3
|
||||||
|
PREVIEW_IMAGE_WITH_METADATA = 4
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user