Commit Graph

3 Commits

Author SHA1 Message Date
Ethanfel ccc43f520e Fix save node meta tensor handling with multi-source weight loading
Try pipeline["sd"] first (merged base+VACE weights), then
diffusion_model state dict, then reload from checkpoint file.
Applies LoRA patches from model patcher on top.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:32:21 +01:00
Ethanfel d2c96726e5 Fix save node to force-load model weights before saving
Model weights stay on meta device (no data) until ComfyUI's model
management loads them. Use load_models_gpu with force_full_load
to materialize weights before extracting state dict.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:20:46 +01:00
Ethanfel 5f59ec34e9 Add WanVideo Save Merged Model node from Comfyui_WW_msave
Consolidates the WanVideoSaveMergedModel node into this project as
save_node.py. Saves WanVideo diffusion models (with merged LoRAs) as
safetensors files with metadata for traceability.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-19 16:48:47 +01:00