fix custom_flowmatch_sampler (#783)
This commit is contained in:
parent
233e292256
commit
e868fca562
|
|
@ -68,7 +68,7 @@ class CustomFlowMatchEulerDiscreteScheduler(FlowMatchEulerDiscreteScheduler):
|
||||||
device=timesteps.device,
|
device=timesteps.device,
|
||||||
dtype=timesteps.dtype
|
dtype=timesteps.dtype
|
||||||
)
|
)
|
||||||
if v2:
|
elif v2:
|
||||||
weights = self.linear_timesteps_weights2[step_indices].flatten()
|
weights = self.linear_timesteps_weights2[step_indices].flatten()
|
||||||
else:
|
else:
|
||||||
weights = self.linear_timesteps_weights[step_indices].flatten()
|
weights = self.linear_timesteps_weights[step_indices].flatten()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue