Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 404 Bytes

SDXL-Lightning Image Generator

Generate images using SDXL-Lightning on CUDA or Apple Silicon.

Usage

Create a .env file with your prompt and a negative prompt:

PROMPT="A man sitting on a bench with a book."

Init python dependencies:

pip install -r requirements.txt

Run the python script:

python diffuse.py

Your output will be in the folder output/<date>.png.