mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-27 08:16:44 +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
6df907c413
commit
8d28c17369
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