image-generate
Image Generate
Generates an image from a text prompt using AI image generation models.
Command
npx agent-media@latest image generate --prompt <text> [options]
Inputs
| Option | Required | Description |
|---|---|---|
--prompt |
Yes | Text description of the image to generate |
--width |
No | Width of the generated image in pixels (default: 1280) |
--height |
No | Height of the generated image in pixels (default: 720) |
--count |
No | Number of images to generate (default: 1) |
--out |
No | Output path, filename or directory (default: ./) |
More from agntswrm/agent-media
audio-transcribe
Transcribes audio to text with timestamps and optional speaker identification. Use when you need to convert speech to text, create subtitles, transcribe meetings, or process voice recordings.
136image-remove-background
Removes the background from an image, leaving the foreground subject with transparency. Use when you need to isolate subjects, create cutouts, or prepare images for compositing.
134image-crop
Crops an image to specified dimensions around a focal point. Use when you need to extract a portion of an image, create thumbnails with custom positioning, or prepare images for specific aspect ratios.
87video-generate
Generates video from text prompts or animates static images. Use when you need to create videos from descriptions, animate images, or produce video content using AI.
70image-edit
Edits an existing image using a text prompt. Use when you need to modify, enhance, or transform an image based on text instructions.
66image-resize
Resizes an image to specified dimensions. Use when you need to change image size, create thumbnails, or prepare images for specific display requirements.
52