Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RETURN_URL | No | Set to 'false' to receive image data as bytes instead of URLs. Useful when using Docker where downloading to local folder is difficult. | true |
| COMFYUI_HOST | No | The host address of the ComfyUI server | localhost |
| COMFYUI_PORT | No | The port of the ComfyUI server | 8188 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| text_to_image | Generate an image from a prompt. |
| download_image | Download an image from a URL and save it to a file. |
| run_workflow_from_file | Run a workflow from a file. |
| run_workflow_from_json | Run a workflow from a JSON data. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |