From c9a71f8c96d5d1f0377aac4871e4a0ef544b187c Mon Sep 17 00:00:00 2001 From: Katia Gil Guzman <152395277+katia-openai@users.noreply.github.com> Date: Thu, 17 Jul 2025 12:50:33 +0200 Subject: [PATCH 1/3] Update input fidelity cookbook (#1959) --- ...rate_Images_With_High_Input_Fidelity.ipynb | 26 +++++++++---------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/examples/Generate_Images_With_High_Input_Fidelity.ipynb b/examples/Generate_Images_With_High_Input_Fidelity.ipynb index fe4de9bdd0..97efad9def 100644 --- a/examples/Generate_Images_With_High_Input_Fidelity.ipynb +++ b/examples/Generate_Images_With_High_Input_Fidelity.ipynb @@ -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." ] }, { @@ -218,7 +216,7 @@ }, { "cell_type": "markdown", - "id": "91289afb", + "id": "f18bee43", "metadata": {}, "source": [ "### Add item" @@ -388,7 +386,7 @@ }, { "cell_type": "markdown", - "id": "c374cc95", + "id": "e9c4470b", "metadata": {}, "source": [ "### Combine multiple pictures with faces" @@ -397,7 +395,7 @@ { "cell_type": "code", "execution_count": 16, - "id": "95f48352", + "id": "88ba4c3d", "metadata": {}, "outputs": [ { @@ -420,7 +418,7 @@ { "cell_type": "code", "execution_count": 17, - "id": "ed37d47a", + "id": "4c5956ef", "metadata": {}, "outputs": [], "source": [ @@ -453,7 +451,7 @@ { "cell_type": "code", "execution_count": 54, - "id": "5b67c0eb", + "id": "7a87cd2f", "metadata": {}, "outputs": [ { @@ -475,7 +473,7 @@ { "cell_type": "code", "execution_count": 20, - "id": "94a8a581", + "id": "ebe6bff4", "metadata": {}, "outputs": [], "source": [ @@ -494,7 +492,7 @@ { "cell_type": "code", "execution_count": 21, - "id": "d655785c", + "id": "1def00a1", "metadata": {}, "outputs": [], "source": [ @@ -505,7 +503,7 @@ { "cell_type": "code", "execution_count": 47, - "id": "6998334f", + "id": "45b5e2ac", "metadata": {}, "outputs": [ { @@ -902,10 +900,10 @@ }, { "cell_type": "markdown", - "id": "f46824d2", + "id": "c98ebbd4", "metadata": {}, "source": [ - "## Wrapping up" + "## Wrapping up" ] }, { @@ -913,7 +911,7 @@ "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", From 1acbbd17648df41de6aa682126acaaff63e48c80 Mon Sep 17 00:00:00 2001 From: Katia Gil Guzman Date: Thu, 17 Jul 2025 15:14:13 +0200 Subject: [PATCH 2/3] fix build --- registry.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/registry.yaml b/registry.yaml index 78e521ee57..527d297300 100644 --- a/registry.yaml +++ b/registry.yaml @@ -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 From ecea710d2c082980489898ca728c2dd29f2cb1dc Mon Sep 17 00:00:00 2001 From: Katia Gil Guzman <152395277+katia-openai@users.noreply.github.com> Date: Thu, 17 Jul 2025 15:25:20 +0200 Subject: [PATCH 3/3] Update registry (#1960) --- registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.yaml b/registry.yaml index 527d297300..9b1353ce9e 100644 --- a/registry.yaml +++ b/registry.yaml @@ -2276,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: