Skip to content

Commit

Permalink
Fix the error on stable_diffusion_gradio notebook for text2image models.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684108916
  • Loading branch information
vertex-mg-bot authored and copybara-github committed Oct 9, 2024
1 parent e946e2b commit af84cdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
"\n",
" instances = [{\"text\": prompt}]\n",
" parameters = {\n",
" \"negative_prompt\": [negative_prompt],\n",
" \"negative_prompt\": negative_prompt,\n",
" \"height\": image_dimension,\n",
" \"width\": image_dimension,\n",
" \"guidance_scale\": guidance_scale,\n",
Expand Down

0 comments on commit af84cdc

Please sign in to comment.