Before deploying your workflow, you need to configure it to accept inputs that users can customize when interacting with your API. Follow these steps:
Launch Your Workflow on InstaSD
Ensure your workflow is uploaded and functional within InstaSD.
Identify Configurable Inputs
Decide which parts of the workflow users should be able to customize (e.g., prompt, seed).
Add API Input Nodes
Replace existing static values in your workflow with InstaSD-specific API input nodes:
For text-based inputs like prompts, use the Multi-line Text Input Node under "NSD API Inputs."
For numeric or variable inputs like seeds, use the Seed Input Node.
Configure the Input Nodes
Add default values to your input nodes. For example:
Set a placeholder prompt or description for the Multi-line Text Input Node.
Add a default or random seed value for the Seed Input Node.
Save Your Workflow
After replacing the relevant fields with API input nodes, save the updated workflow file in InstaSD.