Commit Graph

1 Commits

Author SHA1 Message Date
Andrew Pulley
38bfd71ba0 Allow .onnx models in the detection folder
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 #14050
Fixes #14635

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-05 12:26:35 -06:00