From fce0d31dcba6ebabebeab08c10156c551d181a9b Mon Sep 17 00:00:00 2001 From: Rattus Date: Mon, 26 Jan 2026 22:14:08 +1000 Subject: [PATCH] add missing signature set for non comfy --- comfy/model_management.py | 1 + 1 file changed, 1 insertion(+) diff --git a/comfy/model_management.py b/comfy/model_management.py index 888cea5c3..143991ad6 100644 --- a/comfy/model_management.py +++ b/comfy/model_management.py @@ -1208,6 +1208,7 @@ def cast_to(weight, dtype=None, device=None, non_blocking=False, copy=False, str r.copy_(weight, non_blocking=non_blocking) if signature is not None: + weight._v_signature = signature v_tensor.copy_(r) comfy_aimdo.model_vbar.vbar_unpin(weight._v)