Skip to content
forked from ddPn08/Radiata

StableDiffusionWebUI accelerated using TensorRT clone from ddPn08

Notifications You must be signed in to change notification settings

togaiaoi/Lsmith

 
 

Repository files navigation

Lsmith is a fast StableDiffusionWebUI using high-speed inference technology with TensorRT

Benchmark

benchmark

Usage

Docker | Easy

  1. Clone repository
  2. Launch using Docker compose
docker compose up

Linux | Difficult

requirements

  • Python 3.10
  • pip
  • CUDA
  • cuDNN < 8.6.0
  • TensorRT 8.5.x
  1. Follow the instructions on this page to build TensorRT OSS and get libnvinfer_plugin.so.
  2. Clone Lsmith repository
git clone https://github.com/ddPn08/Lsmith.git
  1. Enter the repository directory.
cd Lsmith
  1. 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

Windows | Unavailable now...

We are looking for a way to do that.




Special thanks to the technical members of the AI絵作り研究会, a Japanese AI image generation community.

About

StableDiffusionWebUI accelerated using TensorRT clone from ddPn08

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.9%
  • TypeScript 42.7%
  • Dockerfile 0.7%
  • Shell 0.6%
  • JavaScript 0.6%
  • CSS 0.3%
  • HTML 0.2%