Update app_local.py
Browse files- 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 =
|
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
|