Gregniuki commited on
Commit
d70947f
·
verified ·
1 Parent(s): 869b89d

Update infer/utils_infer.py

Browse files
Files changed (1) hide show
  1. infer/utils_infer.py +1 -1
infer/utils_infer.py CHANGED
@@ -49,7 +49,7 @@ ode_method = "euler"
49
  nfe_step = 16 # 16, 32
50
  cfg_strength = 2.0
51
  sway_sampling_coef = -1.0
52
- speed = 1.0
53
  fix_duration = None
54
 
55
  # -----------------------------------------
 
49
  nfe_step = 16 # 16, 32
50
  cfg_strength = 2.0
51
  sway_sampling_coef = -1.0
52
+ speed = 0.8
53
  fix_duration = None
54
 
55
  # -----------------------------------------