You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: all example outputs in sample_outputs; wait for video, show in READMEs
- fetch_sample_outputs: 02/03/07/08 images + 04 video with poll loop (no skip)
- sample_outputs: generate_unified, cache_demo, semantic_exact, semantic_similar + existing 3
- examples/README: Result previews table with all images
- README: sample outputs table + link to examples/README for full previews
- sample_outputs/README: full file list by example
Co-authored-by: Cursor <cursoragent@cursor.com>
Example results from the API with curated prompts are under [`examples/sample_outputs/`](examples/sample_outputs/). You can regenerate them with:
221
+
Example results (images and optional video) from each example are under [`examples/sample_outputs/`](examples/sample_outputs/). **Full previews** are in [examples/README.md](examples/README.md#sample-outputs). Regenerate (script waits for video, no skip):
222
222
223
223
```bash
224
224
cd examples && python fetch_sample_outputs.py
225
225
```
226
226
227
-
|Prompt| Output |
228
-
|--------|--------|
229
-
|Golden hour sunset over Istanbul Bosphorus... ||
230
-
|A fluffy orange cat astronaut in space... ||
231
-
|Cappadocia hot air balloons at dawn... ||
232
-
233
-
Video (async): run `fetch_sample_outputs.py` to generate a short beach-waves clip; the script saves it to `sample_outputs/beach_waves.mp4`when the URL is ready.
Copy file name to clipboardExpand all lines: examples/README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,24 @@ The first two steps run without an API key. `VISGATE_API_KEY` is required from s
48
48
49
49
## Sample outputs
50
50
51
-
Generated image (and optional video) samples with nice prompts are saved in [`sample_outputs/`](sample_outputs/). To regenerate them:
51
+
All example outputs (images and optional video) are in [`sample_outputs/`](sample_outputs/). Regenerate with:
52
52
53
53
```bash
54
54
cd examples
55
55
python fetch_sample_outputs.py
56
56
```
57
57
58
-
Requires `VISGATE_API_KEY` and optionally `VISGATE_FAL_API_KEY`. Outputs: `sunset_istanbul.jpg`, `cat_astronaut.jpg`, `cappadocia_balloons.jpg`, and optionally `beach_waves.mp4` (video may be async).
58
+
The script waits for video when the API returns async (no skip). Requires `VISGATE_API_KEY`.
Example images (and optionally video) generated with the Visgate API via `fetch_sample_outputs.py`.
3
+
Example results from the SDK examples (images and optional video). Generated by `fetch_sample_outputs.py`; the script waits for video when the API returns async.
4
4
5
-
| File | Prompt |
6
-
|------|--------|
7
-
|`sunset_istanbul.jpg`| Golden hour sunset over Istanbul Bosphorus, minarets and seagulls, cinematic, detailed, 8k |
8
-
|`cat_astronaut.jpg`| A fluffy orange cat astronaut floating in space, Earth in the background, photorealistic, whimsical |
9
-
|`cappadocia_balloons.jpg`| Cinematic drone shot of Cappadocia hot air balloons at dawn, soft light, detailed landscape |
10
-
|`beach_waves.mp4`| Waves crashing on a quiet beach at sunset (async; run the script to generate when ready) |
5
+
| Example | File | Prompt / description |
6
+
|---------|------|----------------------|
7
+
|**02** generate_unified |[generate_unified.jpg](generate_unified.jpg)| Istanbul skyline at sunset |
8
+
|**03** images |[sunset_istanbul.jpg](sunset_istanbul.jpg)| Golden hour sunset over Istanbul Bosphorus |
9
+
|**03** images |[cat_astronaut.jpg](cat_astronaut.jpg)| Cat astronaut in space |
10
+
|**03** images |[cappadocia_balloons.jpg](cappadocia_balloons.jpg)| Cappadocia hot air balloons at dawn |
11
+
|**07** cache_demo |[cache_demo.jpg](cache_demo.jpg)| Red apple on wooden table (first request) |
12
+
|**08** semantic |[semantic_exact.jpg](semantic_exact.jpg)| Red apple, studio lighting (exact) |
13
+
|**08** semantic |[semantic_similar.jpg](semantic_similar.jpg)| Red apple, studio lights (similar prompt) |
14
+
|**04** video | beach_waves.mp4 | Waves on beach at sunset (async; run script to fetch when ready) |
11
15
12
16
Regenerate: from `examples/`, run `python fetch_sample_outputs.py` (requires `VISGATE_API_KEY`).
0 commit comments