Add README.md documentation #1

Merged
Copilot merged 2 commits from copilot/create-readme-file into trunk 2025-12-01 12:10:57 +00:00
Copilot commented 2025-12-01 12:04:37 +00:00 (Migrated from github.com)

Project lacked documentation. Added comprehensive README covering usage and setup.

  • Installation: uv run with PEP 723 inline metadata, or manual pip install
  • Usage examples: Text prompts, prompt files, image-to-image, batch generation
  • CLI reference: All flags (-p, -f, -i, -o, -n)
  • Example prompts: Based on existing .prompt files in repo
# Basic usage
uv run img.py -p "a cheeseburger working in an office"

# Image-to-image with multiple outputs
uv run img.py -f cafe-image.prompt -i photo.jpg -n 4 -o result.png
Original prompt

make a readme for this


Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Project lacked documentation. Added comprehensive README covering usage and setup. - **Installation**: `uv run` with PEP 723 inline metadata, or manual `pip install` - **Usage examples**: Text prompts, prompt files, image-to-image, batch generation - **CLI reference**: All flags (`-p`, `-f`, `-i`, `-o`, `-n`) - **Example prompts**: Based on existing `.prompt` files in repo ```bash # Basic usage uv run img.py -p "a cheeseburger working in an office" # Image-to-image with multiple outputs uv run img.py -f cafe-image.prompt -i photo.jpg -n 4 -o result.png ``` <!-- START COPILOT CODING AGENT SUFFIX --> <details> <summary>Original prompt</summary> > make a readme for this </details> <!-- START COPILOT CODING AGENT TIPS --> --- ✨ Let Copilot coding agent [set things up for you](https://github.com/dikkadev/nanobanana-imagen/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo.
dikkadev (Migrated from github.com) reviewed 2025-12-01 12:04:37 +00:00
Sign in to join this conversation.
No description provided.