Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Update ljspeechimportable.py
Browse files- 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= 
     | 
| 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.57, rho=4.6), # empirical parameters
         
     | 
| 688 | 
         
             
                clamp=False
         
     | 
| 689 | 
         
             
            )
         
     | 
| 690 | 
         |