yonishafir commited on
Commit
c7d5aae
·
verified ·
1 Parent(s): cacc79f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -301,7 +301,13 @@ description = r"""
301
 
302
  Steps:<br>
303
  1. Upload an image with a face. If multiple faces are detected, we use the largest one. For images with already tightly cropped faces, detection may fail, try images with a larger margin.
304
- 2. Click <b>Submit</b> to generate new images of the subject.
 
 
 
 
 
 
305
  """
306
 
307
  Footer = r"""
 
301
 
302
  Steps:<br>
303
  1. Upload an image with a face. If multiple faces are detected, we use the largest one. For images with already tightly cropped faces, detection may fail, try images with a larger margin.
304
+ 2. Enter a text prompt, as done in normal text-to-image models. It is highly recomended to describe the person in the text prompt - as a suffix
305
+ A Caucasian female with white skin, brown eyes, gray hair, and long hair.
306
+ A Caucasian male with short brown hair and a beard.
307
+ A male with brown skin and black short hair.
308
+ A female with brown hair and glasses.
309
+ 3. (Optional) You can upload your own style images to be used with IP-adapter
310
+ 4. Click <b>Submit</b> to generate new images of the subject.
311
  """
312
 
313
  Footer = r"""