Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ n_mel_channels = 100 # Reduced from 100
|
|
55 |
hop_length = 256 # Increased from 256
|
56 |
target_rms = 0.1
|
57 |
nfe_step = 8 # Reduced from 8
|
58 |
-
cfg_strength =
|
59 |
ode_method = "euler"
|
60 |
sway_sampling_coef = -1
|
61 |
speed = 1
|
|
|
55 |
hop_length = 256 # Increased from 256
|
56 |
target_rms = 0.1
|
57 |
nfe_step = 8 # Reduced from 8
|
58 |
+
cfg_strength = 2 # Reduced from 2.0
|
59 |
ode_method = "euler"
|
60 |
sway_sampling_coef = -1
|
61 |
speed = 1
|