Update control_after_generate schema (#8505)

Updates `control_after_generate` in the schema to support specifying the
default control value as a string

See Comfy-Org/ComfyUI#12187

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-8505-Update-control_after_generate-schema-2f96d73d365081f9bf73c804072bb415)
by [Unito](https://www.unito.io)
This commit is contained in:
AustinMroz
2026-01-30 21:34:50 -08:00
committed by GitHub
parent a807986835
commit be7c34e28b
4 changed files with 28 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ export type WidgetValue =
| void
| File[]
const CONTROL_OPTIONS = [
export const CONTROL_OPTIONS = [
'fixed',
'increment',
'decrement',