From 4f6d5e70742f226bae6b0e01438837e653b67dc9 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Thu, 26 Dec 2024 10:20:59 +0800 Subject: [PATCH] hunyuanvideo step_processor --- diffsynth/schedulers/flow_match.py | 1 - 1 file changed, 1 deletion(-) diff --git a/diffsynth/schedulers/flow_match.py b/diffsynth/schedulers/flow_match.py index 399539b..81a6fac 100644 --- a/diffsynth/schedulers/flow_match.py +++ b/diffsynth/schedulers/flow_match.py @@ -46,7 +46,6 @@ class FlowMatchScheduler(): def return_to_timestep(self, timestep, sample, sample_stablized): - # This scheduler doesn't support this function. if isinstance(timestep, torch.Tensor): timestep = timestep.cpu() timestep_id = torch.argmin((self.timesteps - timestep).abs())