fix custom_flowmatch_sampler (#783)

This commit is contained in:
Asaf Agami
2026-04-13 18:42:05 +03:00
committed by GitHub
parent 233e292256
commit e868fca562

View File

@@ -68,7 +68,7 @@ class CustomFlowMatchEulerDiscreteScheduler(FlowMatchEulerDiscreteScheduler):
device=timesteps.device,
dtype=timesteps.dtype
)
if v2:
elif v2:
weights = self.linear_timesteps_weights2[step_indices].flatten()
else:
weights = self.linear_timesteps_weights[step_indices].flatten()