Lsmith is a fast StableDiffusionWebUI using high-speed inference technology with TensorRT
- Clone repository
- Launch using Docker compose
docker compose up
- Python 3.10
- pip
- CUDA
- cuDNN < 8.6.0
- TensorRT 8.5.x
- Follow the instructions on this page to build TensorRT OSS and get
libnvinfer_plugin.so
. - Clone Lsmith repository
git clone https://github.com/ddPn08/Lsmith.git
- Enter the repository directory.
cd Lsmith
- Run launch.sh with the path to libnvinfer_plugin.so in the LD_PRELOAD variable.
ex. )
LD_PRELOAD="/lib/src/TensorRT/build/out/libnvinfer_plugin.so.8" bash launch.sh --host 0.0.0.0
We are looking for a way to do that.
Special thanks to the technical members of the AI絵作り研究会, a Japanese AI image generation community.