ComfyUI Node
Embeddr Action
Execute any Lotus action. Select an action from the dropdown — input widgets are created automatically.
Embeddr Action
- artifact_id
- artifact_ids
- result_json
- status
- output_artifact_ids
- text
- error
◄action_id►
◄payload_json{}►
CategoryEmbeddr/Lotus
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| action_id | STRING | Select a Lotus action to execute (populated by frontend) | |
| payload_json | STRING | {} | Additional JSON payload merged with widget inputs. Widget values take precedence. |
| artifact_idopt | EMBEDDR_ARTIFACT_ID | Artifact ID input (passed as 'artifact_id' in payload) | |
| artifact_idsopt | EMBEDDR_ARTIFACT_ID | Multiple artifact IDs (passed as 'artifact_ids' in payload) |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| result_json | STRING | Full JSON response from the action |
| status | STRING | 'ok', 'error', or 'pending' |
| output_artifact_ids | EMBEDDR_ARTIFACT_ID | Artifact IDs extracted from the result (if any) |
| text | STRING | Primary text content (caption, message, value, etc.) |
| error | STRING | Error message (empty on success) |