File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
src/diffusers/pipelines/wan Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5353        >>> from diffusers import AutoencoderKLWan, WanPipeline 
5454        >>> from diffusers.schedulers.scheduling_unipc_multistep import UniPCMultistepScheduler 
5555
56-         >>> # Available models: Wan-AI/Wan2.1-T2V-14B-Diffusers , Wan-AI/Wan2.1-T2V-1.3B-Diffusers  
57-         >>> model_id = "Wan-AI/Wan2.1-T2V-14B-Diffusers " 
56+         >>> # Available models: Wan-AI/Wan2.1-T2V-14B-diffusers , Wan-AI/Wan2.1-T2V-1.3B-diffusers  
57+         >>> model_id = "Wan-AI/Wan2.1-T2V-14B-diffusers " 
5858        >>> vae = AutoencoderKLWan.from_pretrained(model_id, subfolder="vae", torch_dtype=torch.float32) 
5959        >>> pipe = WanPipeline.from_pretrained(model_id, vae=vae, torch_dtype=torch.bfloat16) 
6060        >>> flow_shift = 5.0  # 5.0 for 720P, 3.0 for 480P 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments