add embedded python to system state

This commit is contained in:
bymyself
2025-06-21 16:29:40 -07:00
parent 75ecb31f8c
commit 38fefde06d
3 changed files with 16 additions and 3 deletions

View File

@@ -724,6 +724,9 @@ components:
additionalProperties:
type: string
description: Map of installed pip packages to their versions
embedded_python:
type: [boolean, 'null']
description: Whether ComfyUI is running from an embedded Python distribution
required: [snapshot_time, comfyui_version, python_version, platform_info]
BatchExecutionRecord:
type: object