Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 12 additions & 14 deletions examples/Generate_Images_With_High_Input_Fidelity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,7 @@
"Example use cases:\n",
"- **Item edits:** Change isolated elements (e.g., swap a mug color) while leaving everything else untouched.\n",
"- **Element removal:** Cleanly remove an isolated element without changing the rest of the picture.\n",
"- **Element addition:** Seamlessly insert new objects into a scene.\n",
"\n",
"Note that the example outputs below are resized and compressed, hence there is a slight difference in quality compared to the "
"- **Element addition:** Seamlessly insert new objects into a scene."
]
},
{
Expand Down Expand Up @@ -218,7 +216,7 @@
},
{
"cell_type": "markdown",
"id": "91289afb",
"id": "f18bee43",
"metadata": {},
"source": [
"### Add item"
Expand Down Expand Up @@ -388,7 +386,7 @@
},
{
"cell_type": "markdown",
"id": "c374cc95",
"id": "e9c4470b",
"metadata": {},
"source": [
"### Combine multiple pictures with faces"
Expand All @@ -397,7 +395,7 @@
{
"cell_type": "code",
"execution_count": 16,
"id": "95f48352",
"id": "88ba4c3d",
"metadata": {},
"outputs": [
{
Expand All @@ -420,7 +418,7 @@
{
"cell_type": "code",
"execution_count": 17,
"id": "ed37d47a",
"id": "4c5956ef",
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -453,7 +451,7 @@
{
"cell_type": "code",
"execution_count": 54,
"id": "5b67c0eb",
"id": "7a87cd2f",
"metadata": {},
"outputs": [
{
Expand All @@ -475,7 +473,7 @@
{
"cell_type": "code",
"execution_count": 20,
"id": "94a8a581",
"id": "ebe6bff4",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -494,7 +492,7 @@
{
"cell_type": "code",
"execution_count": 21,
"id": "d655785c",
"id": "1def00a1",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -505,7 +503,7 @@
{
"cell_type": "code",
"execution_count": 47,
"id": "6998334f",
"id": "45b5e2ac",
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -902,18 +900,18 @@
},
{
"cell_type": "markdown",
"id": "f46824d2",
"id": "c98ebbd4",
"metadata": {},
"source": [
"## Wrapping up"
"## Wrapping up"
]
},
{
"cell_type": "markdown",
"id": "f946b293",
"metadata": {},
"source": [
"In this cookbook, we covered how to enable high input fidelity to better preserve important visual details from input images.\n",
"In this guide, we covered how to enable high input fidelity to better preserve important visual details from input images.\n",
"\n",
"Use the example use cases above as inspiration, and try the parameter with your own images to see where high input fidelity makes the biggest difference.\n",
"\n",
Expand Down
16 changes: 1 addition & 15 deletions registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,6 @@
tags:
- fine-tuning

- title: MCP-Powered Agentic Voice Framework
path: examples/partners/mcp_powered_voice_agents/mcp_powered_agents_cookbook.ipynb
date: 2025-06-17
authors:
- shikhar-cyber
- Cece Z
- Sibon li
tags:
- mcp
- voice
- agents-sdk
- functions
- tracing

- title: Building a Supply-Chain Copilot with OpenAI Agent SDK and Databricks MCP Servers
path: examples/mcp/databricks_mcp_cookbook.ipynb
date: 2025-07-08
Expand Down Expand Up @@ -2290,7 +2276,7 @@

- title: Generate images with high input fidelity
path: examples/Generate_Images_With_High_Input_Fidelity.ipynb
date: 2025-07-16
date: 2025-07-17
authors:
- katiagg
tags:
Expand Down