Merge pull request #3 from Nader-gator/main

add cuda error handling
This commit is contained in:
Nader Arbabian
2025-04-09 12:17:11 -07:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ MODEL_SERVER_URL = "http://0.0.0.0:5001"
# This is the last log line that gets emitted once comfyui+extensions have been fully loaded
MODEL_SERVER_START_LOG_MSG = '"message":"Connected","target":"text_generation_router"'
MODEL_SERVER_ERROR_LOG_MSGS = ["Error: WebserverFailed", "Error: DownloadError"]
MODEL_SERVER_ERROR_LOG_MSGS = ["Error: WebserverFailed", "Error: DownloadError", "Error: ShardCannotStart"]
logging.basicConfig(