Skip to content

Commit fcdf164

Browse files
Update stable-fast-3d-repo
1 parent b519d54 commit fcdf164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/stable-fast-3d/stable-fast-3d.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"pip_install(\"-q\", \"gradio>=4.19\", \"openvino>=2024.3.0\", \"wheel\", \"gradio-litmodel3d==0.0.1\")\n",
9393
"pip_install(\"-q\", \"torch>=2.2.2\", \"torchvision\", \"transformers>=4.42.3\", \"open_clip_torch==2.24.0\", \"--extra-index-url\", \"https://download.pytorch.org/whl/cpu\")\n",
9494
"pip_install(\"-q\", \"omegaconf==2.4.0.dev3\")\n",
95-
"pip_install(\"-q\", \"git+https://github.com/vork/PyNanoInstantMeshes.git\")\n",
95+
"pip_install(\"-q\", \"pynanoinstantmeshes==0.0.3\")\n",
9696
"pip_install(\"-q\", \"jaxtyping\", \"gpytoolbox\", \"trimesh\", \"einops\")\n",
9797
"# rembg requires opencv-python-headless that can't be installed with opencv-python. So, we install rembg without dependencies and install its requirements\n",
9898
"pip_install(\"-q\", \"rembg\", \"--no-deps\")\n",
@@ -116,7 +116,7 @@
116116
"from cmd_helper import clone_repo\n",
117117
"\n",
118118
"\n",
119-
"clone_repo(\"https://github.com/Stability-AI/stable-fast-3d\", \"2b35658e6fa41df4171f15d8696102c62845f16a\")\n",
119+
"clone_repo(\"https://github.com/Stability-AI/stable-fast-3d\", \"ff21fc491b4dc5314bf6734c7c0dabd86b5f5bb2\")\n",
120120
"\n",
121121
"pip_install(\"-q\", Path(\"stable-fast-3d/texture_baker/\"))\n",
122122
"pip_install(\"-q\", Path(\"stable-fast-3d/uv_unwrapper/\"))"

0 commit comments

Comments
 (0)