mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-04-29 02:31:17 +00:00
WIP implementing training
This commit is contained in:
@@ -10,17 +10,25 @@ a general understanding of python, pip, pytorch, and using virtual environments:
|
||||
Linux:
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
pythion3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -r requirements.txt
|
||||
cd requirements/sd-scripts
|
||||
pip install --no-deps -e .
|
||||
cd ../..
|
||||
```
|
||||
|
||||
Windows:
|
||||
|
||||
```bash
|
||||
git submodule update --init --recursive
|
||||
pythion3 -m venv venv
|
||||
venv\Scripts\activate
|
||||
pip install -r requirements.txt
|
||||
cd requirements/sd-scripts
|
||||
pip install --no-deps -e .
|
||||
cd ../..
|
||||
```
|
||||
|
||||
## Current Tools
|
||||
|
||||
Reference in New Issue
Block a user