Skip to content

Commit

Permalink
update README and README-ja
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulo-autumn committed Dec 30, 2023
1 parent 4b801a1 commit 741b0fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ TensorRT拡張をインストール
```bash
python -m streamdiffusion.tools.install-tensorrt
```
(Only for Windows)リリースバージョン(`pip install streamdiffusion[tensorrt]`)ではpywin32のインストールが別途必要です。
```bash
pip install --force-reinstall pywin32
```

#### 開発者向け

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ Install TensorRT extension
```bash
python -m streamdiffusion.tools.install-tensorrt
```

(Only for Windows) You may need to install pywin32 additionally, if you installed Stable Version(`pip install streamdiffusion[tensorrt]`).
```bash
pip install --force-reinstall pywin32
```

#### For Developer

Expand Down

0 comments on commit 741b0fc

Please sign in to comment.