exoticknight/dsh-labnana0

dsh-labnana

Labnana image generation for DeepSeek Harness: text-to-image / image-to-image / precise editing with credits estimation, subscription balance and web settings UI.

包名
dsh-labnana
版本
0.2.0
许可证
Apache-2.0
最近更新
2026年8月22日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:exoticknight/dsh-labnana

配置

API Key(凭据域)

三种方式,任选其一:

  1. 设置页:设置 → 插件 → 可配置 → Labnana → 填 Key → 保存
  2. 环境变量LABNANA_API_KEY=lh_xxxxx(dsh 启动前设置;进程环境提供的凭据只读)
  3. 直接写文件

## 使用示例(对话)

> 「把这张图的背景改成内蒙古大草原」+ 附上图片(或给本地路径)
> → 传 `referenceImages: [{ filePath: "..." }]`

> 「用 seedream 把图片左上 (376,363) 到右下 (701,638) 区域改成绿色」
> → 精准编辑:源图进 referenceImages,坐标写进 prompt

> 「换个赛博朋克风格再生成一次」
> → 基于上一张图迭代(images[].path 作为参考图)