Skip to content
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

PropTypeDefaultDescription
titlestring-Heading for the control panel.
propertiesPropertyControl[]-Array of control definitions (slider, toggle, select, color).
onChange(id: string, value: number | string | boolean) => void-Fired whenever any control value changes.