Skip to content

Commit 93254d7

Browse files
authored
Revert commits (#1962)
1 parent ecea710 commit 93254d7

File tree

2 files changed

+28
-13
lines changed

2 files changed

+28
-13
lines changed

examples/Generate_Images_With_High_Input_Fidelity.ipynb

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@
102102
"Example use cases:\n",
103103
"- **Item edits:** Change isolated elements (e.g., swap a mug color) while leaving everything else untouched.\n",
104104
"- **Element removal:** Cleanly remove an isolated element without changing the rest of the picture.\n",
105-
"- **Element addition:** Seamlessly insert new objects into a scene."
105+
"- **Element addition:** Seamlessly insert new objects into a scene.\n",
106+
"\n",
107+
"Note that the example outputs below are resized and compressed, hence there is a slight difference in quality compared to the "
106108
]
107109
},
108110
{
@@ -216,7 +218,7 @@
216218
},
217219
{
218220
"cell_type": "markdown",
219-
"id": "f18bee43",
221+
"id": "91289afb",
220222
"metadata": {},
221223
"source": [
222224
"### Add item"
@@ -386,7 +388,7 @@
386388
},
387389
{
388390
"cell_type": "markdown",
389-
"id": "e9c4470b",
391+
"id": "c374cc95",
390392
"metadata": {},
391393
"source": [
392394
"### Combine multiple pictures with faces"
@@ -395,7 +397,7 @@
395397
{
396398
"cell_type": "code",
397399
"execution_count": 16,
398-
"id": "88ba4c3d",
400+
"id": "95f48352",
399401
"metadata": {},
400402
"outputs": [
401403
{
@@ -418,7 +420,7 @@
418420
{
419421
"cell_type": "code",
420422
"execution_count": 17,
421-
"id": "4c5956ef",
423+
"id": "ed37d47a",
422424
"metadata": {},
423425
"outputs": [],
424426
"source": [
@@ -451,7 +453,7 @@
451453
{
452454
"cell_type": "code",
453455
"execution_count": 54,
454-
"id": "7a87cd2f",
456+
"id": "5b67c0eb",
455457
"metadata": {},
456458
"outputs": [
457459
{
@@ -473,7 +475,7 @@
473475
{
474476
"cell_type": "code",
475477
"execution_count": 20,
476-
"id": "ebe6bff4",
478+
"id": "94a8a581",
477479
"metadata": {},
478480
"outputs": [],
479481
"source": [
@@ -492,7 +494,7 @@
492494
{
493495
"cell_type": "code",
494496
"execution_count": 21,
495-
"id": "1def00a1",
497+
"id": "d655785c",
496498
"metadata": {},
497499
"outputs": [],
498500
"source": [
@@ -503,7 +505,7 @@
503505
{
504506
"cell_type": "code",
505507
"execution_count": 47,
506-
"id": "45b5e2ac",
508+
"id": "6998334f",
507509
"metadata": {},
508510
"outputs": [
509511
{
@@ -900,18 +902,18 @@
900902
},
901903
{
902904
"cell_type": "markdown",
903-
"id": "c98ebbd4",
905+
"id": "f46824d2",
904906
"metadata": {},
905907
"source": [
906-
"## Wrapping up"
908+
"## Wrapping up"
907909
]
908910
},
909911
{
910912
"cell_type": "markdown",
911913
"id": "f946b293",
912914
"metadata": {},
913915
"source": [
914-
"In this guide, we covered how to enable high input fidelity to better preserve important visual details from input images.\n",
916+
"In this cookbook, we covered how to enable high input fidelity to better preserve important visual details from input images.\n",
915917
"\n",
916918
"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",
917919
"\n",

registry.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
tags:
1313
- evals-api
1414
- images
15-
- evals
1615

1716
- title: Optimize Prompts
1817
path: examples/Optimize_Prompts.ipynb
@@ -55,6 +54,20 @@
5554
tags:
5655
- fine-tuning
5756

57+
- title: MCP-Powered Agentic Voice Framework
58+
path: examples/partners/mcp_powered_voice_agents/mcp_powered_agents_cookbook.ipynb
59+
date: 2025-06-17
60+
authors:
61+
- shikhar-cyber
62+
- Cece Z
63+
- Sibon li
64+
tags:
65+
- mcp
66+
- voice
67+
- agents-sdk
68+
- functions
69+
- tracing
70+
5871
- title: Building a Supply-Chain Copilot with OpenAI Agent SDK and Databricks MCP Servers
5972
path: examples/mcp/databricks_mcp_cookbook.ipynb
6073
date: 2025-07-08

0 commit comments

Comments
 (0)