Dr.Lt.Data
34baa2e903
fix: take github-stats.json from remote
6 months ago
Dr.Lt.Data
1c313ee822
Security patch
...
https://github.com/comfyanonymous/ComfyUI/issues/3473#issuecomment-2109154269
6 months ago
Dr.Lt.Data
d0fa0a8614
feature: disable_unsecure_features config.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/668#issuecomment-2106247543
6 months ago
Dr.Lt.Data
e941c75cee
update model dB
...
support .zip file model
6 months ago
Dr.Lt.Data
b9ef8e3a90
feat: support pip snapshot
7 months ago
Dr.Lt.Data
f1e4760dee
modified: reboot behavior changed
...
https://github.com/Comfy-Org/comfy-cli/pull/6
7 months ago
DukeSniper
853f85987e
Encapsulate Python executable and args in double quotes ( #621 )
...
If a paths contain spaces, the execv needs quotation marks to not implicitly split those paths into multiple arguments
Co-authored-by: DukeSniper <>
7 months ago
Dr.Lt.Data
a3d858dc1a
enhance: cm-cli supports updating comfyui
7 months ago
Dr.Lt.Data
04beb63aa0
fix: missing version check from refactoring
...
- outdated notice is exposed by bug
7 months ago
Dr.Lt.Data
12a364dd6a
feat: support better reboot mechanism based on comfy-cli
7 months ago
dr.lt.data
2e5eb70db3
security fix
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/594
7 months ago
Dr.Lt.Data
63fb2c6f11
fix: 'version_str' is not defined
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/589
7 months ago
Dr.Lt.Data
e98645caf2
feat: cm-cli
...
fix: snapshot related bugs
refactor
7 months ago
Dr.Lt.Data
7b0bce916e
feat: add api - /snapshot/get_current
7 months ago
dr.lt.data
9a1f489959
fix: invalid variable scopes
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/568#issuecomment-2057970786
7 months ago
Dr.Lt.Data
6c0dfb2ed2
fix: ensure `GitPython` installation in the prestartup_script instead of __init__.py
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/567
7 months ago
Dr.Lt.Data
aaeb1d7299
fix: path error from previous commit
...
`git_helper.py` not found issue
https://github.com/ltdrdata/ComfyUI-Manager/issues/566
7 months ago
Dr.Lt.Data
508418e924
fix: invalid glob path
7 months ago
Dr.Lt.Data
4a1c6a8cbb
refactoring
7 months ago
Dr.Lt.Data
ca3d8c16a8
feat: custom mapping for pip installation
...
https://github.com/ltdrdata/ComfyUI-Manager/discussions/554
7 months ago
Dr.Lt.Data
8b39c4f000
fix: button size
7 months ago
dr.lt.data
d24134d1fa
feat: add 'restart button' into Manager menu
7 months ago
Dr.Lt.Data
3ea55e01d4
feat: custom node list - sorting feature for author/title
8 months ago
dr.lt.data
c35d494af5
fix: fallback mode for missing distutils
8 months ago
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
8 months ago
Dr.Lt.Data
04eff189d0
version marker
...
update DB
8 months ago
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>
8 months ago
Dr.Lt.Data
d907c45cb0
improve: black list feature
...
- check version
- support `downgrade_blacklist` in `config.ini`
https://github.com/ltdrdata/ComfyUI-Manager/issues/515
8 months ago
huyunan496
019f0cd53d
Share to esheep ( #517 )
...
* share to esheep
* enable_cors_header
* Chiness to English
* remove chiness
* rearrange order.
* version marker
---------
Co-authored-by: huyunan <huyunan@bilibili.com>
Co-authored-by: Dr.Lt.Data <dr.lt.data@gmail.com>
Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
8 months ago
Dr.Lt.Data
bae144d36c
improve: collapse deprecation message
8 months ago
akr1999
ddaea9fc99
Revert "Revert "Merge branch 'main' of https://github.com/daxcay/ComfyUI-Manager ""
...
This reverts commit 89ed96f83f
.
8 months ago
akr1999
89ed96f83f
Revert "Merge branch 'main' of https://github.com/daxcay/ComfyUI-Manager "
...
This reverts commit 16fcb3a7b1
, reversing
changes made to bb7b13c1f5
.
8 months ago
Dr.Lt.Data
bcaba78dd7
fix: ComfyUI update - robust patch
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/489
8 months ago
dr.lt.data
bb440a4d2d
fix: invalid detection of failed import - reflect changed ComfyUI log system
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/480
8 months ago
dr.lt.data
d829220973
improve: pip handling
...
- prevent downgrade `torch, torchsde, torchvision, transformers, safetensors, kornia`
8 months ago
dr.lt.data
7f95b824c5
feat: config.ini - model_download_by_agent
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/156
9 months ago
dr.lt.data
8f8041f342
fix: use tracking_branch instead of 'origin'
9 months ago
dr.lt.data
99c0425d9e
fix: occasionally doesn't perform install script on non-windows system
9 months ago
dr.lt.data
cdc9259ee2
improve: reduce pip install spam
9 months ago
dr.lt.data
ef24e2cee6
improve: add preemptions for custom nodes
...
- better nickname displays for badge
fix: If the missing node is included in multiple custom node packs, it reports all the custom node packs.
9 months ago
dr.lt.data
7d8a413047
improve: allows multiple tabs for gallery
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/400
9 months ago
dr.lt.data
25969d2ac7
better version reporting
10 months ago
dr.lt.data
e54c4b1f7b
feat: add `Possible(left) + Copy(right)` for double-click feature
10 months ago
dr.lt.data
813a1ce6b0
feat: optional file_logging
...
fix: robust file_logging
https://github.com/ltdrdata/ComfyUI-Manager/issues/375
10 months ago
Dr.Lt.Data
d41b43fd12
fix: /manager/notice
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/372
10 months ago
Dr.Lt.Data
b1f613e649
fix: Restrict double click action to the title area.
...
https://github.com/ltdrdata/ComfyUI-Manager/issues/370
10 months ago
Dr.Lt.Data
b5cde5936f
feat: double-click options
10 months ago
Dr.Lt.Data
33dc3a8a30
fix: invalid double-click policy
10 months ago
dr.lt.data
2f0c7fb2be
fix: connection copying
...
- don't copy if distance > 1000
- remove dbg message
- check nearest node not found
10 months ago
dr.lt.data
8b3d71fbcf
feat: Copy the connections of the nearest node by double-clicking.
10 months ago