Skip to content

Commit

Permalink
Download image fix for controlnet-stable-diffusion.ipynb (#2583)
Browse files Browse the repository at this point in the history
  • Loading branch information
totoka-intel authored Dec 6, 2024
1 parent be81d7e commit 01fcbbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
"\n",
"image_path = Path(\"example_image.jpg\")\n",
"if not image_path.exists():\n",
" download_file(image_path, filename=\"example_image.jpg\")\n",
" download_file(example_url, filename=\"example_image.jpg\")\n",
"\n",
"img = Image.open(image_path)\n",
"pose = pose_estimator(img)\n",
Expand Down

0 comments on commit 01fcbbe

Please sign in to comment.