From ce939fbe1b3fd73bd77a6cda17ea016b6227eeaa Mon Sep 17 00:00:00 2001 From: KarrixLee <52952301+KarrixLee@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:41:56 +0800 Subject: [PATCH] add: gpu in info (#78) --- web-plugin/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web-plugin/index.js b/web-plugin/index.js index 4439199..99843b6 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -1995,6 +1995,7 @@ api.fetchApi = async (route, options) => { workflow_id: info.workflow_id, native_run_api_endpoint: info.native_run_api_endpoint, gpu_event_id: info.gpu_event_id, + gpu: info.gpu, }; return await fetch("/comfyui-deploy/run", {