mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-09 15:10:17 +00:00
## Summary Adds model-to-node backlinks in `modelToNodeStore.ts` for all cloud-deployed custom node models that were missing mappings. Without these, clicking "Use" on a model in the model browser throws an error. **17 new backlinks added** covering ~340 models across deployed node packs: | Category | Directories | Node | Models | |----------|-------------|------|--------| | Vision-Language | LLM/Qwen-VL/* (12 specific paths) | AILab_QwenVL / AILab_QwenVL_PromptEnhancer | ~186 | | TTS | qwen-tts/* | FB_Qwen3TTSVoiceClone | ~68 | | Video | SEEDVR2, liveportrait/*, mimicmotion, rife | various | ~33 | | Depth | depthanything3 | DownloadAndLoadDepthAnythingV3Model | 7 | | Segmentation | face_parsing, sam3 | various | 4 | | Diffusers | diffusers/* (Kolors) | DownloadAndLoadKolorsModel | 16 | | Other | clip/*, dwpose, onnx, detection, UltraShape, sharp | various | ~26 | **Key fix:** Replaced the top-level `LLM` fallback with specific `LLM/Qwen-VL/*` paths. The old fallback incorrectly mapped `LLM/llava-*` models to `AILab_QwenVL`. Models without deployed node packs (llava/HyVideo, latentsync, sam3d, sam3dbody, inpaint, vae_approx) are excluded — those are being removed from `supported_models.json` in Comfy-Org/cloud#2652. ## Test plan - [ ] Verify "Use" button works for QwenVL models in model browser - [ ] Verify "Use" button works for TTS, video, depth, segmentation models - [ ] Verify no `No node provider registered for category` errors for deployed models 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: GitHub Action <action@github.com>
5.2 KiB
5.2 KiB