Overview
- Skill Key
- hexiaochun/flux2-flash
- Author
- hexiaochun
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hexiaochun/flux2-flash
- Latest Commit SHA
- 9d58fc08d2ae0217d401505fc892c156909a882a
使用 Flux 2 Flash 模型生成或编辑图像。当用户想要文生图、图像编辑,或提到 flux 2、FLUX.2 时使用此 skill。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Flux 2 Flash 图像生成 技能。 若已安装,则直接安装 Flux 2 Flash 图像生成 技能。
# Flux 2 Flash 图像生成与编辑
Black Forest Labs 推出的 FLUX.2 [dev] 图像生成和编辑模型,具有增强的写实感、更清晰的文字渲染和原生编辑能力。
## 可用模型
| 模型 ID | 功能 | 说明 |
|--------|------|------|
| `fal-ai/flux-2/flash` | 文生图 / 图像编辑 | 统一入口,根据是否提供图片自动切换模式 |
**自动切换逻辑**:
- 未提供 `image_urls` → 文生图模式
- 提供 `image_urls` → 图像编辑模式
## 工作流
### 1. 调用 submit_task
使用 MCP 工具 `submit_task` 提交任务:
**文生图模式**(无图片输入):
```json
{
"model_id": "fal-ai/flux-2/flash",
"parameters": {
"prompt": "A beautiful sunset over the ocean with sailboats"
}
}
```
**图像编辑模式**(有图片输入):
```json
{
"model_id": "fal-ai/flux-2/flash",
"parameters": {
"prompt": "Remove the meat from the hamburger",
"image_urls": ["https://example.com/hamburger.png"]
}
}
```
### 参数说明
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|-----|------|-----|-------|------|
| prompt | string | **是** | - | 图像生成/编辑提示词 |
| image_urls | array | 否 | - | 输入图片 URL 列表(1-4 张),提供时自动切换为编辑模式 |
| image_size | string | 否 | landscape_4_3 | 图像尺寸预设 |
| num_images | integer | 否 | 1 | 生成图像数量(1-4) |
| guidance_scale | number | 否 | 2.5 | 引导强度(0-20),控制遵循提示词程度 |
| seed | integer | 否 | - | 随机种子,用于复现结果 |
| enable_prompt_expansion | boolean | 否 | false | 启用提示词扩展以获得更好的结果 |
| output_format | string | 否 | png | 输出图像格式:jpeg, png, webp |
| enable_safety_checker | boolean | 否 | true | 是否启用安全检查 |
#### image_size 可选值
- `square_hd` - 1024x1024(高清正方形)
- `square` - 512x512(标准正方形)
- `portrait_4_3` - 768x1024(竖屏 4:3)
- `portrait_16_9` - 576x1024(竖屏 16:9)
- `landscape_4_3` - 1024x768(横屏 4:3,默认)
- `landscape_16_9` - 1024x576(横屏 16:9)
## 查询任务状态
提交任务后会返回 `task_id`,使用 `get_task` 查询结果:
```json
{
"task_id": "返回的任务ID"
}
```
任务状态:
- `pending` - 排队中
- `processing` - 处理中
- `...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.