Spaces:
Running
Running
Update app.py
Browse files
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 =
|
| 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 = 32 # 16, 32
|
| 57 |
cfg_strength = 2.0
|
| 58 |
ode_method = "euler"
|
| 59 |
sway_sampling_coef = -1.0
|