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.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:exoticknight/dsh-labnana说明文档
阅读完整 README ↗配置
API Key(凭据域)
三种方式,任选其一:
- 设置页:设置 → 插件 → 可配置 → Labnana → 填 Key → 保存
- 环境变量:
LABNANA_API_KEY=lh_xxxxx(dsh 启动前设置;进程环境提供的凭据只读) - 直接写文件:
## 使用示例(对话)
> 「把这张图的背景改成内蒙古大草原」+ 附上图片(或给本地路径)
> → 传 `referenceImages: [{ filePath: "..." }]`
> 「用 seedream 把图片左上 (376,363) 到右下 (701,638) 区域改成绿色」
> → 精准编辑:源图进 referenceImages,坐标写进 prompt
> 「换个赛博朋克风格再生成一次」
> → 基于上一张图迭代(images[].path 作为参考图)