mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-09-14 12:56:37 +08:00
f1681ee669
Nodes operate on assets (image.invert()) and never receive buffers; compute runs on the trusted plane via the OpsProvider seam. Raw buffer access becomes a permissioned, discouraged escape hatch (raw(); forces dedicated tier under the overlay). The execution seam wraps heavy inputs as refs for SDK_REFS nodes and resolves output refs for downstream legacy nodes. The .pyi contract no longer imports torch. POC stand-ins (interface debt, ledgered in the overlay repo DEBT.md): invert/scale enumerated on OpsProvider; duck-typed wrap_inputs; SDK_REFS class-attr opt-in.