Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 =
|
| 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
|