runninghub

RunningHub - 云端 ComfyUI 平台,用于创建 AI 应用和工作流。支持文生图、文生视频、AI 视频合成等。国内版 runninghub.cn,国际版 runninghub.ai。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "runninghub" with this command: npx skills add YFY-AI/runninghub

RunningHub Skill

当使用

  • 用户要求使用 ComfyUI 生成图片/视频
  • 调用 RunningHub API 执行 AI 工作流
  • 管理 RunningHub 工作流和应用
  • 文生图、文生视频、视频合成等 AI 生成任务

平台版本

版本域名说明
🇨🇳 国内版https://www.runninghub.cn中文界面,访问快
🌍 国际版https://www.runninghub.ai英文界面,全球服务

核心功能

功能说明
执行工作流通过 API 调用运行 ComfyUI 工作流
账户管理查询账户余额、套餐信息
工作流管理获取、创建、发布工作流
模型管理访问预装模型库
API 调用批量执行 AI 生成任务

使用方式

1. 获取 API Key

  1. 访问 https://www.runninghub.cn
  2. 登录账号 → 个人中心 → API 调用
  3. 创建 API Key

2. API 端点

根据使用版本选择对应的 API 地址:

3. 执行工作流示例

// 执行文生图工作流
const response = await fetch('https://open.runninghub.cn/api/v1/run', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    workflow_id: 'WORKFLOW_ID',
    inputs: {
      positive_prompt: 'a beautiful landscape',
      negative_prompt: 'blurry, low quality',
      steps: 20,
      cfg_scale: 7
    }
  })
});

const result = await response.json();
console.log(result.data.task_id);

4. 查询任务状态

const response = await fetch('https://open.runninghub.cn/api/v1/run/TASK_ID', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY'
  }
});

常用工作流

类型描述
文生图文本生成图片
图生图图片风格转换
文生视频文本生成视频
视频合成视频编辑和合成
AI 换脸人脸替换

限制

  • 需要有效的 API Key
  • 部分工作流可能需要付费
  • 并发请求有限制

参考

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Wechat Mp Writer

WeChat Official Account (公众号) content writer with article formatting, headline optimization, and engagement tips. Use when you need to write WeChat articles,...

Registry SourceRecently Updated
General

OpenClaw EverMemory Installer

Use this skill when installing, upgrading, verifying, or publishing the EverMemory OpenClaw plugin and its companion skill, including local path install, npm...

Registry SourceRecently Updated
General

Ip Advisor

知识产权顾问。专利、版权、商业秘密、注册流程、保护策略。IP advisor for patents, copyrights, trade secrets. 知识产权、专利、版权。

Registry SourceRecently Updated
1950ckchzh
General

炒股大师模拟器

炒股大师模拟器 | 股市模拟交易练习 | A股/港股/美股投资学习 | 化身文主任/股神老徐/炒股养家/孙宇晨等各位大师学习投资思路 | 多智能体股票讨论群

Registry SourceRecently Updated
runninghub | V50.AI