This website works better with JavaScript.
Explore
Help
Register
Sign In
KenSchae
/
ComfyUI-Manager
Watch
1
Star
0
Fork
You've already forked ComfyUI-Manager
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1591
Commits
3
Branches
0
Tags
7.0 MiB
Tree:
d0f8419441
feat/component-manager
feat/pkg_tree
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd0f8419441'
${ noResults }
ComfyUI-Manager
/
requirements.txt
5 lines
73 B
Raw
Normal View
History
Unescape
Escape
added matrix server as a destination for sharing
1 year ago
GitPython
Add GitHub stats for custom nodes (#533) * Add GitHub stats fetching feature - Added PyGithub package to requirements.txt for GitHub API interaction - Updated .gitignore to ignore github-stats-cache.json - Produced github-stats.json for storing GitHub stats - Modified scanner.py to include the GitHub stats fetching process * Add sorting for 'GitHub Stars' and 'Last Update' columns - Fetch 'GitHub Stars' and 'Last Update' data when getting the custom node list. - Display 'GitHub Stars' and 'Last Update' information in the UI. - Implement sorting functionality for these two columns, allowing users to sort both in descending and ascending order. * fix: scanner - prevent stuck when exceed rate limit --------- Co-authored-by: Dr.Lt.Data <dr.lt.data@gmail.com>
8 months ago
PyGithub
requirements.txt updated - it seems recent `transformers` cannot detect proper version of `huggingface-hub`
11 months ago
matrix-client==0.4.0
transformers
fix: try install 'distutils' when distutils package is missing afaik, distutils is a basic package https://github.com/ltdrdata/ComfyUI-Manager/issues/536
8 months ago
huggingface-hub>0.20