Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -4,6 +4,7 @@ diffusers
|
|
| 4 |
transformers
|
| 5 |
accelerate
|
| 6 |
pillow
|
| 7 |
-
git+https://github.com/stability-ai/TripoSR.git # For TripoSR (image-to-3D)
|
| 8 |
cadquery # For CAD parametric modeling
|
| 9 |
-
ocp-vscode # Optional for local CadQuery debugging, but not needed on HF
|
|
|
|
|
|
|
|
|
| 4 |
transformers
|
| 5 |
accelerate
|
| 6 |
pillow
|
|
|
|
| 7 |
cadquery # For CAD parametric modeling
|
| 8 |
+
ocp-vscode # Optional for local CadQuery debugging, but not needed on HF
|
| 9 |
+
numpy # Required for TripoSR
|
| 10 |
+
omegaconf # Required for TripoSR config
|