fix: include searched model directories in missing-model errors#13352
fix: include searched model directories in missing-model errors#13352LeonSGP43 wants to merge 1 commit intoComfy-Org:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe changes enhance 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
get_full_path_or_raiseerrorsWhy
Issue #13310 asks for missing-model errors to show users where the corresponding model should be placed. Today the error only says the model was not found, which forces users to inspect source or guess the right directory.
Testing