thortheai1-hash-thor-generator

TotalClaw 作者 totalclaw

使用本地 ComfyUI Thor 流水线根据文本提示词生成高质量图像。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~thortheai1-hash-thor-generator
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~thortheai1-hash-thor-generator/file -o thortheai1-hash-thor-generator.md
## 概述(中文)

使用本地 ComfyUI Thor 流水线根据文本提示词生成高质量图像。

## 技能正文

# Thor 图像生成技能

本技能允许助手使用本地 ComfyUI「Thor」流水线生成高质量图像。

## 系统能力
- **Model:** ComfyUI / Thor
- **Input:** String (Prompt)
- **Output:** 保存到 `~/Desktop/bring_img` 的图像文件

## 执行协议
当用户请求生成图像时,助手必须通过 `exec` 工具执行以下命令:

```bash
cd ~/ComfyUI && source venv/bin/activate && python3 thor_generate_image.py "{{prompt}}" ~/Desktop/bring_img
```