LPX55 commited on
Commit
a21161b
·
verified ·
1 Parent(s): 4a06b0d

Update presets.py

Browse files
Files changed (1) hide show
  1. presets.py +60 -0
presets.py CHANGED
@@ -133,6 +133,66 @@ PRESETS = {
133
  "in monochrome black & white, dramatic contrast"
134
  ],
135
  "description": "Recolor the subject with three distinct palettes"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
136
  }
137
  }
138
 
 
133
  "in monochrome black & white, dramatic contrast"
134
  ],
135
  "description": "Recolor the subject with three distinct palettes"
136
+ },
137
+ "Runway Catwalk": {
138
+ "count": 4,
139
+ "prompts": [
140
+ "strutting down a glossy runway, spotlight on the model",
141
+ "walking confidently with a high‑fashion backdrop",
142
+ "posing with a dramatic, angular pose on the catwalk",
143
+ "showcasing an avant‑garde ensemble, dramatic lighting"
144
+ ],
145
+ "description": "Capture the model on a high‑end runway"
146
+ },
147
+
148
+ "Vogue Editorial": {
149
+ "count": 3,
150
+ "prompts": [
151
+ "editorial shot with a moody, artistic background",
152
+ "intimate close‑up, dramatic lighting and subtle shadows",
153
+ "wide‑angle full‑body shot, striking composition"
154
+ ],
155
+ "description": "Create a magazine‑quality editorial spread"
156
+ },
157
+ "Evening Gown Glam": {
158
+ "count": 3,
159
+ "prompts": [
160
+ "floor‑length ballroom gown, shimmering crystal embellishments",
161
+ "gold‑en, reflective lighting, chandelier backdrop",
162
+ "soft, ethereal glow, elegant pose"
163
+ ],
164
+ "description": "Render an elegant evening dress in glamorous lighting"
165
+ },
166
+
167
+ "Chic Streetwear": {
168
+ "count": 4,
169
+ "prompts": [
170
+ "urban street backdrop, high‑contrast graffiti walls",
171
+ "modern athleisure look, bold colors and textures",
172
+ "casual, relaxed pose with a casual jacket and sneakers",
173
+ "dynamic movement shot, capturing fluidity"
174
+ ],
175
+ "description": "Showcase the model in trendy street‑style attire"
176
+ },
177
+ "Swimwear Showcase": {
178
+ "count": 4,
179
+ "prompts": [
180
+ "wearing a vibrant neon bikini, sunny beach background",
181
+ "in a sleek one‑piece with high‑waisted cut, poolside setting",
182
+ "sporty swim trunks and matching tank top, surfing wave backdrop",
183
+ "coastal vibe with a chic cover‑up over a solid‑color swimsuit"
184
+ ],
185
+ "description": "Highlight the model in four distinct swimwear styles, from bold bikinis to elegant one‑pieces and sporty swimwear"
186
+ },
187
+ "Polaroid and Film": {
188
+ "count": 4,
189
+ "prompts": [
190
+ "captured in a vintage Polaroid frame, sepia‑tone filter, soft vignette",
191
+ "black‑and‑white film shot with a slight grain, high‑contrast lighting",
192
+ "soft focus, pastel color palette with a subtle yellow tint, nostalgic feel",
193
+ "classic instant camera style, square format, warm lighting, subtle bokeh"
194
+ ],
195
+ "description": "Generate a nostalgic Polaroid/film aesthetic across four different looks"
196
  }
197
  }
198