Cards & Controls
FineTuneCard
A configuration panel for model or generation parameters, supporting slider, toggle, color picker, and select controls with live value display.
Preview:1280px
Generation Parameters
0.7
02
0.9
01
2048
2568192
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | - | Heading for the control panel. |
| properties | PropertyControl[] | - | Array of control definitions (slider, toggle, select, color). |
| onChange | (id: string, value: number | string | boolean) => void | - | Fired whenever any control value changes. |