Input Types¶
Workflow manifests define form inputs using a typed system. Each input type renders a specific form control in the workflow runner.
There are 13 input types available:
| Type | Control | Description |
|---|---|---|
| text | Textarea | Free-form text input for prompts |
| int | Number input | Integer value with optional min/max |
| float | Range slider | Decimal value with slider control |
| boolean | Toggle switch | On/off toggle |
| seed | Number + Random button | Seed value with randomization |
| select | Dropdown | Fixed list of options |
| image | Drag-and-drop zone | Image upload with preview |
| checkpoint_picker | Dropdown | Downloaded checkpoint models |
| resolution_picker | Dropdown | Resolution presets by base model |
| lora_picker | Dropdown + slider | Paired LoRA selector with strength |
| lora_picker_dynamic | Multi-slot picker | Multiple LoRAs with individual strengths |
| scene_list | Card list | Dynamic list of scene configurations |
| vae_picker | Dropdown | Downloaded VAE models |