mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-14 10:57:25 +08:00
fix(custom-node-list): place Z-Fuse entry after last git-clone block
This commit is contained in:
parent
a4b6a589d7
commit
bdd6111d9d
@ -46561,6 +46561,17 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Predicts Physical FPS (PhyFPS) from video using the Visual Chronometer model from the Pulse of Motion paper. Includes SDPA-optimized attention, device selection, progress tracking, and auto-downloads the model from HuggingFace."
|
||||
},
|
||||
{
|
||||
"author": "destinyfaux",
|
||||
"title": "Z-FUSE: Surgical LoRA Orchestrator",
|
||||
"id": "z-fuse",
|
||||
"reference": "https://github.com/destinyfaux/Z-Fuse",
|
||||
"files": [
|
||||
"https://github.com/destinyfaux/Z-Fuse"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "High-fidelity, architecture-aware LoRA fusion for Z-Image (S3-DiT). Features simultaneous TIES-merging, per-block tuning, and no-loss export."
|
||||
},
|
||||
|
||||
|
||||
|
||||
@ -46952,16 +46963,5 @@
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "destinyfaux",
|
||||
"title": "Z-FUSE: Surgical LoRA Orchestrator",
|
||||
"id": "z-fuse",
|
||||
"reference": "https://github.com/destinyfaux/Z-Fuse",
|
||||
"files": [
|
||||
"https://github.com/destinyfaux/Z-Fuse"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "High-fidelity, architecture-aware LoRA fusion for Z-Image (S3-DiT). Features simultaneous TIES-merging, per-block tuning, and no-loss export."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user