Nodes/ComfyUI-WanAnimatePlus/WanAnimatePlus Schedulerv2
ComfyUI Node

WanAnimatePlus Schedulerv2

The same scheduler, but it hands your sampler one tidy bundle

By wuwukaka·Created 4 months ago·Updated about a month ago· 409
WanAnimatePlus Schedulerv2
  • sigmas
  • scheduler
schedulerunipc
steps30
shift5.00
start_step0
end_step-1
enhance_hffalse

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 - unipc by 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.

CategoryWanAnimatePlus

Inputs (7)

NameTypeDefaultDescription
schedulerCOMBOunipc21 options: unipc, unipc/beta, dpm++, dpm++/beta, dpm++_sde, dpm++_sde/beta, +15
stepsINT30Number of steps for the scheduler
shiftFLOAT5.000–1000
start_stepINT0Starting step for the scheduler
end_stepINT-1Ending step for the scheduler
sigmasoptSIGMAS
enhance_hfoptBOOLEANfalseEnhanced high-frequency denoising schedule

Outputs (1)

NameTypeDescription
schedulerWANVIDEOSCHEDULER