Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ target_sample_rate = 24000
|
|
| 74 |
n_mel_channels = 100
|
| 75 |
hop_length = 256
|
| 76 |
target_rms = 0.1
|
| 77 |
-
nfe_step =
|
| 78 |
cfg_strength = 2.0
|
| 79 |
ode_method = "euler"
|
| 80 |
sway_sampling_coef = -1.0
|
|
|
|
| 74 |
n_mel_channels = 100
|
| 75 |
hop_length = 256
|
| 76 |
target_rms = 0.1
|
| 77 |
+
nfe_step = 16 # 16, 32
|
| 78 |
cfg_strength = 2.0
|
| 79 |
ode_method = "euler"
|
| 80 |
sway_sampling_coef = -1.0
|