Respair commited on
Commit
baee3a2
1 Parent(s): d919442

Update ljspeechimportable.py

Browse files
Files changed (1) hide show
  1. ljspeechimportable.py +1 -1
ljspeechimportable.py CHANGED
@@ -684,7 +684,7 @@ from Modules.diffusion.sampler import DiffusionSampler, ADPM2Sampler, KarrasSche
684
  sampler = DiffusionSampler(
685
  model.diffusion.diffusion,
686
  sampler=ADPM2Sampler(),
687
- sigma_schedule=KarrasSchedule(sigma_min=0.0001, sigma_max=0.57, rho=4.6), # empirical parameters
688
  clamp=False
689
  )
690
 
 
684
  sampler = DiffusionSampler(
685
  model.diffusion.diffusion,
686
  sampler=ADPM2Sampler(),
687
+ sigma_schedule=KarrasSchedule(sigma_min=0.0001, sigma_max=0.61, rho=4.6), # empirical parameters
688
  clamp=False
689
  )
690