Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 452 Bytes

SDXL Turbo on mac MPS

This is a test project to demonstrate how you can run SDXL Turbo on locally on mac M1/M2.

How to run

  1. clone this repository.
  2. Run python -m venv .venv to create a virtual environment.
  3. Run source .venv/bin/activate to activate the virtual environment.
  4. Run ./install-deps-mac.sh to install dependencies.
  5. Run python main.py to run the program.
  6. To deactivate the virtual environment, run deactivate.