Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ target_rms = 0.1
|
|
40 |
nfe_step = 12 # Reduced from 8
|
41 |
cfg_strength = 2 # Reduced from 2.0
|
42 |
ode_method = "euler"
|
43 |
-
sway_sampling_coef = -
|
44 |
speed = 1
|
45 |
fix_duration = None
|
46 |
|
@@ -72,7 +72,7 @@ def load_model(page_name, repo_name, exp_name, model_cls, model_cfg, ckpt_step):
|
|
72 |
|
73 |
# Reduced model configurations
|
74 |
F5TTS_model_cfg = dict(
|
75 |
-
dim=1024, depth=
|
76 |
)
|
77 |
E2TTS_model_cfg = dict(dim=1024, depth=12, heads=8, ff_mult=2)
|
78 |
|
|
|
40 |
nfe_step = 12 # Reduced from 8
|
41 |
cfg_strength = 2 # Reduced from 2.0
|
42 |
ode_method = "euler"
|
43 |
+
sway_sampling_coef = -1
|
44 |
speed = 1
|
45 |
fix_duration = None
|
46 |
|
|
|
72 |
|
73 |
# Reduced model configurations
|
74 |
F5TTS_model_cfg = dict(
|
75 |
+
dim=1024, depth=22, heads=16, ff_mult=2, text_dim=512, conv_layers=4
|
76 |
)
|
77 |
E2TTS_model_cfg = dict(dim=1024, depth=12, heads=8, ff_mult=2)
|
78 |
|