Spaces:
Running
on
Zero
Running
on
Zero
xinjie.wang
commited on
Commit
·
ceed880
1
Parent(s):
81e9969
test
Browse files- app.py +0 -1
- common.py +1 -0
- requirements.txt +5 -5
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import os
|
2 |
import shutil
|
3 |
from functools import partial
|
4 |
-
import spaces
|
5 |
|
6 |
import gradio as gr
|
7 |
from common import (
|
|
|
1 |
import os
|
2 |
import shutil
|
3 |
from functools import partial
|
|
|
4 |
|
5 |
import gradio as gr
|
6 |
from common import (
|
common.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import gc
|
2 |
import logging
|
3 |
import os
|
|
|
1 |
+
import spaces
|
2 |
import gc
|
3 |
import logging
|
4 |
import os
|
requirements.txt
CHANGED
@@ -38,8 +38,8 @@ utils3d@git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c
|
|
38 |
clip@git+https://github.com/openai/CLIP.git
|
39 |
kolors@git+https://github.com/Kwai-Kolors/Kolors.git#egg=038818d
|
40 |
segment-anything@git+https://github.com/facebookresearch/segment-anything.git#egg=dca509f
|
41 |
-
https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl
|
42 |
-
https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/kaolin-0.16.0-cp310-cp310-linux_x86_64.whl
|
43 |
-
https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl
|
44 |
-
https://github.com/nerfstudio-project/gsplat/releases/download/v1.5.0/gsplat-1.5.0+pt21cu118-cp310-cp310-linux_x86_64.whl
|
45 |
-
https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
|
|
38 |
clip@git+https://github.com/openai/CLIP.git
|
39 |
kolors@git+https://github.com/Kwai-Kolors/Kolors.git#egg=038818d
|
40 |
segment-anything@git+https://github.com/facebookresearch/segment-anything.git#egg=dca509f
|
41 |
+
# https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl
|
42 |
+
# https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/kaolin-0.16.0-cp310-cp310-linux_x86_64.whl
|
43 |
+
# https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl
|
44 |
+
# https://github.com/nerfstudio-project/gsplat/releases/download/v1.5.0/gsplat-1.5.0+pt21cu118-cp310-cp310-linux_x86_64.whl
|
45 |
+
# https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu118torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|