dagloop5 commited on
Commit
be70ca1
·
verified ·
1 Parent(s): d459f69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -923,7 +923,7 @@ def generate(
923
 
924
  chunk_first_frame = None
925
  given_video = None
926
- video_condition_mode = "blended"
927
  if chunk_advance:
928
  if MOMENTUM_PIPE is not None and float(momentum) > 0:
929
  given_video = _trailing_frames(chunk_state["paths"][-1], float(momentum))
 
923
 
924
  chunk_first_frame = None
925
  given_video = None
926
+ video_condition_mode = "locked"
927
  if chunk_advance:
928
  if MOMENTUM_PIPE is not None and float(momentum) > 0:
929
  given_video = _trailing_frames(chunk_state["paths"][-1], float(momentum))