|
|
|
|
@ -9,7 +9,7 @@ This isn't the fastest experience you'll have with stable diffusion but it does
|
|
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
|
|
### Windows and Linux
|
|
|
|
|
### Windows and Linux requirements
|
|
|
|
|
|
|
|
|
|
Install Anaconda
|
|
|
|
|
https://www.anaconda.com/
|
|
|
|
|
@ -17,6 +17,13 @@ Yes even on a linux system anaconda needs to be installed.
|
|
|
|
|
|
|
|
|
|
#### Windows
|
|
|
|
|
|
|
|
|
|
##### Install Visual Studio runtime
|
|
|
|
|
|
|
|
|
|
Go to this link and install the Visual Studio 2015, 2017, 2019, 2022 x64 file and install it.
|
|
|
|
|
|
|
|
|
|
https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### Install Git
|
|
|
|
|
https://git-scm.com/downloads
|
|
|
|
|
version control manager for code
|
|
|
|
|
@ -29,7 +36,7 @@ Windows users need this verison
|
|
|
|
|
https://eternallybored.org/misc/wget/
|
|
|
|
|
download the .exe and I copied it to my C:/Windows/System directory (this isn't the correct way just the fastest to get it working)
|
|
|
|
|
|
|
|
|
|
##### Install WSL
|
|
|
|
|
##### Install WSLd
|
|
|
|
|
open a powershell terminal as administrator from your start menu and right mouse click over to the run as administrator and run the following
|
|
|
|
|
```
|
|
|
|
|
wsl -install
|
|
|
|
|
|