From 6018ca5f998cf332df7706bd154d9bc450d3a582 Mon Sep 17 00:00:00 2001 From: Haoming Date: Wed, 25 Sep 2024 09:40:28 +0800 Subject: [PATCH] update README --- README.md | 3 ++- README_ZH.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9f2a55..87970fe 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Sometimes, when you type too fast or copy prompts from all over the places, you - [x] Enable `Remove Underscores` to replace `_` with `space` - [x] Respect line breaks - `Remove Duplicates` only checks within the same line +- [x] Append a comma before a line break - [x] Toggle between auto formatting and manual formatting - In `Auto` mode: The process is ran whenever you click on **Generate** - In `Manual` mode: The process is only ran when you click the **Format** button @@ -58,4 +59,4 @@ Sometimes, when you type too fast or copy prompts from all over the places, you ### Note 1. Since the formatting in `Auto` mode is triggered at the same time as the generation, the immediate image might not have its prompts updated. -2. Some Extensions *(**eg.** [tagcomplete](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete))* listen to the text editing event, meaning the formatting will cause them to be triggered. You can disable updating the actual prompts in the `Prompt Format` settings to prevent this. +2. Some Extensions *(**eg.** [tagcomplete](https://github.com/DominikDoom/a1111-sd-webui-tagcomplete))* listen to the text editing event, meaning the formatting will cause them to be triggered. You can disable updating the actual prompts in the `Prompt Format` settings to prevent this. Though you may need to manually type something else for the prompt to get actually updated. diff --git a/README_ZH.md b/README_ZH.md index e6cd7a6..e882d55 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -21,6 +21,7 @@ - [x] 開啟`Remove Underscores`會將 `_` 換成 `空格` - [x] 保留咒語的換行 - 上述的`Remove Duplicates`只在同一行中有效 +- [x] 在換行前加入逗點 - [x] 按下`Auto Format`以在手動與自動間切換 - `自動`: 每次按下 **生成 (Generate)** 時處裡 - `手動`: 手動按下 **Format** 時才處裡