Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 642 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 642 Bytes

Streamlit SDXL Turbo Demo

sdxl_turbo.mp4

Getting Started

Installing

pip install -r requirements.txt

Executing program

sh scripts/run.sh

Usage

  1. change model_name in utils_sdxl_turbo.py if the model is in a local directory
  2. change debounce in app to determine how often the text is processed
  3. change GPU card index and server port in scripts/run.sh

Acknowledgments