# đ¨ dsh-image-gen
**Complete conversational image capabilities for DeepSeek Harness: text-to-image, image-to-image, multi-image references, continuous editing, local ComfyUI, and gallery management.**
[](https://www.npmjs.com/package/dsh-image-gen)
[](https://github.com/deepseek-ai)
[](https://www.npmjs.com/package/dsh-image-gen)
[](LICENSE)
**English** | [įŽäŊ䏿](README.md)
đŦ Prompt your DeepSeek Harness Agent to install:
```text
Install the image generation plugin by running: pnpm dsh plugin --profile web add dsh-image-gen@latest
```
(Or run manually in terminal: pnpm dsh plugin --profile web add dsh-image-gen@latest)
After installation, enter your API key or configure local ComfyUI in DSH Settings, then tell the Agent:
```text
Draw a cyberpunk cat on a neon street in a rainy night.
```
The Agent will automatically generate images and can also continue editing the previous image directly.
---
## đĄ What Problem Does It Solve?
**`dsh-image-gen` is an open-source image generation and editing plugin built specifically for DeepSeek Harness (DSH).**
DeepSeek Harness empowers agents to use tools for various tasks. This project adds native **multimodal image generation capabilities**:
```mermaid
graph LR
A[User Prompt] --> B[DeepSeek Harness Agent]
B --> C[generate_image / edit_image]
C --> D[Gemini / OpenAI / Seedream / DashScope / ComfyUI]
D --> E[Image Data]
E --> F[In-chat Conversation Stream]
```
---
## đ Quick Install & Usage
### 1. Install Plugin
In your DeepSeek Harness workspace root:
```bash
# Recommended: Install or upgrade to latest release
pnpm dsh plugin --profile web add dsh-image-gen@latest
# If dsh is installed globally:
dsh plugin --profile web add dsh-image-gen@latest
```