Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
katiemn committed Jan 31, 2025
1 parent ce1de87 commit 2647bfd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@ imshow
imwrite
inbox
informati
inpaint
iostream
ipd
iphoneos
Expand Down Expand Up @@ -804,6 +805,7 @@ lakecolor
landcolor
landuse
langgraph
latte
lego
lenzing
levelname
Expand Down
2 changes: 1 addition & 1 deletion vision/getting-started/imagen3_image_generation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
"source": [
"### Prompt rewriter\n",
"\n",
"The `imagen-3.0-generate-002` model offers the option to enhance your provided prompt. To utilize this feature, set `enhance_prompt` to True. A new, detailed prompt will be created from your original one to help generate higher qualty images."
"The `imagen-3.0-generate-002` model offers the option to enhance your provided prompt. To utilize this feature, set `enhance_prompt` to True. A new, detailed prompt will be created from your original one to help generate higher quality images."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"\n",
"You can currently generate up to **4** images at a time with Imagen. Imagen provides several variations based on your prompt.\n",
"\n",
"You will do that in the cell below. An axuillary function to display images in grid is also provided."
"You will do that in the cell below. An auxiliary function to display images in grid is also provided."
]
},
{
Expand Down Expand Up @@ -415,7 +415,7 @@
"id": "KQgOkmtrfXR2"
},
"source": [
"To improve the user experience and reproducibility, you will define a generation config and create a function to boostrap content generation with Gemini 2.0 Flash."
"To improve the user experience and reproducibility, you will define a generation config and create a function to bootstrap content generation with Gemini 2.0 Flash."
]
},
{
Expand Down Expand Up @@ -576,7 +576,7 @@
"outputs": [],
"source": [
"text_prompt = \"\"\"\n",
" Provide a menu for an Italian restaurant in a JSON fomat.\n",
" Provide a menu for an Italian restaurant in a JSON format.\n",
" Each item in the menu should have a name and a description.\n",
" The item description should contain the ingredients and how the item was prepared.\n",
" Don't include \"of the day\" items such as \"soup of the day\".\n",
Expand Down Expand Up @@ -613,7 +613,7 @@
"source": [
"### Generating visual asset programmatically\n",
"\n",
"Using the jsonized menu, you will be creating a batch of images programatically using Imagen 3. You will use the Gemini 2.0 Flash model to rewrite each description into a detailed image prompt."
"Using the newly formatted menu, you will be creating a batch of images programatically using Imagen 3. You will use the Gemini 2.0 Flash model to rewrite each description into a detailed image prompt."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
"\n",
"You can currently generate up to **4** images at a time with Imagen. Imagen provides several variations based on your prompt.\n",
"\n",
"You will do that in the cell below. An axuillary function to display images in grid is also provided."
"You will do that in the cell below. An auxiliary function to display images in grid is also provided."
]
},
{
Expand Down Expand Up @@ -449,7 +449,7 @@
"id": "KQgOkmtrfXR2"
},
"source": [
"To improve the user experience and reproducibility, you will define a generation config and create a function to boostrap content generation with Gemini 1.5 Pro."
"To improve the user experience and reproducibility, you will define a generation config and create a function to bootstrap content generation with Gemini 1.5 Pro."
]
},
{
Expand Down Expand Up @@ -614,7 +614,7 @@
"outputs": [],
"source": [
"text_prompt = \"\"\"\n",
" Provide a menu for an Italian restaurant in a JSON fomat.\n",
" Provide a menu for an Italian restaurant in a JSON format.\n",
" Each item in the menu should have a name and a description.\n",
" The item description should contain the ingredients and how the item was prepared.\n",
" Don't include \"of the day\" items such as \"soup of the day\".\n",
Expand Down Expand Up @@ -651,7 +651,7 @@
"source": [
"### Generating visual asset programmatically\n",
"\n",
"Using the jsonized menu, you will be creating a batch of images programatically using Imagen 3. You will use Gemini 1.5 Pro model to rewrite each description into a detailed image prompt."
"Using the newly formatted menu, you will be creating a batch of images programatically using Imagen 3. You will use Gemini 1.5 Pro model to rewrite each description into a detailed image prompt."
]
},
{
Expand Down

0 comments on commit 2647bfd

Please sign in to comment.