From 3e3fe50ab4d77fd6816cce0fe931dd7a26796840 Mon Sep 17 00:00:00 2001 From: bmaltais Date: Sun, 27 Nov 2022 20:42:39 -0500 Subject: [PATCH] Add upgrade instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6b9a79d..ee49c59 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,19 @@ accelerate config: - fp16 ``` +## Upgrade + +When a new release comes out you can upgrade your repo with the following command: + +```powershell +cd kohya_ss +git pull +.\venv\Scripts\activate +pip install --upgrade -r requirements.txt +``` + +Once the commands have completed successfully you should be ready to use the new version. + ## Folders configuration Refer to the note to understand how to create the folde structure. In short it should look like: