From 76edd66cf7d3cc7ecf27fd2aa1cb47980f8d6314 Mon Sep 17 00:00:00 2001 From: Bernard Maltais Date: Sun, 30 Oct 2022 14:00:04 -0400 Subject: [PATCH] Update documentation --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea38501..c205e60 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ Python 3.10.6 and Git: ## Installation -``` +Open a Powershell terminal and type the following inside: + +```powershell git clone https://github.com/bmaltais/kohya_ss.git cd kohya_ss python -m venv --system-site-packages venv @@ -66,7 +68,7 @@ my_sks_dog_dreambooth ## Execution -``` +```powershell accelerate launch --num_cpu_threads_per_process 6 train_db_fixed_v6.py ` --pretrained_model_name_or_path="d:\models\v1-5-pruned.ckpt" ` --train_data_dir="D:\dreambooth\train_bernard\train_man" `