Nodes Browser

ComfyDeploy: How ComfyUI_RH_APICall works in ComfyUI?

What is ComfyUI_RH_APICall?

This is a ComfyUI plugin that makes it easier to call and run workflows from RunningHub in your local ComfyUI setup.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI_RH_APICall and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI 插件:调用和执行 RunningHub 工作流

该插件用于在本地 ComfyUI 环境中便捷地调用和执行 RunningHub 上的工作流。它是对 RunningHub API 文档 的一个 ComfyUI 实现。在使用本插件之前建议花2分钟阅读。如果你希望扩展该插件,或在使用过程中遇到问题,请参考上述文档。

可以通过本插件,将RunningHub方便的接入Photoshop变现宝 等各种插件

使用步骤

1. 安装插件

在终端中运行以下命令以克隆插件到本地:

git clone https://github.com/HM-RunningHub/ComfyUI_RH_APICal

2. 注册并获取 API Key

访问 RunningHub 官网 注册账户并获取你的 API Key。

3. 在 ComfyUI 中调用 RunningHub 上的个人工作流

完成安装和配置后,你就可以在本地的 ComfyUI 环境中调用 RunningHub 上的个人工作流了。请把示例中的相关配置参数改成你自己的。

4. 本地工作流与RunningHub工作流节点对应关系与配置说明。

通过NodeInfolist节点,可以修改RH工作流每个节点的值。比如常见的提示词,种子,生成批次等 image

5. 实例(工作流json在examples目录下)

文生图:

image

图生图:

image

混元文生视频:

image

连接Photoshop

image