diff --git a/workers/comfyui-json/server.py b/workers/comfyui-json/server.py index 44b10fc..dcce49c 100644 --- a/workers/comfyui-json/server.py +++ b/workers/comfyui-json/server.py @@ -19,6 +19,7 @@ MODEL_SERVER_START_LOG_MSG = "To see the GUI go to: " MODEL_SERVER_ERROR_LOG_MSGS = [ "MetadataIncompleteBuffer", # This error is emitted when the downloaded model is corrupted "Value not in list: ", # This error is emitted when the model file is not there at all + "[ERROR] Provisioning Script failed", # Error inserted by provisioning script if models/nodes fail to download ]