From 31ddc51ba36a77361a9f0e70a4e911e89618c8a6 Mon Sep 17 00:00:00 2001 From: mattmillerai <7741082+mattmillerai@users.noreply.github.com> Date: Wed, 10 Jun 2026 22:17:04 +0000 Subject: [PATCH] chore(openapi): sync shared API contract from cloud@e3c52ad --- openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index c27ed7adf..5c07590b2 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1062,6 +1062,9 @@ components: comfyui_version: description: ComfyUI version type: string + deploy_environment: + description: How this ComfyUI instance is deployed (e.g. cloud, local-git, local-portable, local-desktop) + type: string embedded_python: description: Whether using embedded Python type: boolean