This extension serves as a complement to the Impact Pack, offering features that are not deemed suitable for inclusion by default in the ComfyUI Impact Pack
Stars
327
Forks
62
Watchers
327
Open Issues
23
Overall repository health assessment
No package.json found
This might not be a Node.js project
63
commits
7
commits
2
commits
2
commits
1
commits
1
commits
1
commits
fixed: removed the `torch_whitelist` related logic and updated the ultralytics dependency to version 8.3.162 or higher
50c7b71View on GitHubfixed: UltralyticsDetectorProvider - cannot find model path properly if `ultralytics` dir is mismatched
45cb4dfView on GitHubmodified: requirements.txt - remove version pinning the numpy to <2
122a1ffView on GitHubhotfix: Instead of forcibly setting weights_only to True when it is not provided, apply it as the default state.
0e2638bView on GitHubmodified: move user directory from `user/default/ComfyUI-Impact-Pack` to `/user/default/ComfyUI-Impact-Subpack`
f10e457View on GitHubMerge pull request #41 from RedsAnalysis/weights_only-workaround
1a3bf8cView on GitHubremoved the upward dir search to find user dir and assuming the module folder_paths always returns a user dir
b67bdffView on GitHubModify torch_wrapper to re-read model-whitelist.txt when a safe load fails for a model not currently cached. Allows whitelist updates without restarting ComfyUI
4b36344View on GitHubPrioritizes ComfyUI's to find the user directory for the whitelist file. Falls back to the previous directory search method if needed.
54066cbView on GitHub