File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -127,13 +127,11 @@ pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=st
127
127
pip install streamdiffusion[tensorrt]
128
128
```
129
129
130
- TensorRT と pywin32 をインストール
131
- (※※pywin32はWindowsの場合のみ必要です。)
130
+ TensorRT をインストール
131
+
132
132
133
133
``` bash
134
134
python -m streamdiffusion.tools.install-tensorrt
135
- # windows の場合以下も実行
136
- pip install pywin32
137
135
```
138
136
139
137
#### 開発者向け
Original file line number Diff line number Diff line change @@ -127,13 +127,10 @@ pip install git+https://github.com/cumulo-autumn/StreamDiffusion.git@main#egg=st
127
127
pip install streamdiffusion[tensorrt]
128
128
```
129
129
130
- Install TensorRT extension and pywin32
131
- (※※pywin32 is required only for Windows.)
130
+ Install TensorRT extension
132
131
133
132
``` bash
134
133
python -m streamdiffusion.tools.install-tensorrt
135
- # If you use Windows, you need to install pywin32
136
- pip install pywin32
137
134
```
138
135
139
136
You can’t perform that action at this time.
0 commit comments