MegaTronX commited on
Commit
3e2af69
·
verified ·
1 Parent(s): 61accc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -21
app.py CHANGED
@@ -33,27 +33,9 @@ with gr.Blocks(fill_width=True, css=css, delete_cache=(60, 3600)) as demo:
33
  )
34
  jc_extra_options = gr.CheckboxGroup(
35
  choices=[
36
- "Include sexual references. Use terms like pussy and clit instead of genitals or vulva.",
37
- "Do NOT mention any logos that are in the image."
38
- '''
39
- "If there is a person/character in the image you must refer to them as {name}.",
40
- "Do NOT include information about people/characters that cannot be changed (like ethnicity, gender, etc), but do still include changeable attributes (like hair style).",
41
- "Include information about lighting.",
42
- "Include information about camera angle.",
43
- "Include information about whether there is a watermark or not.",
44
- "Include information about whether there are JPEG artifacts or not.",
45
- "If it is a photo you MUST include information about what camera was likely used and details such as aperture, shutter speed, ISO, etc.",
46
- "Do NOT include anything sexual; keep it PG.",
47
- "Do NOT mention the image's resolution.",
48
- "You MUST include information about the subjective aesthetic quality of the image from low to very high.",
49
- "Include information on the image's composition style, such as leading lines, rule of thirds, or symmetry.",
50
- "Do NOT mention any text that is in the image.",
51
- "Specify the depth of field and whether the background is in focus or blurred.",
52
- "If applicable, mention the likely use of artificial or natural lighting sources.",
53
- "Do NOT use any ambiguous language.",
54
- "Include whether the image is sfw, suggestive, or nsfw.",
55
- "ONLY describe the most important elements of the image."
56
- '''
57
  ],
58
  label="Extra Options"
59
  )
 
33
  )
34
  jc_extra_options = gr.CheckboxGroup(
35
  choices=[
36
+ "Include sexual references. Use terms like pussy and vagina instead of genitals or vulva.",
37
+ "If there are any NSFW elements in the image such as exposed breasts, pussy, ass or sexual acts, they need to be in the description.",
38
+ "Do NOT mention any logos or watermarks that are in the image."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ],
40
  label="Extra Options"
41
  )