You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: retarget first-directory-only case onto LS_LoadSegformerModel
#14489 de-registered the QwenVL family from MODEL_NODE_MAPPINGS, which fixed
the reported symptom but left the underlying bug class untouched: the asset
browser still resolves a node type to exactly one category and queries only
that directory.
Retargets the it.fails case onto LS_LoadSegformerModel (3 registered
directories, the worst remaining case) so the test dies honestly when the
bug is actually fixed, rather than documenting an example that no longer
exists in the product.
Verified failing for the right reason: include_tags resolves to
'models,segformer_b2_clothes', so segformer_b3_clothes and
segformer_b3_fashion are unreachable.
Still live on main as of 2026-08-03 for 5 node/input pairs; see the comment
block for the full list.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
it.fails('lists models from every registered QwenVL directory, not just the first one (Qwen3-VL-8B-Instruct is currently unreachable in the dropdown)',async()=>{
1179
+
describe('nodes registered against multiple model directories',()=>{
1180
+
// KNOWN BUG (BE-5071 / FE-1080 / FE-1181). A node type can be registered
1181
+
// against several model directories in MODEL_NODE_MAPPINGS, but the asset
1182
+
// browser resolves a node type to exactly ONE category and queries only
1183
+
// that directory. Every other directory is unreachable from the widget.
1184
+
//
1185
+
// Originally written against AILab_QwenVL (10 directories, of which only
1186
+
// LLM/Qwen-VL/Qwen2.5-VL-3B-Instruct was reachable — the reported symptom
1187
+
// in BE-5071). #14489 de-registered the QwenVL family entirely so those
1188
+
// widgets fall back to the node's own combo, which fixed the *symptom*.
1189
+
// The *bug class* is untouched: as of 2026-08-03 it is still live on main
1190
+
// for five node/input pairs. Retargeted onto LS_LoadSegformerModel, the
0 commit comments