-
Notifications
You must be signed in to change notification settings - Fork 244
Description
Hi,
I want to perform 4 step distillation on one of the example scripts and I wonder what I should modify to do so. Let's say we use this script: https://github.com/hao-ai-lab/FastVideo/blob/40ce2d72f5c74f199033643bb67f0a7c9c280a58/examples/distill/Wan2.2-TI2V-5B-Diffusers/crush_smol/distill_dmd_VSA_t2v_5B.sh
First of all, within the training scripts, I assume validation_sampling_steps should be set from 3 to 4. After that, dmd_denoising_steps should be changed to include a fourth timestep -- but what value should this be? Should we map a uniform noise schedule to a nonuniform one using of the schedulers (e.g. https://github.com/hao-ai-lab/FastVideo/blob/40ce2d72f5c74f199033643bb67f0a7c9c280a58/fastvideo/models/schedulers/scheduling_flow_unipc_multistep.py#L287)?
Related resources
No response