Skip to main content

ReplicateCom

🎯 Purpose​

The ReplicateCom node connects your workflow to AI models hosted on Replicate.com, enabling capabilities such as image generation, text processing, audio synthesis, document analysis, and more.
It sends your workflow data to a selected model and returns the model’s output for downstream steps.


πŸ€– What This Node Does​

This node sends data from your workflow to AI models on Replicate.com and returns the AI-generated results. You can use it to:

  • Generate images from text descriptions
  • Process and enhance existing images
  • Convert text to speech
  • Analyze documents and extract information
  • Create music or sound effects
  • Transform data using advanced AI models

πŸ“₯ Inputs​

  • Dynamic data from prior nodes that will be passed to the chosen Replicate model.
  • Specific inputs depend on the model and its parameters selected in the node.

πŸ“€ Outputs​

  • AI-generated results (text, URLs to files, structured data) from the selected model.
  • Can be returned appended to original data or as result-only, based on Output Option.

Output Format (example):

 {
"replicate_response": "AI-generated result here (text or URL)"
}

βš™οΈ Parameters​

NameTypeRequiredDefaultDescription
API Token (apikey)Passwordβœ…EmptyReplicate.com personal access token.
Model URL (modelApiUrl)Textβœ…EmptyThe web address of the specific model to use.
Model Version (modelVersion)TextOptionalEmptyExact model version for consistent results.
Browse ModelsAction buttonOptionalβ€”Opens a searchable catalog of available models.
Model Parameters (modelParameters)Visual editorOptionalEmptyConfigure model-specific inputs (shown after model selection).
Download Output (downloadOutput)ToggleOptionalOffAutomatically download generated files (images/audio/video).
Download Column File Name (downloadColumnFileName)TextRequired if download enabledEmptyNaming pattern for downloaded files.
Download Directory (downloadDirectory)Smart textRequired if download enabledEmptyFolder where downloaded files are saved.
Output Option (outTransformId)Dropdownβœ…Original + appended resultChoose to append results or return only the result column.
Result Property Name (outColumnName)Textβœ…replicate_responseName of the property to store AI results.

πŸ”§ Step-by-Step Configuration​

  1. Add Node & Connect: Place the ReplicateCom node and connect it to your data source.
  2. Authenticate: Enter your API Token (apikey) in Authentication.
  3. Choose Model: In Model, set Model URL and optional Model Version, or use Browse Models. You can visit Replicate's website to browse their model here: https://replicate.com/explore
  4. Set Parameters: Configure Model Parameters shown for the selected model (e.g., size, style, prompt).
  5. (Optional) Downloads: Toggle Download Output and specify file name and directory.
  6. Output Format: Pick Output Option and set Result Property Name.
  7. Test: Run a test to verify model output and (if enabled) file downloads.