Updated Features (markdown)

AUTOMATIC1111 2022-10-19 09:34:56 +03:00
parent 31492f54b0
commit 2a2bca6d87

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