Nodes/embeddr-comfyui/Embeddr Action
ComfyUI Node

Embeddr Action

Execute any Lotus action. Select an action from the dropdown — input widgets are created automatically.

By embeddr-net·Created 8 months ago·Updated 4 months ago· 0
Embeddr Action
  • artifact_id
  • artifact_ids
  • result_json
  • status
  • output_artifact_ids
  • text
  • error
action_id
payload_json{}
CategoryEmbeddr/Lotus

Inputs (4)

NameTypeDefaultDescription
action_idSTRINGSelect a Lotus action to execute (populated by frontend)
payload_jsonSTRING{}Additional JSON payload merged with widget inputs. Widget values take precedence.
artifact_idoptEMBEDDR_ARTIFACT_IDArtifact ID input (passed as 'artifact_id' in payload)
artifact_idsoptEMBEDDR_ARTIFACT_IDMultiple artifact IDs (passed as 'artifact_ids' in payload)

Outputs (5)

NameTypeDescription
result_jsonSTRINGFull JSON response from the action
statusSTRING'ok', 'error', or 'pending'
output_artifact_idsEMBEDDR_ARTIFACT_IDArtifact IDs extracted from the result (if any)
textSTRINGPrimary text content (caption, message, value, etc.)
errorSTRINGError message (empty on success)