From d62725b64405bed9a6e0faa9a8a5c298aaf149de Mon Sep 17 00:00:00 2001 From: Kohya S <52813779+kohya-ss@users.noreply.github.com> Date: Thu, 5 Jan 2023 21:35:47 +0900 Subject: [PATCH] Update README.md update link to dreambooth doc --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a556530d..51823c2c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The scripts are tested with PyTorch 1.12.1 and 1.13.0, Diffusers 0.10.2. All documents are in Japanese currently, and CUI based. -* note.com [Environment setup and DreamBooth training guide](https://note.com/kohya_ss/n/nba4eceaa4594) +* [DreamBooth training guide](./train_db_README-ja.md) * [Step by Step fine-tuning guide](./fine_tune_README_ja.md): Including BLIP captioning and tagging by DeepDanbooru or WD14 tagger * [training LoRA](./train_network_README-ja.md) @@ -67,11 +67,12 @@ accelerate config Answers to accelerate config: ```txt -- 0 -- 0 +- This machine +- No distributed training - NO - NO -- All +- NO +- all - fp16 ```