Add .onnx to supported model extensions#14736
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis change modifies the Changes
Sequence Diagram(s)Not applicable for this change. Compact metadata Related issues: None specified Related PRs: None specified Suggested labels: enhancement, minor Suggested reviewers: None specified Poem 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
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 |
Adds
.onnxto the shared supported model extension set used by model folders.This lets ONNX model files appear in existing model folder searches for workflows and custom nodes that expect to select them through ComfyUI's folder path helpers. It does not add any new loader behavior or network access.
Verification:
python3 -m py_compile folder_paths.pyCloses #14676
AI assistance was used to prepare this contribution, and the final change was reviewed before submission.