From 1c7998c5549f303223bfc3f69865f29c5cb374c7 Mon Sep 17 00:00:00 2001 From: bennykok Date: Mon, 7 Oct 2024 15:48:14 -0700 Subject: [PATCH] feat: attach gpu event --- web-plugin/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web-plugin/index.js b/web-plugin/index.js index 1246c56..ee70c64 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -1541,6 +1541,7 @@ api.fetchApi = async (route, options) => { machine_id: info.machine_id, workflow_id: info.workflow_id, native_run_api_endpoint: info.native_run_api_endpoint, + gpu_event_id: info.gpu_event_id, }; return await fetch("/comfyui-deploy/run", {