comfyui not detecte .onnx suffix model。
Open
Beginner friendly
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 155
Description
`folder_names_and_paths["detection"] = ([os.path.join(models_dir, "detection")], supported_pt_extensions)`
but ".onnx" not in supported_pt_extensions
Contributor guide
Research direction
Search for the definition of supported_pt_extensions and the folder_names_and_paths["detection"] entry. Confirm how detection models are discovered, then include .onnx in the supported extensions and verify that an ONNX model in the detection directory is recognized.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100