Gregniuki commited on
Commit
6eb04c3
·
verified ·
1 Parent(s): dc92af8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ target_sample_rate = 24000
78
  n_mel_channels = 100
79
  hop_length = 256
80
  target_rms = 0.1
81
- nfe_step = 16 # 16, 32
82
  cfg_strength = 2.0
83
  ode_method = "euler"
84
  sway_sampling_coef = -1.0
 
78
  n_mel_channels = 100
79
  hop_length = 256
80
  target_rms = 0.1
81
+ nfe_step = 32 # 16, 32
82
  cfg_strength = 2.0
83
  ode_method = "euler"
84
  sway_sampling_coef = -1.0