zcmcxm commited on
Commit ·
3bd67b0
1
Parent(s): d14382d
modify requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
|
@@ -6,28 +6,28 @@ pandas
|
|
| 6 |
scipy
|
| 7 |
scikit-learn
|
| 8 |
matplotlib
|
| 9 |
-
opencv-python
|
| 10 |
-
imageio
|
| 11 |
-
imageio-ffmpeg
|
| 12 |
-
omegaconf
|
| 13 |
|
| 14 |
torch
|
| 15 |
-
einops
|
| 16 |
-
plyfile
|
| 17 |
|
| 18 |
# for gui
|
| 19 |
-
dearpygui
|
| 20 |
|
| 21 |
# for stable-diffusion
|
| 22 |
huggingface_hub
|
| 23 |
-
diffusers >= 0.9.0
|
| 24 |
-
accelerate
|
| 25 |
-
transformers
|
| 26 |
|
| 27 |
# for dmtet and mesh export
|
| 28 |
-
xatlas
|
| 29 |
-
trimesh
|
| 30 |
-
PyMCubes
|
| 31 |
-
pymeshlab
|
| 32 |
|
| 33 |
-
rembg[gpu,cli]
|
|
|
|
| 6 |
scipy
|
| 7 |
scikit-learn
|
| 8 |
matplotlib
|
| 9 |
+
# opencv-python
|
| 10 |
+
# imageio
|
| 11 |
+
# imageio-ffmpeg
|
| 12 |
+
# omegaconf
|
| 13 |
|
| 14 |
torch
|
| 15 |
+
# einops
|
| 16 |
+
# plyfile
|
| 17 |
|
| 18 |
# for gui
|
| 19 |
+
# dearpygui
|
| 20 |
|
| 21 |
# for stable-diffusion
|
| 22 |
huggingface_hub
|
| 23 |
+
# diffusers >= 0.9.0
|
| 24 |
+
# accelerate
|
| 25 |
+
# transformers
|
| 26 |
|
| 27 |
# for dmtet and mesh export
|
| 28 |
+
# xatlas
|
| 29 |
+
# trimesh
|
| 30 |
+
# PyMCubes
|
| 31 |
+
# pymeshlab
|
| 32 |
|
| 33 |
+
# rembg[gpu,cli]
|