Compare commits
	
		
			2 Commits
		
	
	
		
			d4663f157c
			...
			b0c46eee25
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b0c46eee25 | |||
| 865a2f7ca9 | 
@ -34,7 +34,7 @@ On Windows, you will need to go to NVIDIA's site to download the correct version
 | 
				
			|||||||
At time of writing, the SD 2 script expects CUDA 11.7, and will not work if you install the latest 12.0 version.
 | 
					At time of writing, the SD 2 script expects CUDA 11.7, and will not work if you install the latest 12.0 version.
 | 
				
			||||||
To get older versions, go to their [download archive](https://developer.nvidia.com/cuda-toolkit-archive) and select the appropriate one.
 | 
					To get older versions, go to their [download archive](https://developer.nvidia.com/cuda-toolkit-archive) and select the appropriate one.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Set up a virtual environment an PyTorch
 | 
					## Set up a virtual environment and PyTorch
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Python can be installed at a system level, but it's usually a good idea to set up a virtual environment for your project.
 | 
					Python can be installed at a system level, but it's usually a good idea to set up a virtual environment for your project.
 | 
				
			||||||
This isolates the project dependencies from the wider system, and makes your setup reproducible.
 | 
					This isolates the project dependencies from the wider system, and makes your setup reproducible.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user