Generate images using SDXL-Lightning on CUDA or Apple Silicon.
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
.