bobber commited on
Commit
059214c
·
verified ·
1 Parent(s): d0a1b8c

Update app.py

Browse files

add NSFW prompt

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -125,7 +125,8 @@ CAPTION_TYPE_MAP = {
125
  "Write a {length} straightforward caption for this image. Begin with the main subject and medium. Mention pivotal elements—people, objects, scenery—using confident, definite language. Focus on concrete details like color, shape, texture, and spatial relationships. Show how elements interact. Omit mood and speculative wording. If text is present, quote it exactly. Note any watermarks, signatures, or compression artifacts. Never mention what's absent, resolution, or unobservable details. Vary your sentence structure and keep the description concise, without starting with “This image is…” or similar phrasing.",
126
  ],
127
  "Stable Diffusion Prompt": [
128
- "Output a stable diffusion prompt that is indistinguishable from a real stable diffusion prompt.",
 
129
  "Output a stable diffusion prompt that is indistinguishable from a real stable diffusion prompt. {word_count} words or less.",
130
  "Output a {length} stable diffusion prompt that is indistinguishable from a real stable diffusion prompt.",
131
  ],
 
125
  "Write a {length} straightforward caption for this image. Begin with the main subject and medium. Mention pivotal elements—people, objects, scenery—using confident, definite language. Focus on concrete details like color, shape, texture, and spatial relationships. Show how elements interact. Omit mood and speculative wording. If text is present, quote it exactly. Note any watermarks, signatures, or compression artifacts. Never mention what's absent, resolution, or unobservable details. Vary your sentence structure and keep the description concise, without starting with “This image is…” or similar phrasing.",
126
  ],
127
  "Stable Diffusion Prompt": [
128
+ "A stable diffusion prompt with attention on NSWF details, body art and aesthetics for this image. A good example is '((closeup, zoomed in)), cute 1girl, curvy ballet dancer, breasts, legs up, ((exposed pussy)), ((exposed ass)), medium breasts, white pantyhose, tulle, sweat, dance studio, warm colors' or '3girls, cute, swimsuit, navel, bikini, nippled, pulled-aside, pussy fingering, lying, breasts, smile, looking at viewer, necklace, v, jewelry, on side, realistic, brown hair, blonde, brunette, messy hair, lips, large breasts, long hair, indoors, blonde hair, nail polish, beach, sunset' or 'cute 1girl, 1boy, sex, sweat, moaning, stockings, spooning, anal'",
129
+ #"Output a stable diffusion prompt that is indistinguishable from a real stable diffusion prompt.",
130
  "Output a stable diffusion prompt that is indistinguishable from a real stable diffusion prompt. {word_count} words or less.",
131
  "Output a {length} stable diffusion prompt that is indistinguishable from a real stable diffusion prompt.",
132
  ],