lev1 commited on
Commit
8b22f36
·
1 Parent(s): a174edf

A minor fix

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -480,7 +480,7 @@ class Model:
480
  width=resolution,
481
  num_inference_steps=50,
482
  guidance_scale=7.5,
483
- guidance_stop_step=1.0,
484
  t0=t0,
485
  t1=t1,
486
  motion_field_strength_x=motion_field_strength_x,
 
480
  width=resolution,
481
  num_inference_steps=50,
482
  guidance_scale=7.5,
483
+ # guidance_stop_step=1.0,
484
  t0=t0,
485
  t1=t1,
486
  motion_field_strength_x=motion_field_strength_x,