Skip to content

Commit d7e1f5a

Browse files
Requirements
1 parent fcdf164 commit d7e1f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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\", \"pynanoinstantmeshes==0.0.3\")\n",
95+
"pip_install(\"-q\", \"git+https://github.com/vork/PyNanoInstantMeshes.git\")\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",

0 commit comments

Comments
 (0)