PR #14025 registered models/detection/ with supported_pt_extensions only,
which excludes .onnx files used by WanAnimate ONNX loaders and other
detection nodes. That caused prompt validation to reject values like
vitpose-l-wholebody.onnx with value_not_in_list even when the UI showed
them as selectable.
Fixes#14050Fixes#14635
Co-authored-by: Cursor <cursoragent@cursor.com>