Spaces:
Running
on
Zero
Running
on
Zero
instructional prompt update for better typography integration
Browse files
app.py
CHANGED
|
@@ -91,6 +91,7 @@ Describe an imagined marketing image that captures the perfume’s essence.
|
|
| 91 |
Begin by describing a clear, modern perfume bottle as the main and visually dominant subject.
|
| 92 |
The bottle must be obviously recognizable as a perfume bottle — featuring a sprayer or atomizer, an elegant cap, and a refined fragrance label. The label must clearly display the **exact Perfume Name** generated in this output, written exactly as it appears, along with a subtle, elegant mention of the imaginary luxury brand **“FILONI’S.”** The brand name should appear in a smaller, complementary font style, placed above or below the Perfume Name to enhance the overall design without overpowering it.
|
| 93 |
Do not use placeholder text like “Perfume Name” — always use the actual fragrance name exactly as you have suggested above.
|
|
|
|
| 94 |
**Important:** If the input scene description includes human characters, narrative details, or historical references, do not depict them literally. Instead, translate these elements into abstract design cues, subtle decorative details, or soft textures on the bottle or in the minimal background. The only clear subject must be the perfume bottle itself (with optional small natural ingredients). Do not show people, animals, narrative scenes, or explicit props unrelated to the bottle design.
|
| 95 |
Describe the bottle’s shape, glass texture, cap, and label in fine detail. The glass may have an elegant frosted or matte finish, subtle etching or engraving (such as delicate floral or botanical motifs), or soft decorative elements that evoke refinement and sophistication while remaining tasteful and minimal.
|
| 96 |
Do not describe containers that look like liquor bottles, flower vases, or fantasy potion bottles.
|
|
@@ -371,6 +372,7 @@ def infer(image_input):
|
|
| 371 |
|
| 372 |
css="""
|
| 373 |
#col-container {max-width: 910px; margin-left: auto; margin-right: auto;}
|
|
|
|
| 374 |
"""
|
| 375 |
|
| 376 |
with gr.Blocks(css=css) as demo:
|
|
|
|
| 91 |
Begin by describing a clear, modern perfume bottle as the main and visually dominant subject.
|
| 92 |
The bottle must be obviously recognizable as a perfume bottle — featuring a sprayer or atomizer, an elegant cap, and a refined fragrance label. The label must clearly display the **exact Perfume Name** generated in this output, written exactly as it appears, along with a subtle, elegant mention of the imaginary luxury brand **“FILONI’S.”** The brand name should appear in a smaller, complementary font style, placed above or below the Perfume Name to enhance the overall design without overpowering it.
|
| 93 |
Do not use placeholder text like “Perfume Name” — always use the actual fragrance name exactly as you have suggested above.
|
| 94 |
+
**Typography Refinement:** The label text must appear **elegantly integrated into the bottle’s design**, looking professionally printed, engraved, or embossed on the glass or label — never like plain, flat digital text. The typography should use **soft, luxurious ink or metallic tones** (white, silver, gold, or subtle colors matching the bottle’s glass or cap). **Avoid harsh black text** unless it truly suits the design’s aesthetic. The text must feel cohesive with the material and lighting of the bottle to convey a refined luxury feel.
|
| 95 |
**Important:** If the input scene description includes human characters, narrative details, or historical references, do not depict them literally. Instead, translate these elements into abstract design cues, subtle decorative details, or soft textures on the bottle or in the minimal background. The only clear subject must be the perfume bottle itself (with optional small natural ingredients). Do not show people, animals, narrative scenes, or explicit props unrelated to the bottle design.
|
| 96 |
Describe the bottle’s shape, glass texture, cap, and label in fine detail. The glass may have an elegant frosted or matte finish, subtle etching or engraving (such as delicate floral or botanical motifs), or soft decorative elements that evoke refinement and sophistication while remaining tasteful and minimal.
|
| 97 |
Do not describe containers that look like liquor bottles, flower vases, or fantasy potion bottles.
|
|
|
|
| 372 |
|
| 373 |
css="""
|
| 374 |
#col-container {max-width: 910px; margin-left: auto; margin-right: auto;}
|
| 375 |
+
|
| 376 |
"""
|
| 377 |
|
| 378 |
with gr.Blocks(css=css) as demo:
|