Templates & Workflows
Vapourkit has two reusable artifacts:
- Filter templates (
.vkfilter) — a single filter you’ve configured and saved. - Workflows (
.vkworkflow) — a complete processing pipeline: filters, model, settings.
Working with workflows
Section titled “Working with workflows”Export a workflow
Section titled “Export a workflow”- Configure your complete processing pipeline (filters, model, settings).
- Click the Upload icon in the header.
- Choose the save location for the
.vkworkflowfile.
Import a workflow
Section titled “Import a workflow”- Click the Download icon in the header.
- Select a
.vkworkflowfile. - All settings are restored.
Note: model paths inside a workflow must be valid on the loading machine, or the workflow will fail to apply.
Load a workflow
Section titled “Load a workflow”Click the folder icon in the header to temporarily load a workflow. Loading completely replaces your current configuration with the saved pipeline; unlike Import, the loaded workflow isn’t merged into your current state.
Filter templates
Section titled “Filter templates”A filter template is a single .vkfilter file — useful for reusing a specific configured filter across many workflows. See Custom Filters for creating them.
File formats
Section titled “File formats”.vkfilter— TOML-formatted single-filter definition..vkworkflow— TOML-formatted full workflow.
See File Formats for the full schema.