ComfyUI Extension: ComfyUI-RunComfy-Helper

Authored by InceptionsAI

Created

Updated

2 stars

Helper nodes for a/RunComfy

Custom Nodes (0)

    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
    }