Gregniuki commited on
Commit
945e6b8
1 Parent(s): 7d8a314

Update app_local.py

Browse files
Files changed (1) hide show
  1. app_local.py +1 -1
app_local.py CHANGED
@@ -40,7 +40,7 @@ target_sample_rate = 24000
40
  n_mel_channels = 100
41
  hop_length = 256
42
  target_rms = 0.1
43
- nfe_step = 32 # 16, 32
44
  cfg_strength = 2.0
45
  ode_method = 'euler'
46
  sway_sampling_coef = -1.0
 
40
  n_mel_channels = 100
41
  hop_length = 256
42
  target_rms = 0.1
43
+ nfe_step = 16 # 16, 32
44
  cfg_strength = 2.0
45
  ode_method = 'euler'
46
  sway_sampling_coef = -1.0