File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ if exist "%python_miniconda_exec%" (
12
12
13
13
" %python_miniconda_exec% " -s -m pip install -U xformers --index-url https://download.pytorch.org/whl/cu121
14
14
15
+ " %python_miniconda_exec% " -s -m pip install -U https://github.com/ashawkey/diff-gaussian-rasterization
16
+ " %python_miniconda_exec% " -s -m pip install -U https://github.com/NVlabs/nvdiffrast/
17
+ " %python_miniconda_exec% " -s -m pip install -U https://github.com/facebookresearch/pytorch3d.git@ stable
18
+ " %python_miniconda_exec% " -s -m pip install -U https://github.com/rusty1s/pytorch_scatter.git
19
+ " %python_miniconda_exec% " -s -m pip install -U https://github.com/YixunLiang/simple-knn.git
20
+ " %python_miniconda_exec% " -s -m pip install -U https://github.com/ashawkey/kiuikit.git
21
+
15
22
set " python_miniconda_exec = ..\..\..\..\..\..\..\python_miniconda_env\ComfyUI\python.exe"
16
23
17
24
cd tgs/models/snowflake/pointnet2_ops_lib && " %python_miniconda_exec% " -s setup.py install && cd ../../../../
Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ opencv-python
11
11
roma
12
12
nerfacc >= 0.5.3
13
13
PyMCubes
14
- git+https://github.com/ashawkey/diff-gaussian-rasterization
15
- git+https://github.com/NVlabs/nvdiffrast/
16
- git+https://github.com/facebookresearch/pytorch3d.git@stable
17
- git+https://github.com/rusty1s/pytorch_scatter.git
18
- git+https://github.com/YixunLiang/simple-knn.git
19
- git+https://github.com/ashawkey/kiuikit.git
20
14
21
15
# for use ML models
22
16
diffusers
You can’t perform that action at this time.
0 commit comments