1{2 "mcpServers": {3 "comfy (stable diffusion)": {4 "command": "/path/to/uvx",5 "args": [6 "comfy-mcp-server"7 ],8 "env": {9 "COMFY_URL": "http://your-comfy-server-url:port",10 "COMFY_WORKFLOW_JSON_FILE": "/path/to/the/comfyui_workflow_export.json",11 "PROMPT_NODE_ID": "6",12 "OUTPUT_NODE_ID": "9",13 "OUTPUT_MODE": "file"14 }15 }16 }17}
No reviews yet. Be the first to review!
Sign in to join the conversation