[diffusion] chore: remove stepvideo code (#15918)

This commit is contained in:
Yuhao Yang
2025-12-27 13:25:05 +08:00
committed by GitHub
parent a8380ded71
commit 29ce7b3612
19 changed files with 2 additions and 3034 deletions

View File

@@ -752,8 +752,7 @@ class SchedulerLoader(ComponentLoader):
scheduler = scheduler_cls(**config)
if server_args.pipeline_config.flow_shift is not None:
scheduler.set_shift(server_args.pipeline_config.flow_shift)
if server_args.pipeline_config.timesteps_scale is not None:
scheduler.set_timesteps_scale(server_args.pipeline_config.timesteps_scale)
return scheduler