comfyui
Installation
SKILL.md
ComfyUI Local Skill
This skill allows OpenClaw to generate images by connecting to a ComfyUI instance running on the local network.
Setup
- Server Address: Set the
COMFYUI_SERVER_ADDRESSenvironment variable to your PC's IP and port (e.g.,http://192.168.1.119:8189). - API Mode: Ensure "Enable Dev mode" is turned on in your ComfyUI settings to allow API interactions.
Usage
Generate an Image
Run the internal generation script with a prompt:
python3 {skillDir}/scripts/comfy_gen.py "your image prompt" $COMFYUI_SERVER_ADDRESS