Gregniuki commited on
Commit
7d8a314
1 Parent(s): 067398f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ 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
 
53
  n_mel_channels = 100
54
  hop_length = 256
55
  target_rms = 0.1
56
+ nfe_step = 16 # 16, 32
57
  cfg_strength = 2.0
58
  ode_method = "euler"
59
  sway_sampling_coef = -1.0