comfyui-operator
Installation
SKILL.md
comfyui-operator
This skill provides native integration to operate a local instance of ComfyUI. It allows you to:
- Guarantee ComfyUI is running.
- Interrogate the installation for available Workflows, LoRAs, and Checkpoints.
- Queue prompts (API workflows) with dynamic JSON overrides and download the resulting images.
Configuration & Setup
All scripts rely on the requests and websocket-client Python libraries. Depending on your Python environment, you may need to install them:
pip install -r requirements.txt
By default, all scripts assume ComfyUI is installed at C:\ComfyUI_windows_portable.
IMPORTANT: If the default directory does not exist, ask the user for the correct ComfyUI installation path before proceeding.