Loading...
Loading...
AI Image Generation Tool that generates images based on prompts and reference images. Supports multiple models (BANANA/BANANA_2/BANANA_PRO/GPT_2_IMAGE/AIDRAW_EDIT/WAN2_7/SEEDREAM5), with controllable resolution, aspect ratio, and output quantity. Triggered when users say phrases like "generate image", "AI drawing", "AI image generation", "help me draw", "image generation", "image generation", "generate image", "draw a picture", "make a picture", "image-to-image".
npx skill4agent add linkfox-ai/linkfox-skills linkfox-aigc-imagegen| Model (provider) | Description | Features |
|---|---|---|
| BANANA | LFBanana (Basic Version) | Only supports 1K resolution |
| BANANA_2 | LFBanana2 | Supports higher resolution |
| BANANA_PRO | LFBanana Pro (Default) | Best comprehensive performance |
| GPT_2_IMAGE | Img2 | Supports quality parameter to control output quality |
| AIDRAW_EDIT | Linkfox-Image-1 | Suitable for editing scenarios |
| WAN2_7 | Wan 2.7 | Wanxiang Model |
| SEEDREAM5 | Seedream 5.0 | Only supports 2K |
promptimageUrlsoutputNum1resolution1Kqualityhighreferences/api.mdPOST /aigc/imageGenAsync{taskId}POST /aigc/taskQuery{taskId}python scripts/aigc_imagegen.py '<JSON Parameters>'/aigc/imageGenAsynctaskId/aigc/taskQuerymedia/<cwd>/linkfox/<YYYY-MM-DD>/<session>/| Content Type | Directory | Path Format | Description |
|---|---|---|---|
| Generated Images | | | e.g., |
| Original API Response | | | Contains complete taskId, status, temporary URL, etc. |
Saved full response: <path array>Saved full response: ["/path/to/media/a.png"]Saved full response: ["/path/to/media/a.png", "/path/to/media/b.png"]data/Saved full response:Saved full response: /path/to/data/xxx.jsonSaved full response:LINKFOX_AGENT_API_KEYLINKFOXAGENT_API_KEYBANANA_PROGPT_2_IMAGEAIDRAW_EDIT{"imageUrls": ["https://example.com/product.jpg"], "prompt": "product photography on white background, studio lighting", "provider": "BANANA_PRO", "outputNum": 1, "resolution": "1K", "aspectRatio": "1:1", "quality": "high"}{"imageUrls": ["https://example.com/ref.jpg"], "prompt": "modern minimalist product showcase", "provider": "GPT_2_IMAGE", "outputNum": 1, "resolution": "1K", "aspectRatio": "16:9", "quality": "high"}{"imageUrls": ["https://example.com/ref.jpg"], "prompt": "creative product ad design", "provider": "BANANA_PRO", "outputNum": 4, "resolution": "2K", "aspectRatio": "1:1", "quality": "high"}linkfox-aigc-textgenlinkfox-aigc-videogenreferences/api.mdARGUMENTS:python scripts/aigc_imagegen.py '<JSON>'