Skip to content

Commit

Permalink
fix typo in controlnet notebook (#2629)
Browse files Browse the repository at this point in the history
CVS-159958
  • Loading branch information
eaidova authored Jan 6, 2025
1 parent ffbbce5 commit cdb26bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
" \"--extra-index-url\",\n",
" \"https://download.pytorch.org/whl/cpu\",\n",
")\n",
"pip_install(\"--no-deps\", \"contorlnet-aux>=0.0.6\")\n",
"pip_install(\"--no-deps\", \"controlnet-aux>=0.0.6\")\n",
"pip_install(\"openvino>=2023.1.0\")"
]
},
Expand Down

0 comments on commit cdb26bc

Please sign in to comment.