ddPn08 / Radiata

Stable diffusion webui based on diffusers.
https://ddpn08.github.io/Radiata/
Apache License 2.0
983 stars 68 forks source link

Added support for TensorRT>=8.6.0,<8.7.0 #82

Closed fa0311 closed 1 year ago

fa0311 commented 1 year ago

TensorRT 8.6.0が公式サイトからダウンロード出来なくなってるみたいです 8.6.1にアップデートする代わりにTensorRT>=8.6.0,<8.7.0のサポートを追加しました

It looks like TensorRT 8.6.0 is no longer available for download from the official site. Instead of updating to 8.6.1, support for TensorRT>=8.6.0,<8.7.0 has been added.

versionチェックの実装だけ悩みました startswithで実装しています

I was wondering how to implement the version check. I implemented it with startswith.