| Crates.io | imgen |
| lib.rs | imgen |
| version | 0.1.3 |
| created_at | 2024-03-10 16:19:59.300358+00 |
| updated_at | 2024-09-28 12:28:42.546634+00 |
| description | A cli wrapper around OpenAI imgage generation that works for me. |
| homepage | |
| repository | https://github.com/kloki/imgen |
| max_upload_size | |
| id | 1168785 |
| size | 39,907 |
A cli wrapper around OpenAI image generation that works for me. Give multiple prompts and request them concurrently.
Install
cargo install imgen
OpenAI api key should be set using envar OPENAI_API_KEY.
imgen "First prompt" "Second prompt"
If a prompt is . imgen will reuse the previous prompt. This way you can easily request variations like this.
imgen "prompt" . .