Gregniuki commited on
Commit
06b5f43
·
verified ·
1 Parent(s): f1a7719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = -0.5
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=12, 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
 
 
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