rahul7star commited on
Commit
5bff41c
·
verified ·
1 Parent(s): 0a24268

Update wan2_fast.py

Browse files
Files changed (1) hide show
  1. wan2_fast.py +1 -2
wan2_fast.py CHANGED
@@ -152,8 +152,7 @@ def get_duration(
152
  progress,
153
  ):
154
  duration = int(duration_seconds) * int(steps) * 2.25 + 5
155
- if compare:
156
- duration *= 2
157
  return duration
158
 
159
 
 
152
  progress,
153
  ):
154
  duration = int(duration_seconds) * int(steps) * 2.25 + 5
155
+
 
156
  return duration
157
 
158