Spaces:
Runtime error
Runtime error
update
Browse files- constraints.txt +0 -4
- pre-requirements.txt +24 -0
- pre_build_script.sh +0 -9
- requirements.txt +4 -20
constraints.txt
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
torch==2.1.0
|
| 2 |
-
torchvision==0.16.0
|
| 3 |
-
xformers==0.0.22.post4
|
| 4 |
-
torch-scatter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pre-requirements.txt
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.1.0
|
| 2 |
+
torchvision==0.16.0
|
| 3 |
+
xformers==0.0.22.post4
|
| 4 |
+
torch-scatter
|
| 5 |
+
omegaconf
|
| 6 |
+
rm_anime_bg
|
| 7 |
+
diffusers==0.27.2
|
| 8 |
+
transformers==4.42.4
|
| 9 |
+
einops
|
| 10 |
+
huggingface_hub==0.25.0
|
| 11 |
+
opencv-python
|
| 12 |
+
accelerate
|
| 13 |
+
matplotlib
|
| 14 |
+
kornia
|
| 15 |
+
imageio
|
| 16 |
+
imageio-ffmpeg
|
| 17 |
+
xatlas
|
| 18 |
+
trimesh
|
| 19 |
+
rembg
|
| 20 |
+
onnxruntime
|
| 21 |
+
scikit-learn
|
| 22 |
+
pygltflib
|
| 23 |
+
pymeshlab==2022.2.post3
|
| 24 |
+
pytorch_lightning
|
pre_build_script.sh
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
pip install torch==2.1.0 torchvision==0.16.0 --index-url https://download.pytorch.org/whl/cu118
|
| 2 |
-
pip install xformers==0.0.22.post4 --index-url https://download.pytorch.org/whl/cu118
|
| 3 |
-
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.0+cu118.html
|
| 4 |
-
|
| 5 |
-
pip install -r requirements.txt
|
| 6 |
-
pip install git+https://github.com/NVlabs/nvdiffrast
|
| 7 |
-
pip install git+https://github.com/facebookresearch/pytorch3d.git
|
| 8 |
-
pip install git+https://github.com/Baijiong-Lin/LoRA-Torch
|
| 9 |
-
pip install git+https://github.com/facebookresearch/segment-anything.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
|
@@ -1,20 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
einops
|
| 6 |
-
huggingface_hub==0.25.0
|
| 7 |
-
opencv-python
|
| 8 |
-
accelerate
|
| 9 |
-
matplotlib
|
| 10 |
-
kornia
|
| 11 |
-
imageio
|
| 12 |
-
imageio-ffmpeg
|
| 13 |
-
xatlas
|
| 14 |
-
trimesh
|
| 15 |
-
rembg
|
| 16 |
-
onnxruntime
|
| 17 |
-
scikit-learn
|
| 18 |
-
pygltflib
|
| 19 |
-
pymeshlab==2022.2.post3
|
| 20 |
-
pytorch_lightning
|
|
|
|
| 1 |
+
git+https://github.com/NVlabs/nvdiffrast
|
| 2 |
+
git+https://github.com/facebookresearch/pytorch3d.git
|
| 3 |
+
git+https://github.com/Baijiong-Lin/LoRA-Torch
|
| 4 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|