An open API service indexing awesome lists of open source software.

https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper

Helper nodes for RunComfy
https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper

comfyui comfyui-nodes comfyui-workflow

Last synced: about 1 month ago
JSON representation

Helper nodes for RunComfy

Awesome Lists containing this project

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
}
```