Gregniuki commited on
Commit
bda9804
·
verified ·
1 Parent(s): 62a0088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,11 +53,11 @@ target_sample_rate = 24000
53
  n_mel_channels = 100
54
  hop_length = 256
55
  target_rms = 0.1
56
- nfe_step = 32 # 16, 32
57
  cfg_strength = 2.0
58
  ode_method = "euler"
59
  sway_sampling_coef = -1.0
60
- speed = 1.0
61
  fix_duration = None
62
 
63
 
 
53
  n_mel_channels = 100
54
  hop_length = 256
55
  target_rms = 0.1
56
+ nfe_step = 8 # 16, 32
57
  cfg_strength = 2.0
58
  ode_method = "euler"
59
  sway_sampling_coef = -1.0
60
+ speed = 1.1
61
  fix_duration = None
62
 
63