什么是 together-images?
通过 Together AI 的图像生成 API 生成和编辑图像。模型包括 FLUX.1 (schnell/dev/pro)、FLUX.2、Kontext(使用参考图像进行图像编辑)、Seedream、Stable Diffusion 等。当用户想要从文本生成图像、编辑现有图像、创建 AI 艺术、使用 LoRA 适配器实现自定义样式或处理任何图像生成任务时使用。 来源:zainhas/togetherai-skills。
通过 Together AI 的图像生成 API 生成和编辑图像。模型包括 FLUX.1 (schnell/dev/pro)、FLUX.2、Kontext(使用参考图像进行图像编辑)、Seedream、Stable Diffusion 等。当用户想要从文本生成图像、编辑现有图像、创建 AI 艺术、使用 LoRA 适配器实现自定义样式或处理任何图像生成任务时使用。
通过命令行快速安装 together-images AI 技能到你的开发环境
来源:zainhas/togetherai-skills。
Generate images from text prompts and edit existing images via the Together AI API.
| prompt | string | Text description (required) | - | | model | string | Model ID (required) | - | | width | int | Width in pixels | 1024 | | height | int | Height in pixels | 1024 | | n | int | Number of images (1-4) | 1 | | steps | int | Diffusion steps (more = better quality) | varies | | seed | int | Random seed for reproducibility | random |
| negativeprompt | string | What to exclude | - | | responseformat | string | "url" or "base64" | "url" | | imageurl | string | Reference image (Kontext) | - | | aspectratio | string | For Schnell/Kontext models | - | | disablesafetychecker | bool | Disable NSFW filter | false |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/zainhas/togetherai-skills --skill together-images通过 Together AI 的图像生成 API 生成和编辑图像。模型包括 FLUX.1 (schnell/dev/pro)、FLUX.2、Kontext(使用参考图像进行图像编辑)、Seedream、Stable Diffusion 等。当用户想要从文本生成图像、编辑现有图像、创建 AI 艺术、使用 LoRA 适配器实现自定义样式或处理任何图像生成任务时使用。 来源:zainhas/togetherai-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/zainhas/togetherai-skills --skill together-images 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/zainhas/togetherai-skills