From 9a9dd8eb3de75f1985f9ca73d4feff35954978a1 Mon Sep 17 00:00:00 2001 From: Victor Hall Date: Tue, 10 Jan 2023 17:13:15 -0500 Subject: [PATCH] fix ckpt save dir doc --- doc/ATWEAKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ATWEAKING.md b/doc/ATWEAKING.md index 95cddab..bc5633d 100644 --- a/doc/ATWEAKING.md +++ b/doc/ATWEAKING.md @@ -30,7 +30,7 @@ Remember to use the same folder when you launch tensorboard (```tensorboard --lo By default the CKPT format copies of ckpts that are peroidically saved are saved in the trainer root folder. If you want to save them elsewhere, use this: - --ckpt_dir "r:\webui\models\stable-diffusion" + --save_ckpt_dir "r:\webui\models\stable-diffusion" This is useful if you want to dump the CKPT files directly to your webui/inference program model folder so you don't have to manually cut and paste it over.