We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac29f9 commit 68af0c6Copy full SHA for 68af0c6
README.md
@@ -137,6 +137,8 @@ install.bat
137
138
pip install ./simple-knn
139
140
+ pip install -U xformers --index-url https://download.pytorch.org/whl/cu121
141
+
142
git clone --recursive https://github.com/NVlabs/nvdiffrast/`
143
pip install ./nvdiffrast
144
@@ -148,6 +150,9 @@ install.bat
148
150
149
151
# Install pytorch3d
152
pip install git+https://github.com/facebookresearch/pytorch3d.git@stable
153
154
+ # Install kiuikit (Computer Vision Library)
155
+ pip install git+https://github.com/ashawkey/kiuikit.git
156
```
157
158
- ***Install with ComfyUI's embed python env on Windows:***
0 commit comments