GooDAnDReaDY/dsh-fal-image-gen ↗★ 0
dsh-fal-image-gen
基于 FAL 队列 API 的图像生成插件,提供 `generate_image` 工具,支持在对话中直接渲染并保存图片到工作区。
AI 分析
核心用途是为 DSH 赋予高质量的文生图能力。适合需要在对话中快速生成视觉素材、原型图或插图的用户。需要配置 FAL API 密钥。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GooDAnDReaDY/dsh-fal-image-gen說明文件
閱讀完整 README ↗Usage
Just ask the model to draw an image:
Generate an image: neon cyberpunk city at night in the rain, 16:9
Tool parameters (all except prompt are optional):
| Parameter | Description |
|---|---|
prompt | required, detailed image description |
image_size | square_hd / square / portrait_4_3 / portrait_16_9 / landscape_4_3 / landscape_16_9 |
num_images | 1–4 (default 1; first is displayed) |
seed | seed for reproducibility |
output_format | png (default) / jpeg / webp |
output_name | file name without extension |