|
21 | 21 | # 02_generate_unified |
22 | 22 | GENERATE_PROMPT = "Istanbul skyline at sunset, realistic photo" |
23 | 23 |
|
24 | | -# 03_images_all_providers style |
| 24 | +# 03_images_all_providers — all Istanbul themed |
25 | 25 | IMAGE_PROMPTS = [ |
26 | 26 | ("sunset_istanbul", "Golden hour sunset over Istanbul Bosphorus, minarets and seagulls, cinematic, 8k"), |
27 | | - ("cat_astronaut", "A fluffy orange cat astronaut in space, Earth in background, photorealistic, whimsical"), |
28 | | - ("cappadocia_balloons", "Cappadocia hot air balloons at dawn, cinematic drone, soft light"), |
| 27 | + ("galata_tower", "Galata Tower Istanbul at dusk, city lights and Bosphorus, cinematic, 8k"), |
| 28 | + ("bosphorus_night", "Bosphorus Strait Istanbul at night, bridges and minarets, cinematic, 8k"), |
29 | 29 | ] |
30 | 30 |
|
31 | | -# 07_cache_demo |
32 | | -CACHE_PROMPT = "A red apple on a wooden table, studio lighting" |
| 31 | +# 07_cache_demo — Istanbul |
| 32 | +CACHE_PROMPT = "Istanbul Bosphorus at golden hour, minarets visible, cinematic" |
33 | 33 |
|
34 | | -# 08_semantic_cache_demo |
35 | | -SEMANTIC_PROMPT_1 = "A red apple on a wooden table, studio lighting" |
36 | | -SEMANTIC_PROMPT_2 = "Red apple on wooden table with studio lights" |
| 34 | +# 08_semantic_cache_demo — Istanbul (similar phrasing) |
| 35 | +SEMANTIC_PROMPT_1 = "Istanbul Bosphorus at golden hour, minarets visible, cinematic" |
| 36 | +SEMANTIC_PROMPT_2 = "Bosphorus Istanbul golden hour with minarets, cinematic" |
37 | 37 |
|
38 | | -# 04_videos |
39 | | -VIDEO_PROMPT = ("beach_waves", "Waves crashing on a quiet beach at sunset, cinematic, 4k", 4.0) |
| 38 | +# 04_videos — Istanbul |
| 39 | +VIDEO_PROMPT = ("istanbul", "Cinematic drone over Istanbul at golden hour, Bosphorus and minarets, 4k", 4.0) |
40 | 40 | VIDEO_POLL_SLEEP = 25 |
41 | 41 | VIDEO_POLL_ATTEMPTS = 6 |
42 | 42 |
|
@@ -143,7 +143,7 @@ def main() -> int: |
143 | 143 | duration_seconds=vdur, |
144 | 144 | ) |
145 | 145 | if vresult.video_url: |
146 | | - vpath = OUTPUT_DIR / f"{vname}.mp4" |
| 146 | + vpath = OUTPUT_DIR / f"{vname}.mp4" # istanbul.mp4 |
147 | 147 | download_url(vresult.video_url, vpath, timeout=120.0) |
148 | 148 | print(f" Saved {vpath}") |
149 | 149 | break |
|
0 commit comments