From 2a2bca6d878672f4762cbabfdd2218073cc5c49b Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Wed, 19 Oct 2022 09:34:56 +0300 Subject: [PATCH] Updated Features (markdown) --- Features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Features.md b/Features.md index 17be075..39ac70e 100644 --- a/Features.md +++ b/Features.md @@ -186,7 +186,7 @@ For example, with prompt `a man holding an apple, 8k clean`, and Prompt S/R `an - `a man holding a watermelon, 8k clean` - `a man holding a gun, 8k clean` -The list of text fields uses the same syntax as a CSV file, so if you want to include commas into your items you have to put text in quotes and make sure there is no space between quotes and separating commas: +The list uses the same syntax as a line in a CSV file, so if you want to include commas into your entries you have to put text in quotes and make sure there is no space between quotes and separating commas: - `darkness, light, green, heat` - 4 items - `darkness`, `light`, `green`, `heat` - `darkness, "light, green", heat` - WRONG - 4 items - `darkness`, `"light`, `green"`, `heat`