106 Commits

Author SHA1 Message Date
Dr.Lt.Data
962390598a fix: missing nodes db problem 2023-08-15 20:36:30 +09:00
Dr.Lt.Data
9f561e71f4 fix: hide badge when collapsed 2023-08-15 08:20:42 +09:00
dr.lt.data
1a2c673660 feat: badge feature
bugfix: robust uninstall of .js
improve: scanner.py crawl metadata from docstring
2023-08-14 22:58:23 +09:00
dr.lt.data
1449acd4dc improve: better log (for non-windows) 2023-08-14 13:53:39 +09:00
Dr.Lt.Data
496ebf60c3 improve: better log 2023-08-14 13:37:38 +09:00
dr.lt.data
b93e541478 improve: print install script log
update DB
2023-08-14 12:37:33 +09:00
Dr.Lt.Data
6671389d64 add log
update db
2023-08-13 11:21:29 +09:00
dr.lt.data
41999f4e68 manager: logging feature 2023-08-07 16:11:22 +09:00
dr.lt.data
dd4656e67c typo fix
update DB
2023-08-07 14:44:42 +09:00
Dr.Lt.Data
ae8e0c992c improve: individual installation for requirements.txt 2023-08-06 21:13:40 +09:00
Dr.Lt.Data
d104202481 bugfix: robust lookup for missing nodes 2023-08-06 11:01:20 +09:00
Dr.Lt.Data
aab2fd5399 improve: better model downloading
improve: now skip_update_check is default
2023-08-05 10:01:07 +09:00
Dr.Lt.Data
82bcf3ecd0 bugfix: invalid filter state 2023-08-04 20:15:30 +09:00
dr.lt.data
d8f9fe7f1e bugfix: skip update check 2023-08-04 14:06:05 +09:00
dr.lt.data
1285aaafde feature: skip_update_check
update DB
2023-08-04 13:14:49 +09:00
Dr.Lt.Data
cd6677d82c update required ComfyUI version guide 2023-08-04 08:09:36 +09:00
dr.lt.data
2c2de008a9 improve: try execute disable.py if uninstall.py not exists
update DB
2023-08-01 13:15:36 +09:00
Dr.Lt.Data
e6919a582a bugfix: Bug fix for the issue where enable/disable of the web extension was not working. 2023-07-30 11:51:05 +09:00
Dr.Lt.Data
4da930814d support preview method setting feature 2023-07-29 11:33:33 +09:00
dr.lt.data
92c1f3877d add community manual button 2023-07-28 11:02:20 +09:00
dr.lt.data
a6312077a2 bugfix: git_helper - invalid calling of 'exit' 2023-07-26 10:53:14 +09:00
dr.lt.data
f534cf27e6 robust update patch 2023-07-25 12:35:42 +09:00
Dr.Lt.Data
3dcf04e324 support disable.py/enable.py scripts 2023-07-23 13:02:00 +09:00
Dr.Lt.Data
83f76abb11 Support 'pip' section for custom-node-list.json
update DB
2023-07-22 21:59:19 +09:00
Dr.Lt.Data
c671b95ad2 bugfix: isdigit exception
update db
2023-07-21 10:06:41 +09:00
Adam Skinner
b1df9fbb66
Fix for incompatible operator error
When attempting to install a new custom node, I received the following error:

> Install(git-clone) error: <git url> / '>=' not supported between instances of 'str' and 'int'

This fixed it for me
2023-07-16 16:23:37 -04:00
Dr.Lt.Data
007093caa4 improve installer 2023-07-16 11:07:47 +09:00
Dr.Lt.Data
3bda3f99f0 implement package installation based on prestartup_script 2023-07-11 17:23:33 +09:00
Dr.Lt.Data
9c6c097b0b update version 2023-07-01 09:32:07 +09:00
Dr.Lt.Data
a2f7a78571 add filter feature
improve missing node detector
2023-06-29 11:01:09 +09:00
Dr.Lt.Data
0dc903ac04 support uninstall.py script when git-clone uninstall
update DB
2023-06-22 09:17:39 +09:00
Dr.Lt.Data
b72722316e support keyword search 2023-06-07 21:36:15 +09:00
Dr.Lt.Data
74c3f81094 support missing node installer for ComfyUI-Workflow-Component 2023-06-04 20:32:39 +09:00
Dr.Lt.Data
ac40b23ea0 better color palette 2023-05-31 09:24:34 +09:00
ltdrdata
e52d835dc6 windows update bugfix 2023-05-31 00:01:03 +09:00
ltdrdata
28f3fac5f7 separate fetch and update check 2023-05-30 23:16:31 +09:00
Dr.Lt.Data
b363226f2b add seecoder models
ensure directory before save model file
2023-05-29 16:09:58 +09:00
Dr.Lt.Data
9a087da93d support of recursive clone/pull 2023-05-28 16:39:52 +09:00
Dr.Lt.Data
66fd5071cc missing nodes installation support for "copy" type 2023-05-24 11:31:42 +09:00
Dr.Lt.Data
9d31687d2c bugfix: refresh of missing nodes installation 2023-05-23 14:00:00 +09:00
Dr.Lt.Data
b7b8545632 print ComfyUI revision 2023-05-23 11:34:02 +09:00
Dr.Lt.Data
61379f0026 feat: install for missing nodes 2023-05-22 22:01:53 +09:00
ltdrdata
4c87c35af4 missing file fix 2023-05-21 08:45:54 +09:00
Dr.Lt.Data
9deca56c1f add update ComfyUI button 2023-05-21 01:39:00 +09:00
ltdrdata
85f69e4271 version
s Please enter the commit message for your changes. Lines starting
2023-05-20 11:56:27 +09:00
ltdrdata
0fff8a2374 uninstall error patch on windows 2023-05-20 11:55:58 +09:00
Dr.Lt.Data
5fa4f56bf3 use GitPython instead of external git program 2023-05-17 09:51:10 +09:00
Dr.Lt.Data
c4efab0d81 execute install script after update 2023-05-15 17:47:18 +09:00
Dr.Lt.Data
9d20369bd3 feat: disable/enable 2023-05-15 17:17:31 +09:00
Dr.Lt.Data
4d54ef7738 feat: update, uninstall for custom nodes 2023-05-13 22:54:32 +09:00