Merge pull request #9 from FoundSol/patch-1

Update README.md
This commit is contained in:
Jaret Burkett 2023-08-25 20:05:51 -06:00 committed by GitHub
commit 24f46ea7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -35,6 +35,18 @@ source venv/bin/activate
pip3 install -r requirements.txt
```
Windows:
```bash
git clone https://github.com/ostris/ai-toolkit.git
cd ai-toolkit
git submodule update --init --recursive
python -m venv venv
.\venv\Scripts\activate
pip install torch --use-pep517 --extra-index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt
```
---
## Current Tools