From ccde4c8dd01dd9f16dd0e79e2ccb236bb7ac5a60 Mon Sep 17 00:00:00 2001 From: Katia Gil Guzman Date: Thu, 17 Jul 2025 12:49:16 +0200 Subject: [PATCH] fix text --- ...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",