Extensions/ComfyUI-RunComfy-Helper
ComfyUI Extension

ComfyUI-RunComfy-Helper

Helper nodes for [a/RunComfy](https://www.runcomfy.com)

By InceptionsAI·Created 2 years ago·Updated 8 months ago· 3
InceptionsAI/ComfyUI-RunComfy-Helper
Nodes
On cloudLocal install
Stars3
Updated8 months ago
Readme

ComfyUI-RunComfy-Helper

Usage

  • curl http://localhost:8188/runcomfy/workflows
  • curl -X POST http://localhost:8188/runcomfy/workflows
    -H "Content-Type: application/json"
    -d '{ "workflows": [ { "file_name": "file1.json", "workflow": { "exampleKey": "exampleValue" }, "default":true } ] }'

Config

{
	"workflows": {
		"directory": "runcomfy/workflows",
		"default": "default.json"
	},
	"logging":true
}