mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-17 12:57:40 +00:00
Compare commits
2 Commits
f77be1e208
...
94cdde59c4
Author | SHA1 | Date | |
---|---|---|---|
|
94cdde59c4 | ||
|
fea47e70f7 |
@ -710,9 +710,9 @@ class FlowUniPCMultistepScheduler(SchedulerMixin, ConfigMixin):
|
|||||||
self.timestep_list[-1] = timestep # pyright: ignore
|
self.timestep_list[-1] = timestep # pyright: ignore
|
||||||
|
|
||||||
if self.config.lower_order_final:
|
if self.config.lower_order_final:
|
||||||
this_order = min(self.config.solver_order,
|
this_order = max(1, min(self.config.solver_order,
|
||||||
len(self.timesteps) -
|
len(self.timesteps) -
|
||||||
self.step_index) # pyright: ignore
|
self.step_index)) # pyright: ignore
|
||||||
else:
|
else:
|
||||||
this_order = self.config.solver_order
|
this_order = self.config.solver_order
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user