2022-12-17 20:32:48 -07:00
|
|
|
## Install Python
|
|
|
|
|
|
|
|
Install Python 3.10 from here:
|
|
|
|
|
|
|
|
https://www.python.org/downloads/release/python-3109/
|
|
|
|
|
|
|
|
https://www.python.org/ftp/python/3.10.9/python-3.10.9-amd64.exe
|
|
|
|
|
|
|
|
Download and install Git from [git-scm.com](https://git-scm.com/).
|
|
|
|
|
|
|
|
or [Git for windows](https://gitforwindows.org/)
|
|
|
|
|
|
|
|
## Clone this repo
|
|
|
|
Clone the repo from normal command line then change into the directory:
|
|
|
|
|
|
|
|
git clone https://github.com/victorchall/EveryDream-trainer2
|
|
|
|
|
|
|
|
cd EveryDream-trainer2
|
|
|
|
|
|
|
|
## Windows
|
|
|
|
|
|
|
|
|
|
|
|
Run windows_setup.bat to create your venv and install dependencies.
|
|
|
|
|
2022-12-17 20:38:39 -07:00
|
|
|
windows_setup.cmd
|
2022-12-17 20:32:48 -07:00
|
|
|
|
2022-12-17 20:38:39 -07:00
|
|
|
## Linux, Linux containers, WSL, Runpod, etc
|
2022-12-17 20:32:48 -07:00
|
|
|
|
|
|
|
TBD
|
|
|
|
|