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
- Host: GitHub
- URL: https://github.com/InceptionsAI/ComfyUI-RunComfy-Helper
- Owner: InceptionsAI
- License: gpl-3.0
- Created: 2024-08-05T04:46:47.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T10:02:12.000Z (about 2 months ago)
- Last Synced: 2025-02-27T13:50:20.939Z (about 2 months ago)
- Topics: comfyui, comfyui-nodes, comfyui-workflow
- Language: Python
- Homepage: https://www.runcomfy.com
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-RunComfy-Helper**
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
}
```