train_preview_config
Preview the raw config YAML that train_start would write. Review and edit training parameters before launching the run, with no side effects.
Instructions
Show the RAW ai-toolkit config.yml train_start would write for these settings (the ostris-UI 'raw config' view) — no side effects. Use it to review/edit a run before launching; pass the same params to train_start to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Job name (becomes the output folder + .safetensors basename). | |
| params | No | Param overrides (steps/lr/rank/resolution/batchSize/saveEvery/sampleEvery/quantize). | |
| trigger | No | Trigger word. | |
| datasetPath | Yes | Staged dataset dir (from train_prepare_dataset or train_dataset_detail). |