Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,7 +36,7 @@ def generate_image(prompt, height, width, num_inference_steps, seed, randomize_s
|
|
| 36 |
|
| 37 |
return image, seed
|
| 38 |
|
| 39 |
-
|
| 40 |
This describes a general valantic CI-Look targeted: Here is the detailed, structured description of the valantic Corporate Design (CI-Look) translated into English. This is formatted perfectly to be used as a system prompt or context window for other LLMs generating text, HTML/CSS mockups, or presentation structures.
|
| 41 |
|
| 42 |
**General Style & Tone:**
|
|
@@ -106,6 +106,7 @@ Depending on the desired tone ("Route"), valantic uses different graphical styli
|
|
| 106 |
* Use a clean sans-serif font (specifically Segoe UI if available, otherwise a close alternative like system-ui).
|
| 107 |
* Conceptually integrate fine, wavy topographic background lines extending from the edges when describing or generating visual UI layouts.
|
| 108 |
"""
|
|
|
|
| 109 |
# Example prompts
|
| 110 |
examples = [
|
| 111 |
["""A highly detailed, gritty cyberpunk street scene in Shinjuku, Tokyo at night. In the foreground, a retro-futuristic cyberpunk Porsche 911 with a widebody kit, exposed chrome engine parts, and neon blue underglow. Steam is heavily rising from the glowing brake discs. Torrential post-rain mist. The street is illuminated by blinding cyan and magenta Japanese neon typography and holographic projections. Cinematic ray-tracing lighting, chiaroscuro, wet surface reflections, highly detailed textures, masterpiece, Unreal Engine 5 render style."""],
|
|
@@ -115,7 +116,7 @@ examples = [
|
|
| 115 |
["""Macro photography of a single water droplet on a deep green fern leaf. An entire forest is reflected inside the droplet. Extremely shallow depth of field, intricate leaf texture, natural sunlight filtering through the canopy, 100mm macro lens aesthetic."""],
|
| 116 |
["""Abstract, high-end macro photography of a futuristic digital landscape representing a smart network. Instead of traditional roads, glowing fiber-optic data streams in vivid valantic red (#FF4B4B) and orange (#FF744F) flow organically, perfectly mimicking the elegant curves of topographical contour lines. These luminous contour lines glide smoothly over a sleek, dark geometric terrain made of deep indigo (#193773) and midnight black (#100C2A) matte metal and dark glass structures. Key intersection points in the data flow spark with subtle vibrant purple (#5B26B7) and gold (#C0AA81) light. In the soft, out-of-focus background, a translucent frosted glass monolith subtly displays the word "valantic" in a clean, lowercase font. High contrast, premium "dark mode" aesthetic, tilt-shift lens effect, dramatic cinematic depth of field, 8k resolution, ultra-detailed Unreal Engine 5 render style."""],
|
| 117 |
["""A dramatic oil painting in the style of Caravaggio. A lone astronomer sitting at a wooden table, studying an ancient star map by candlelight. Strong chiaroscuro, visible brushstrokes, rich textures of parchment and heavy velvet, deep gold and brown tones."""],
|
| 118 |
-
[
|
| 119 |
]
|
| 120 |
|
| 121 |
|
|
|
|
| 36 |
|
| 37 |
return image, seed
|
| 38 |
|
| 39 |
+
ci_look = """
|
| 40 |
This describes a general valantic CI-Look targeted: Here is the detailed, structured description of the valantic Corporate Design (CI-Look) translated into English. This is formatted perfectly to be used as a system prompt or context window for other LLMs generating text, HTML/CSS mockups, or presentation structures.
|
| 41 |
|
| 42 |
**General Style & Tone:**
|
|
|
|
| 106 |
* Use a clean sans-serif font (specifically Segoe UI if available, otherwise a close alternative like system-ui).
|
| 107 |
* Conceptually integrate fine, wavy topographic background lines extending from the edges when describing or generating visual UI layouts.
|
| 108 |
"""
|
| 109 |
+
|
| 110 |
# Example prompts
|
| 111 |
examples = [
|
| 112 |
["""A highly detailed, gritty cyberpunk street scene in Shinjuku, Tokyo at night. In the foreground, a retro-futuristic cyberpunk Porsche 911 with a widebody kit, exposed chrome engine parts, and neon blue underglow. Steam is heavily rising from the glowing brake discs. Torrential post-rain mist. The street is illuminated by blinding cyan and magenta Japanese neon typography and holographic projections. Cinematic ray-tracing lighting, chiaroscuro, wet surface reflections, highly detailed textures, masterpiece, Unreal Engine 5 render style."""],
|
|
|
|
| 116 |
["""Macro photography of a single water droplet on a deep green fern leaf. An entire forest is reflected inside the droplet. Extremely shallow depth of field, intricate leaf texture, natural sunlight filtering through the canopy, 100mm macro lens aesthetic."""],
|
| 117 |
["""Abstract, high-end macro photography of a futuristic digital landscape representing a smart network. Instead of traditional roads, glowing fiber-optic data streams in vivid valantic red (#FF4B4B) and orange (#FF744F) flow organically, perfectly mimicking the elegant curves of topographical contour lines. These luminous contour lines glide smoothly over a sleek, dark geometric terrain made of deep indigo (#193773) and midnight black (#100C2A) matte metal and dark glass structures. Key intersection points in the data flow spark with subtle vibrant purple (#5B26B7) and gold (#C0AA81) light. In the soft, out-of-focus background, a translucent frosted glass monolith subtly displays the word "valantic" in a clean, lowercase font. High contrast, premium "dark mode" aesthetic, tilt-shift lens effect, dramatic cinematic depth of field, 8k resolution, ultra-detailed Unreal Engine 5 render style."""],
|
| 118 |
["""A dramatic oil painting in the style of Caravaggio. A lone astronomer sitting at a wooden table, studying an ancient star map by candlelight. Strong chiaroscuro, visible brushstrokes, rich textures of parchment and heavy velvet, deep gold and brown tones."""],
|
| 119 |
+
[ci_look + "TARGET PICTURE: a PPT about LLMOps"],
|
| 120 |
]
|
| 121 |
|
| 122 |
|