Compare commits

...
Author SHA1 Message Date
Alexis RollandandGitHub 55642474df Merge branch 'master' into expose-deploy-environment
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
2026-06-13 22:09:23 +08:00
Robin Huang 7d48dcbecc Merge origin/master into expose-deploy-environment
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
2026-06-11 10:21:39 -07:00
Robin Huang e411e7d574 Expose deploy_environment in /system_stats 2026-06-10 16:03:28 -07:00
+2
View File
@@ -27,6 +27,7 @@ import logging
import mimetypes
from comfy.cli_args import args
from comfy.deploy_environment import get_deploy_environment
import comfy.utils
import comfy.model_management
from comfy_api import feature_flags
@@ -690,6 +691,7 @@ class PromptServer():
"python_version": sys.version,
"pytorch_version": comfy.model_management.torch_version,
"embedded_python": os.path.split(os.path.split(sys.executable)[0])[1] == "python_embeded",
"deploy_environment": get_deploy_environment(),
"argv": sys.argv
},
"devices": device_entries