Files
2026-07-13 13:30:30 +08:00

45 lines
1.5 KiB
Markdown

# Media Generation
## Featured Notebooks
<!-- markdownlint-disable MD033 -->
<table>
<tr>
<th style="text-align: center">Notebook</th>
<th style="text-align: center">Description</th>
</tr>
<tr>
<td style="text-align: center">
<a href="consistent_imagery_generation.ipynb">
<img
src="https://storage.googleapis.com/github-repo/generative-ai/gemini/use-cases/media-generation/consistent_imagery_generation/graph_animated.gif"
width="250px" alt="animation showing the generation of consistent images" />
<br />
<code>./consistent_imagery_generation.ipynb</code></a>
</td>
<td>
<b>Generating Consistent Imagery with Nano Banana 🍌</b>
<ul>
<li>Start from an archive image</li>
<li>Extract a character to create a brand-new reference image</li>
<li>Generate a series of consistent images to illustrate the character's journey</li>
</ul>
</td>
</tr>
<tr>
<td style="text-align: center">
<a href="../../nano-banana/nano_banana_recipes.ipynb">
<code>../../nano-banana/<br />nano_banana_recipes.ipynb</code>
</a>
</td>
<td>
<b>Nano Banana 🍌: Gemini 2.5 Flash Image Recipes</b>
<br />
This notebook offers a collection of practical examples and best practices
for leveraging the Gemini 2.5 Flash model for a variety of image
generation and editing tasks.
</td>
</tr>
</table>
<!-- markdownlint-enable MD033 -->