xinjie.wang commited on
Commit
429d7ae
·
1 Parent(s): 9247640
Files changed (2) hide show
  1. Makefile +0 -20
  2. requirements.txt +0 -2
Makefile DELETED
@@ -1,20 +0,0 @@
1
- raw_root=/home/users/xinjie.wang/xinjie/asset3d-gen/
2
- dirpath=/home/users/xinjie.wang/xinjie/hf_spaces/EmbodiedGen-Image-to-3D
3
- cp-space-img:
4
- mkdir -p ${dirpath}
5
- cp -rf ${raw_root}/embodied_gen ${dirpath}/
6
- mkdir -p ${dirpath}/thirdparty/TRELLIS
7
- cp -rf ${raw_root}/thirdparty/TRELLIS/trellis ${dirpath}/thirdparty/TRELLIS
8
- mkdir -p ${dirpath}/assets/example_image
9
- cp ${raw_root}/apps/image_to_3d.py ${dirpath}/app.py
10
- cp ${raw_root}/apps/common.py ${dirpath}/
11
-
12
- cp ${raw_root}/requirements.txt ${dirpath}/
13
- rm -rf ${dirpath}/thirdparty/TRELLIS/trellis/representations/mesh/flexicubes/images
14
- find ${dirpath} -type d -name '__pycache__' -exec rm -r {} +
15
- sed -i 's/demo.launch(server_name="10.34.8.82", server_port=8081)/demo.launch()/g' ${dirpath}/app.py
16
- sed -i 's|apps/assets/example_image|assets/example_image|g' ${dirpath}/app.py
17
- sed -i 's/+cu118//g' ${dirpath}/requirements.txt
18
- rm -rf ${dirpath}/embodied_gen/data/backup
19
-
20
- # disable enable_model_cpu_offload, enable_xformers_memory_efficient_attention
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
requirements.txt CHANGED
@@ -33,9 +33,7 @@ utils3d@git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c
33
  clip@git+https://github.com/openai/CLIP.git
34
  kolors@git+https://github.com/Kwai-Kolors/Kolors.git#egg=038818d
35
  segment-anything@git+https://github.com/facebookresearch/segment-anything.git#egg=dca509f
36
- # https://github.com/nerfstudio-project/gsplat/releases/download/v1.5.0/gsplat-1.5.0+pt24cu121-cp310-cp310-linux_x86_64.whl
37
  https://github.com/nerfstudio-project/gsplat/releases/download/v1.5.0/gsplat-1.5.0+pt24cu118-cp310-cp310-linux_x86_64.whl
38
- # https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
39
  https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu11torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
40
  https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl
41
  https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl
 
33
  clip@git+https://github.com/openai/CLIP.git
34
  kolors@git+https://github.com/Kwai-Kolors/Kolors.git#egg=038818d
35
  segment-anything@git+https://github.com/facebookresearch/segment-anything.git#egg=dca509f
 
36
  https://github.com/nerfstudio-project/gsplat/releases/download/v1.5.0/gsplat-1.5.0+pt24cu118-cp310-cp310-linux_x86_64.whl
 
37
  https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu11torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
38
  https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl
39
  https://huggingface.co/spaces/xinjjj/ImgRoboAssetGen/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl