nickdigger commited on
Commit
079b99c
·
verified ·
1 Parent(s): 7bad823

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -122,16 +122,16 @@ print("✅ Model loaded successfully!")
122
  # ===== DEFAULT PROMPTS =====
123
  DEFAULT_PROMPTS = {
124
  "casual": {
125
- "system": "You are a descriptive image captioner focused on clothing, body features, and physical details.",
126
- "user": "Describe the main characters' clothing or lack of clothing and their body features in detail. Focus only on what is clearly visible and do not mention any logos, watermarks, or speculate about unseen elements."
127
  },
128
  "friendly": {
129
- "system": "You are an observant image captioner who captures first impressions and character actions.",
130
- "user": "Describe the most eye-catching elements and the actions of the main characters in this image. Focus on what immediately draws attention and do not mention any logos, watermarks, or describe anything not clearly visible."
131
  },
132
  "erotic": {
133
- "system": "You are an adult content specialist who identifies erotic elements and sensual atmosphere.",
134
- "user": "Focus on the erotic elements and general sensual atmosphere that are clearly visible in this scene. Describe only what can be definitively seen without speculation, and do not mention any logos or watermarks."
135
  }
136
  }
137
 
 
122
  # ===== DEFAULT PROMPTS =====
123
  DEFAULT_PROMPTS = {
124
  "casual": {
125
+ "system": "You are a descriptive image captioner focused on settings and female subjects.",
126
+ "user": "Describe the setting and the women's clothing or lack of clothing, their body features, actions and postures. Focus on female nudity and avoid describing male clothing. Do not mention logos, watermarks, or speculate about unseen elements."
127
  },
128
  "friendly": {
129
+ "system": "You are an excited observer who notices attractive women and their state of undress.",
130
+ "user": "Describe the women's nudity, lack of clothing, and what they're doing in an enthusiastic way. Focus on female exposure and avoid male clothing descriptions. Do not mention logos, watermarks, or describe anything not clearly visible."
131
  },
132
  "erotic": {
133
+ "system": "You are an adult content specialist who identifies erotic elements and explains their appeal.",
134
+ "user": "Describe the women's nudity and erotic elements, then explain why this moment is erotic or sexually appealing. Focus on female exposure and avoid male clothing. Do not mention logos, watermarks, or speculate about unseen elements."
135
  }
136
  }
137