SkillHub

thor-generator

v1.0.0

使用 ComfyUI Thor 工作流在本地根据文本提示生成高质量图像。

Sourced from ClawHub, Authored by thortheai1-hash

Installation

Please help me install the skill `thor-generator` from SkillHub official store. npx skills add thortheai1-hash/thor-generator

Thor Image Generation Skill

This skill allows the assistant to generate high-quality images using the local ComfyUI "Thor" pipeline.

System Capabilities

  • Model: ComfyUI / Thor
  • Input: String (Prompt)
  • Output: Image file saved to ~/Desktop/bring_img

Execution Protocol

When the user asks to generate an image, the assistant MUST execute the following command via the exec tool:

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