快速了解
它能做什么
通过云端、订阅或本地图像后端,在 DeepSeek Harness 中生成和处理图像。
本站提供的是中文说明,不代表该项目或 Plugin 自身提供中文界面;语言支持请以上游文档为准。
Web Profile
Not declared in supplied evidence
证据已验证
核对日期 2026/9/6 UTC 13:51
选择前先看
这是一个用于 DeepSeek Harness Web Profile 的扩展包,提供图像生成和视觉处理工具。它支持选择 FAL、Replicate、兼容 OpenAI 的 API、ChatGPT/Grok 订阅、本地 ComfyUI 或 Automatic1111、SeaDream 与 Gemini 等后端;生成图像可在对话中内联显示。
适合谁
希望让智能体在聊天工作流中创建、变换、比较或检查图像的 DeepSeek Harness 用户。
常见任务
- 使用提示词、种子、宽高比和风格预设生成图像。
- 去除背景、放大图像、将位图转换为 SVG,或混合多张参考图。
- 生成多种宽高比的图像包、比较图像,或检查清晰度和缺陷。
权限与数据
该扩展包可使用已配置的图像生成服务和本地图像服务器。
权限- 使用 DeepSeek Harness 的工具、附件、凭据、设置、LLM、系统提示和 Web 服务器对等依赖。
- 为 Harness Web 平台提供客户端集成。
- 提示词、图像参考和生成参数可能会发送到所选外部提供商或兼容端点。
- 文档列出了本地 ComfyUI 或 Automatic1111 作为替代后端。
- 文档列出的选项包括 FAL.ai、Replicate、兼容 OpenAI 的图像 API、ChatGPT/Grok 订阅、SeaDream 和 Gemini。
- 可能需要提供商 API 访问;文档称 ChatGPT 和 Grok 订阅选项使用 OAuth。
局限
- 提供的证据未声明 DeepSeek Harness 的版本范围。
- 未审计 npm 注册表中的包内容。
- 本记录未实际执行安装、提供商认证、图像输出质量或运行时行为验证。
- MIT 许可证按“现状”提供软件,不提供担保。
DSHub 已核对
- 已记录不可变 Git 提交、包结构、DSH bundle patch、npm 包身份、MIT 许可证及 Node.js >=20 引擎声明。
- 清单声明了 Web 平台客户端和所需的 DeepSeek Harness 对等依赖。
DSHub 未核对
- 在 DeepSeek Harness Profile 中安装成功。
- 提供商凭据、OAuth 流程、外部 API 费用和本地服务器连通性。
- README 中关于性能、缓存、回退和图像质量的声明。
固定版本安装
安装 DSH Image Gen
这个Plugin Bundle没有 DSH Plugin 安装操作,请根据源码文档使用真实交付方式。
维护者原文
项目 README
📦 @goodandready/dsh-image-gen
<div align="center"><h3>Comprehensive Visual Generation & Image Processing Suite for DeepSeek Harness</h3><p align="center"> <a href="https://www.npmjs.com/package/@goodandready/dsh-image-gen"><img src="https://img.shields.io/npm/v/@goodandready/dsh-image-gen.svg?style=for-the-badge&color=6366f1&labelColor=1e1b4b" alt="npm version"></a> <a href="LICENSE"><img src="https://img.shields.io/github/license/GooDAnDReaDY/dsh-image-gen.svg?style=for-the-badge&color=10b981&labelColor=064e3b" alt="license"></a> <a href="https://github.com/topics/dsh-plugin"><img src="https://img.shields.io/badge/DSH-Plugin-8b5cf6.svg?style=for-the-badge&labelColor=2e1065" alt="DSH Plugin"></a> <a href="https://nodejs.org"><img src="https://img.shields.io/badge/Node-20%2B-f59e0b.svg?style=for-the-badge&labelColor=451a03" alt="Node version"></a> </p><p align="center"> <a href="https://goodandready.app/"><img src="https://img.shields.io/badge/All_Author_Projects-goodandready.app-ff4500.svg?style=for-the-badge&logo=rocket&logoColor=white&labelColor=1a1a2e" alt="All Projects"></a> </p><p align="center"> <a href="README.md"><b>🇬🇧 English</b></a> • <a href="README.ru.md"><b>🇷🇺 Русский</b></a> • <a href="README.zh.md"><b>🇨🇳 中文说明</b></a> </p></div>⚡ Overview
@goodandready/dsh-image-gen is a premier graphic generation and visual processing suite for DeepSeek Harness. It equips autonomous agents with an extensible set of tools for image generation, transformation, background removal, upscaling, vectorization, multi-reference blending, and quality inspection across 8 generative backends.
🛡️ Reliability, Performance & Quality (v0.10.0)
- Exponential Backoff with Jitter: Adaptive polling for FAL, Replicate, and ComfyUI queues protects against HTTP 429 rate limits.
- Error Classification in Fallback Cascade: Client-side errors (Content Policy, 400 Bad Request, NSFW) fail fast without wasting API credits on other providers.
- Deterministic Hash Caching: Exact matches of prompt, model, and seed return instantly from local storage with zero API expense.
- ComfyUI & Automatic1111 Drag-and-Drop: Metadata is packed into PNG
Parameterschunks in standard format. - Dimension Snapping: Automatic normalization to multiples of 64 guarantees VAE bucket compatibility.
- Enhanced Style Presets: Built-in styles include tailor-made negative prompts and optimal guidance scale settings.
🛠️ Complete Tools Reference
generate_image: Generate images with pluggable providers, seeds, aspect ratios, and style presets.remove_background: Extract subject with transparent PNG output (FAL BiRefNet / Rembg).upscale_image: 2x / 4x super-resolution with clarity reconstruction.vectorize_image: Convert raster graphics to clean scalable SVG vectors with palette quantization.blend_images: Multi-reference composition mixing.generate_image_pack: Simultaneous multi-aspect ratio rendering with graceful partial recovery.compare_images: Pixel-level visual difference ratio comparison.inspect_image_quality: Automated visual audit, Laplacian sharpness scoring, and defect detection.
🚀 Updates in v0.10.4: Cordis Lifecycle, Full Settings GUI, and i18n
- Cordis Lifecycle (#136): wrapped all 7 tool registrations in
ctx.effectfor proper disposal on reload. - Settings GUI Completeness (#137): exposed fields for Replicate, SeaDream, Gemini, Local ComfyUI/A1111, style presets, and LLM enhancer.
- Package Manifest (#138): declared kernel
peerDependencies(host-webserver,settings,llm,system-prompt). - React Cleanup (#139): removed dead state hooks from
FalImageCard. - Complete Localization (#140): eliminated hardcoded strings, wiring comprehensive dictionaries for en, ru, and zh.
🎨 Supported Generation Backends
fal(Default): FAL.ai queue for FLUX.1, SDXL, Clarity Upscaler, and BiRefNet.replicate: FLUX and SDXL models via Replicate API.custom: OpenAI-compatible endpoint (DALL-E 3, SiliconFlow, Together AI, local gateways).codex: ChatGPT Plus/Pro subscription generation viadsh-subscriptions(OAuth).grok: Grok Imagine subscription generation viadsh-subscriptions(OAuth).local: Local ComfyUI workflow execution or Automatic1111 web API.seedream: ByteDance SeaDream generative API.gemini: Google Imagen 3 via GenAI API.
📦 Quick Installation
dsh plugin --profile web add @goodandready/dsh-image-gen
📄 License
MIT © GooDAnDReaDY
有意识地管理
安装与管理
前置条件与目标 Profile
目标: Web Profile
交付方式: Git Bundle — GooDAnDReaDY/dsh-image-gen#47269c7371f66e8efc938412614587261ef12721。
验证、更新与移除
显示生命周期命令
dsh plugin --profile web list兼容性与访问范围
DeepSeek Harness web-profile bundle; Node.js 20 or later required: Not declared in supplied evidence。
风险事实
证据与编辑审查Manifest、Bundle patch、分发与新鲜度
不可变证据
审查状态与源码活动
请根据准备发送的图像和提示词,选择合适的提供商与数据路径。
AI 审查于 2026/9/10 UTC 11:36。GitHub 事实核对日期: 2026/9/10 UTC 11:36。
自当前证据基线以来,没有记录到重要源码变化。