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.txtRun the python script:
python diffuse.pyYour output will be in the folder output/<date>.png.