Skip to content

Commit

Permalink
Bug Fix on diffusion inference
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson committed Nov 3, 2023
1 parent ac7c008 commit fbc5e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/tts/models/xtts.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def load_discrete_vocoder_diffuser(
return SpacedDiffusion(
use_timesteps=space_timesteps(trained_diffusion_steps, [desired_diffusion_steps]),
model_mean_type="epsilon",
model_vgpt_type="learned_range",
model_var_type="learned_range",
loss_type="mse",
betas=get_named_beta_schedule("linear", trained_diffusion_steps),
conditioning_free=cond_free,
Expand Down

0 comments on commit fbc5e2a

Please sign in to comment.