ComfyUI Extension: ComfyUI-RunComfy-Helper

Authored by InceptionsAI

Created

Updated

3 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Helper nodes for a/RunComfy

Looking for a different extension?

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
    }
    

    Run ComfyUI workflows without the setup

    No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

    Learn more