From 12ef7def8663cb8f5f13220e1965035dcb39a33a Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:56:48 -0600 Subject: [PATCH] fix validation for model section --- web/src/components/config-form/section-configs/model.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/src/components/config-form/section-configs/model.ts b/web/src/components/config-form/section-configs/model.ts index c82ff9dc4..d8313d6f1 100644 --- a/web/src/components/config-form/section-configs/model.ts +++ b/web/src/components/config-form/section-configs/model.ts @@ -20,7 +20,13 @@ const model: SectionConfigOverrides = { "input_dtype", "model_type", ], - hiddenFields: ["labelmap", "attributes_map"], + hiddenFields: [ + "labelmap", + "attributes_map", + "colormap", + "all_attributes", + "plus", + ], }, };