Files
ComfyUI/comfy_api/feature_flags.py
Maanil Verma 30bdda1ef1 Register partner_run_gate_enabled feature flag (#16012)
The frontend's partner-nodes run gate (Comfy-Org/ComfyUI_frontend#15248)
reads this key from /features as its kill switch. Registering it makes
--feature-flag partner_run_gate_enabled=false coerce to a real boolean;
unregistered keys pass through as strings, and the string "false" is
truthy to the frontend, so the switch would silently not work.
2026-09-03 17:45:08 +05:30

5.1 KiB