mirror of
				https://github.com/Wan-Video/Wan2.1.git
				synced 2025-11-04 06:15:17 +00:00 
			
		
		
		
	Add Windows-specific installation instructions and requirements file
This commit is contained in:
		
							parent
							
								
									7c81b2f27d
								
							
						
					
					
						commit
						e16713998a
					
				@ -93,6 +93,11 @@ Install dependencies:
 | 
				
			|||||||
pip install -r requirements.txt
 | 
					pip install -r requirements.txt
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					for windows:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					```sh
 | 
				
			||||||
 | 
					pip install -r requirements-win.txt
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Model Download
 | 
					#### Model Download
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										25
									
								
								requirements-win.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								requirements-win.txt
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,25 @@
 | 
				
			|||||||
 | 
					# PyTorch + TorchVision (CUDA 12.8 build for Windows)
 | 
				
			||||||
 | 
					--extra-index-url https://download.pytorch.org/whl/cu128
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					torch
 | 
				
			||||||
 | 
					torchvision
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Core dependencies
 | 
				
			||||||
 | 
					opencv-python>=4.9.0.80
 | 
				
			||||||
 | 
					diffusers>=0.31.0
 | 
				
			||||||
 | 
					transformers>=4.49.0
 | 
				
			||||||
 | 
					tokenizers>=0.20.3
 | 
				
			||||||
 | 
					accelerate>=1.1.1
 | 
				
			||||||
 | 
					tqdm
 | 
				
			||||||
 | 
					imageio
 | 
				
			||||||
 | 
					easydict
 | 
				
			||||||
 | 
					ftfy
 | 
				
			||||||
 | 
					dashscope
 | 
				
			||||||
 | 
					imageio-ffmpeg
 | 
				
			||||||
 | 
					gradio>=5.0.0
 | 
				
			||||||
 | 
					numpy>=1.23.5,<2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Known issue:
 | 
				
			||||||
 | 
					# flash_attn is not supported on Windows (fails to build).
 | 
				
			||||||
 | 
					# Users can skip it or run the project in WSL/Linux if needed.
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user