add: gpu in info (#78)

This commit is contained in:
KarrixLee 2025-02-06 15:41:56 +08:00 committed by GitHub
parent 48f5ce15d7
commit ce939fbe1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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", {