my attempt at making an ai image generator
- download zip
- pip install -r requirements.txt
- python cli_app.py "A beach with golden sand" --width 200 --height 200 --output beach.png --show
Flag Description Default --width Image width 100 --height Image height 100 --output Output filename output.png --show Display the image False