diff --git a/.ci/spellcheck/.pyspelling.wordlist.txt b/.ci/spellcheck/.pyspelling.wordlist.txt index 3a25bc0c73b..59cba3bbc47 100644 --- a/.ci/spellcheck/.pyspelling.wordlist.txt +++ b/.ci/spellcheck/.pyspelling.wordlist.txt @@ -687,6 +687,7 @@ px py pyannote pymodule +pynim PyPI Pythia pytorch diff --git a/notebooks/stable-fast-3d/stable-fast-3d.ipynb b/notebooks/stable-fast-3d/stable-fast-3d.ipynb index 26318927406..197c74d8617 100644 --- a/notebooks/stable-fast-3d/stable-fast-3d.ipynb +++ b/notebooks/stable-fast-3d/stable-fast-3d.ipynb @@ -7,7 +7,7 @@ "source": [ "# Stable Fast 3D Mesh Reconstruction and OpenVINO\n", "\n", - "
Important note: This notebook requires python >= 3.9. Please make sure that your environment fulfill to this requirement before running it
\n", + "
Important note: 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.
\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", @@ -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",