p1atdev commited on
Commit
167fdb1
1 Parent(s): 4433cf5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -150,7 +150,7 @@ prompt = (
150
  - `very_long`: totally generates 40~ number of tags.
151
 
152
  - **Identity tag**: `<|identity:none|>`, `<|identity:lax|>`, `<|identity:strict|>`
153
- - This tag is
154
  - `none`: recommended if the specified general tags are very few. It generates tags very creatively, but sometimes ignores the condition of the general tags.
155
  - `lax`: recommended if you want to keep the identity of charaacters or subjects in the general tags. This tag tries not to generate tags which conflict with the input general tags.
156
  - `strict`: recommended if you strongly want to keep the identity of charaacters or subjects in the general tags. This tag tries not to generate tags which conflict with the input general tags more strictly than `lax`. But this is less creative, so if you don't like the result with `strict`, please try `lax` or `none`.
 
150
  - `very_long`: totally generates 40~ number of tags.
151
 
152
  - **Identity tag**: `<|identity:none|>`, `<|identity:lax|>`, `<|identity:strict|>`
153
+ - This tag specifies how strictly to preserve identity of character or subject in provided tags.
154
  - `none`: recommended if the specified general tags are very few. It generates tags very creatively, but sometimes ignores the condition of the general tags.
155
  - `lax`: recommended if you want to keep the identity of charaacters or subjects in the general tags. This tag tries not to generate tags which conflict with the input general tags.
156
  - `strict`: recommended if you strongly want to keep the identity of charaacters or subjects in the general tags. This tag tries not to generate tags which conflict with the input general tags more strictly than `lax`. But this is less creative, so if you don't like the result with `strict`, please try `lax` or `none`.