|
92 | 92 | "pip_install(\"-q\", \"gradio>=4.19\", \"openvino>=2024.3.0\", \"wheel\", \"gradio-litmodel3d==0.0.1\")\n", |
93 | 93 | "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", |
94 | 94 | "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", |
96 | 96 | "pip_install(\"-q\", \"jaxtyping\", \"gpytoolbox\", \"trimesh\", \"einops\")\n", |
97 | 97 | "# rembg requires opencv-python-headless that can't be installed with opencv-python. So, we install rembg without dependencies and install its requirements\n", |
98 | 98 | "pip_install(\"-q\", \"rembg\", \"--no-deps\")\n", |
|
116 | 116 | "from cmd_helper import clone_repo\n", |
117 | 117 | "\n", |
118 | 118 | "\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", |
120 | 120 | "\n", |
121 | 121 | "pip_install(\"-q\", Path(\"stable-fast-3d/texture_baker/\"))\n", |
122 | 122 | "pip_install(\"-q\", Path(\"stable-fast-3d/uv_unwrapper/\"))" |
|
0 commit comments