lora-scripts/README.md

52 lines
920 B
Markdown

# LoRA-scripts
LoRA training scripts for [kohya-ss/sd-scripts](https://github.com/kohya-ss/sd-scripts.git)
## Usage
### Clone repo
```sh
git clone --recurse-submodules https://github.com/Akegarasu/lora-scripts
```
### Windows
#### Required Dependencies
Python 3.10.8 and Git:
- Python 3.10.8: https://www.python.org/ftp/python/3.10.8/python-3.10.8-amd64.exe
- git: https://git-scm.com/download/win
#### Installation
Run `install.ps1` will automaticilly create a venv for you and install necessary deps.
#### Train
Edit `train.ps1`, and run it.
### Linux
#### Required Dependencies
Python 3.10.8 and Git:
- Python 3.10.8
- git
#### Installation
Run `install.bash` will automaticilly create a venv for you and install necessary deps.
#### Train
Training script `train.sh` will not activate venv for you. You should activate venv first.
```sh
source venv/bin/activate
```
Edit `train.sh`, and run it.