12 Commits

Author SHA1 Message Date
Dr.Lt.Data
00fb9c88e1 modified: remove matrix-nio dependency from the requirements.txt
modified: The matrix share feature is now only available when the `matrix-nio` dependency is installed.

If `matrix-nio` is not installed:
1. Apply a strikethrough to the matrix checkbox text in the share UI and display a tooltip.
2. A warning is logged at startup indicating that `matrix-nio` is missing, along with the installation command.

fixed: Corrected an issue where PR #2025 was merged into draft-v4 but applied only to `legacy/..` and not to `glob/..`
2025-08-22 20:46:32 +09:00
YAN Wenkun
d4715aebef
Migrate matrix-client to matrix-nio (#2025) 2025-07-25 06:59:46 +09:00
Dr.Lt.Data
60a5e4f261 fixed: address abnormal encoding of 'requirements.txt'
improved: better error message

https://github.com/ltdrdata/ComfyUI-Manager/issues/1513
2025-02-16 10:05:29 +09:00
Dr.Lt.Data
816a53a7b1 fixed: add uv to requirements.txt
fixed: invalid interpretation of use_uv config item on prestartup_script

https://github.com/ltdrdata/ComfyUI-Manager/issues/1511
2025-02-03 09:21:20 +09:00
huchenlei
9d1ef85af8 Add NodePackage 2024-12-20 14:09:07 -08:00
Dr.Lt.Data
9b5a2530fd refactoring cm-cli.py based on typer
fix: git_helper - --pip-non-url isn't working properly
2024-05-15 17:29:13 +09:00
Dr.Lt.Data
e75770cc4d fix: try install 'distutils' when distutils package is missing
afaik, distutils is a basic package

https://github.com/ltdrdata/ComfyUI-Manager/issues/536
2024-04-03 00:33:42 +09:00
Dr.Lt.Data
ff0cc58076 fix requirements 2024-04-03 00:26:53 +09:00
Liu Sida
abae9638ac
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>
2024-04-02 20:56:09 +09:00
Dr.Lt.Data
c2bac90fde requirements.txt updated
- it seems recent `transformers` cannot detect proper version of `huggingface-hub`
2024-01-08 00:06:02 +09:00
thecooltechguy
b93ae5af40 added matrix server as a destination for sharing 2023-10-20 17:06:39 -07:00
Dr.Lt.Data
384071c9dd missing requirements.txt 2023-05-17 10:46:31 +09:00