Merge branch 'master' into expose-deploy-environment

This commit is contained in:
Alexis Rolland
2026-06-13 22:09:23 +08:00
committed by GitHub
21 changed files with 733 additions and 68 deletions

View File

@@ -973,6 +973,11 @@ class PromptServer():
if "client_id" in json_data:
extra_data["client_id"] = json_data["client_id"]
if "comfy_usage_source" not in extra_data:
usage_source = request.headers.get("Comfy-Usage-Source")
if usage_source:
extra_data["comfy_usage_source"] = usage_source
if valid[0]:
outputs_to_execute = valid[2]
sensitive = {}