p1atdev commited on
Commit
51ce345
1 Parent(s): 9203920

chore: update description

Browse files
Files changed (1) hide show
  1. v2.py +1 -1
v2.py CHANGED
@@ -192,7 +192,7 @@ class V2UI:
192
  )
193
  input_identity = gr.Radio(
194
  label="Keep identity",
195
- info="How strictly to keep the identity of the character or subject.",
196
  choices=list(IDENTITY_OPTIONS.keys()),
197
  value="none",
198
  )
 
192
  )
193
  input_identity = gr.Radio(
194
  label="Keep identity",
195
+ info="How strictly to keep the identity of the character or subject. If you specify the detail of subject in the prompt, you should choose `strict`. Otherwise, choose `none` or `lax`. `none` is very creative but sometimes ignores the input prompt.",
196
  choices=list(IDENTITY_OPTIONS.keys()),
197
  value="none",
198
  )