Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
04d020a
1
Parent(s):
1cfbff2
Update app.py
Browse files
app.py
CHANGED
@@ -44,11 +44,7 @@ def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_in
|
|
44 |
return image, seed
|
45 |
|
46 |
examples = [
|
47 |
-
"
|
48 |
-
"Capture a serene Japanese model in a snow-covered street, clad in a sensual Balenciaga winter outfit, evoking a sense of intimacy and luxury, with a harmonious blend of warm and cool tones, subtle shadows, and meticulous details, conveying a narrative of elegance and poise.",
|
49 |
-
"A high-resolution photograph of a female model posing for a Louis Vuitton brand advertisement, featuring natural lighting effects, a consistent style, balanced composition, rich details, harmonious colors, no visible flaws, emotional expression, creativity, and uniqueness, with optimized technical parameters, master-level lighting, master-level color, and master-level styling.",
|
50 |
-
"A high-resolution photograph of a female model in a serene, natural setting, with soft, warm lighting, and a minimalist aesthetic, showcasing a elegant fragrance bottle and the model's effortless, emotive expression, with impeccable styling, and a muted color palette, evoking a sense of understated luxury and refinement.",
|
51 |
-
"A high-resolution photograph of a female model posing beside a sleek, red Ferrari, bathed in warm, golden light, with subtle shadows accentuating her curves and the car's contours, set against a blurred, gradient blue background, with the model's elegant, flowing gown and the Ferrari's metallic sheen perfectly complementing each other in a masterful display of color, texture, and composition.",
|
52 |
]
|
53 |
|
54 |
css="""
|
|
|
44 |
return image, seed
|
45 |
|
46 |
examples = [
|
47 |
+
"real model girl in real life"
|
|
|
|
|
|
|
|
|
48 |
]
|
49 |
|
50 |
css="""
|