Files
Comfyui_WW_msave/nodes.py
Ethanfel 97954cd06e Fix shared tensor warning by cloning before save
Aliased tensors (patch_embedding / expanded_patch_embedding /
original_patch_embedding) share memory, causing safetensors
save_file to warn about duplicates. Clone each tensor to break
sharing while keeping all keys for loader compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 18:18:34 +01:00

4.2 KiB