Support Wan-Dancer (#13813)

* initial WanDancer support

* nodes_wandancer: Add list form of chunker.

Create an alternate list form of the node so the chunk gens can be
trivially looped by the comfy executor.

* Closer match to original soxr resampling

* Remove librosa node

* Cleanup

---------

Co-authored-by: Rattus <rattus128@gmail.com>
This commit is contained in:
Jukka Seppänen
2026-05-10 00:02:56 +03:00
committed by GitHub
parent a4b7e3beed
commit 3200f28e3a
7 changed files with 1322 additions and 6 deletions

View File

@@ -2434,6 +2434,7 @@ async def init_builtin_extra_nodes():
"nodes_frame_interpolation.py",
"nodes_sam3.py",
"nodes_void.py",
"nodes_wandancer.py",
]
import_failed = []