Save & Reuse Workflows
Vapourkit has two reusable artifacts:
- Filter templates (
.vkfilter) - a single filter you’ve configured and saved. - Workflows (
.vkworkflow) - a complete processing pipeline, including filters, model, and settings.
Working with workflows
Section titled “Working with workflows”Export a workflow
Section titled “Export a workflow”- Configure the processing pipeline you want to save.
- Click Export in the Workflow controls at the top of the app.
- Choose where to save the
.vkworkflowfile.
Exported workflows include enabled filters, model settings, backend, output settings, segment selection, and colorimetry settings. Model references are stored in a portable form when possible.
Import filters from a workflow
Section titled “Import filters from a workflow”- Click Import in the Workflow controls.
- Select a
.vkworkflowfile. - Choose the filters you want in the import dialog, then confirm.
Import adds selected filters to the current chain. It does not replace the current workflow or output settings.
Open a workflow
Section titled “Open a workflow”- Click Open in the Workflow controls.
- Select a
.vkworkflowfile.
Open temporarily applies the workflow to the app. Click Clear workflow beside the active workflow name to restore the settings that were active before it was opened.
If a workflow refers to a model that is not installed on the current machine, the affected model filter must be reconfigured.
Filter templates
Section titled “Filter templates”A filter template is a single .vkfilter file - useful for reusing one configured filter across many workflows. See Add 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 format details.