WanAnimatePlus Schedulerv2
The same scheduler, but it hands your sampler one tidy bundle
- sigmas
- scheduler
Here's the entire difference between WanAnimatePlus Scheduler and WanAnimatePlus Schedulerv2: the v1 node unpacks the sigma schedule across six separate output wires, and the v2 node wraps the whole thing into a single WANVIDEOSCHEDULER object. Same inputs, same tooltips, same underlying math - v2 just cleans up the cable spaghetti.
If you've built a Wan workflow before, you know the deal: the v1 output style (sigmas, steps, shift, scheduler name, start/end steps all as individual connections) is what you feed a sampler that wants the pieces spelled out. The v2 style is one fat wire you plug into WanAnimatePlus Samplerv2, which reads the bundle itself. It's the difference between a settings sheet and a settings object, and honestly most people pick whichever matches the sampler node in the workflow they downloaded.
The knobs (same as v1)
scheduler-unipcby default, with the Wan roster behind it:dpm++(and/beta),euler(and/beta),deis,lcm,res_multistep,er_sde, plus the distilled options (longcat_distill_euler,flowmatch_distill,flowmatch_pusa,multitalk,rcm,vibt_unipc) that pair with speed LoRAs at low step counts.steps(30),shift(5),start_step(0),end_step(-1) - same meaning as v1, including "let it run to the end" for the default end_step.enhance_hf- optional enhanced high-frequency schedule, off by default.sigmas- optional; feed in a custom sigma path and it takes priority.
The one catch
The v2 output is only useful to a sampler that speaks WANVIDEOSCHEDULER - that's WanAnimatePlus Samplerv2 (and the settings-from-settings crowd). Feed it to the v1 sampler and it won't connect. If your workflow uses WanAnimatePlus Sampler or the Easy Sampler, use the v1 Scheduler; if it uses Samplerv2, use this one. There's no performance difference, just a type-compatibility one, and getting them crossed is the most common beginner mistake with this pair.
Install
Same pack, same drill:
cd ComfyUI/custom_nodes
git clone https://github.com/wuwukaka/ComfyUI-WanAnimatePlus.git
Restart ComfyUI, or install via Manager by searching "ComfyUI-WanAnimatePlus". Keep the original ComfyUI-WanVideoWrapper installed, and don't mix WanAnimatePlus and original WanVideoWrapper nodes in the same chain.
Short version: this is a convenience node, not a feature node. If you need the sigma plot or want to split the schedule by hand, grab the v1. If you just want a clean wire into Samplerv2, this is the one.
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| scheduler | COMBO | unipc | 21 options: unipc, unipc/beta, dpm++, dpm++/beta, dpm++_sde, dpm++_sde/beta, +15 |
| steps | INT | 30 | Number of steps for the scheduler |
| shift | FLOAT | 5.000–1000 | — |
| start_step | INT | 0 | Starting step for the scheduler |
| end_step | INT | -1 | Ending step for the scheduler |
| sigmasopt | SIGMAS | — | |
| enhance_hfopt | BOOLEAN | false | Enhanced high-frequency denoising schedule |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| scheduler | WANVIDEOSCHEDULER | — |