mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-16 08:22:36 +08:00
7 lines
116 B
Python
7 lines
116 B
Python
SUCCESS = 0
|
|
ERROR = 1
|
|
UNKNOWN_ERROR = 2
|
|
VIRTUALENV_NOT_FOUND = 3
|
|
PREVIOUS_BUILD_DIR_ERROR = 4
|
|
NO_MATCHES_FOUND = 23
|