From c728cc9a0b0be32c1e109d00c3b2fca149018cb7 Mon Sep 17 00:00:00 2001 From: fofr Date: Wed, 14 Aug 2024 15:00:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32bbcbaf..bcab1f2b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Coming very soon. Getting base out then will have a notebook that makes all that Datasets generally need to be a folder containing images and associated text files. Currently, the only supported formats are jpg, jpeg, and png. Webp currently has issues. The text files should be named the same as the images -but with a `.txt` extension. For example `image22.jpg` and `image2.txt`. The text file should contain only the caption. +but with a `.txt` extension. For example `image2.jpg` and `image2.txt`. The text file should contain only the caption. You can add the word `[trigger]` in the caption file and if you have `trigger_word` in your config, it will be automatically replaced.