Comfy-Org / Comfy-Org/ComfyUI-Manager
Any chance the model detection could work with some sort of known md5 hash library?
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
Here's the problem: models aren't considered 'installed' if they:
- aren't in the EXACT folder expected (puting gfpgan14 under 'models/facerestorers for example)
- aren't named EXACTLY as expected (which is impossible given so many new huggingface models are called checkpoint.chpt, leading to confusion)
Result:

Comfy manager thinks i do not have those models when in fact, I do.
Comfyrunner (https://github.com/piyushK52/comfy-runner) exists, and seems to hold a library of known models. i'm not sure how many times a day this db is updated, but a collab or a similar approach could be beneficial to the user base.
thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.