Skip to content

Commit 11ad9d6

Browse files
committed
Update Install
1 parent 68af0c6 commit 11ad9d6

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

checkpoints/lgm/place lgm model here.txt

Whitespace-only changes.

checkpoints/tgs/place tgs model here.txt

Whitespace-only changes.

install.bat

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ if exist "%python_miniconda_exec%" (
1212

1313
"%python_miniconda_exec%" -s -m pip install -U xformers --index-url https://download.pytorch.org/whl/cu121
1414

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+
1522
set "python_miniconda_exec=..\..\..\..\..\..\..\python_miniconda_env\ComfyUI\python.exe"
1623

1724
cd tgs/models/snowflake/pointnet2_ops_lib && "%python_miniconda_exec%" -s setup.py install && cd ../../../../

requirements.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ opencv-python
1111
roma
1212
nerfacc>=0.5.3
1313
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
2014

2115
# for use ML models
2216
diffusers

0 commit comments

Comments
 (0)