Skip to content

Commit f2fc182

Browse files
committed
reformat
1 parent 4fef9c8 commit f2fc182

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/diffusers/schedulers/scheduling_flow_match_euler_discrete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def step(
300300

301301
sigma = self.sigmas[self.step_index]
302302
sigma_next = self.sigmas[self.step_index + 1]
303+
303304
prev_sample = sample + (sigma_next - sigma) * model_output
304305

305306
# Cast sample back to model compatible dtype

0 commit comments

Comments
 (0)