Skip to content

Commit

Permalink
Stable fast 3d omegaconf (#2450)
Browse files Browse the repository at this point in the history
CVS-155075
  • Loading branch information
aleksandr-mokrov authored Oct 16, 2024
1 parent 5983208 commit 8b7a744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ci/spellcheck/.pyspelling.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ px
py
pyannote
pymodule
pynim
PyPI
Pythia
pytorch
Expand Down
6 changes: 3 additions & 3 deletions notebooks/stable-fast-3d/stable-fast-3d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"source": [
"# Stable Fast 3D Mesh Reconstruction and OpenVINO\n",
"\n",
"<div class=\"alert alert-block alert-danger\"> <b>Important note:</b> This notebook requires python >= 3.9. Please make sure that your environment fulfill to this requirement before running it </div>\n",
"<div class=\"alert alert-block alert-danger\"> <b>Important note:</b> This notebook has problems with installation [pynim](https://github.com/vork/PyNanoInstantMeshes/issues/2) library on MacOS. The issue may be environment dependent and may occur on other OSes. </div>\n",
"\n",
"[Stable Fast 3D (SF3D)](https://huggingface.co/stabilityai/stable-fast-3d) is a large reconstruction model based on [TripoSR](https://huggingface.co/spaces/stabilityai/TripoSR), which takes in a single image of an object and generates a textured UV-unwrapped 3D mesh asset.\n",
"\n",
Expand Down Expand Up @@ -87,9 +87,9 @@
" \"rembg==2.0.57\",\n",
" \"trimesh==4.4.1\",\n",
" \"einops==0.7.0\",\n",
" \"omegaconf>=2.3.0\",\n",
" \"omegaconf==2.4.0.dev3\",\n",
" \"jaxtyping==0.2.31\",\n",
" \"gpytoolbox==0.2.0\",\n",
" \"gpytoolbox==0.3.2\",\n",
" \"open_clip_torch==2.24.0\",\n",
" \"git+https://github.com/vork/PyNanoInstantMeshes.git\",\n",
" \"--extra-index-url\",\n",
Expand Down

0 comments on commit 8b7a744

Please sign in to comment.