fix ckpt save dir doc

This commit is contained in:
Victor Hall 2023-01-10 17:13:15 -05:00 committed by GitHub
parent ea81070119
commit 9a9dd8eb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.