add embedded python to system state
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# generated by datamodel-codegen:
|
||||
# filename: openapi.yaml
|
||||
# timestamp: 2025-06-17T22:03:51+00:00
|
||||
# timestamp: 2025-06-21T23:28:48+00:00
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
@@ -419,6 +419,10 @@ class ComfyUISystemState(BaseModel):
|
||||
pip_packages: Optional[Dict[str, str]] = Field(
|
||||
None, description="Map of installed pip packages to their versions"
|
||||
)
|
||||
embedded_python: Optional[bool] = Field(
|
||||
None,
|
||||
description="Whether ComfyUI is running from an embedded Python distribution",
|
||||
)
|
||||
|
||||
|
||||
class BatchExecutionRecord(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user