From 3ecceb0175366aa45f8aaa86537eee120784d7db Mon Sep 17 00:00:00 2001 From: Rhys Yang Date: Wed, 1 Nov 2023 04:53:36 +0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cc5a9d..7b4baaf 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,10 @@ the `Prompt Saver` Node and `KSampler`. | %sampler | | %scheduler | | %quality | - +- `%counter` cannot be used for the `path`. This `%counter` is slightly different from the `%counter` +in the built-in Saver node, it will count all image files in the `path`. +- When the filename already exists, an index will be added at the end of the filename, +e.g. `file.png, file_1.png, file_2.png`. - For the `date_format` and `time_format`, please refer to [strftime.org](https://strftime.org/) or [www.strfti.me](https://www.strfti.me/).