78 Commits

Author SHA1 Message Date
Dr.Lt.Data
322227f6dd fix: proper display for tqdm 2023-09-17 11:02:03 +09:00
Dr.Lt.Data
77d7f25b3c fix: encoding patch 2023-08-23 00:34:15 +09:00
Dr.Lt.Data
ccd991c6cc fix: channel bug fix 2023-08-22 22:28:20 +09:00
Dr.Lt.Data
c298ca4e68 refactor: support EXTENSION_WEB_DIRS of latest ComfyUI 2023-08-22 22:01:36 +09:00
dr.lt.data
5155df54f6 fix: custom channel list validation fix 2023-08-22 10:21:45 +09:00
dr.lt.data
9bb1c357e9 update DB 2023-08-22 09:41:05 +09:00
dr.lt.data
284e90dc82 typo and layout fix 2023-08-21 17:43:19 +09:00
dr.lt.data
2727b6d1ac feat: channels.list
rename subscription -> channel
2023-08-21 14:35:29 +09:00
dr.lt.data
9c2e31154c add missing .json 2023-08-21 13:52:33 +09:00
dr.lt.data
2e00e08560 fix: subscription list bugfix 2023-08-21 13:40:41 +09:00
dr.lt.data
3c6087e595 fix: invalid default subscription_url_list 2023-08-21 13:33:04 +09:00
dr.lt.data
69f64dd084 feature: node db subscription feature 2023-08-21 13:29:23 +09:00
dr.lt.data
eb7606a09b fix: button disable doesn't work when installing
fix: layout issue of model list
2023-08-21 12:37:42 +09:00
Dr.Lt.Data
d514de0278 feat: support custom_node's model path
update DB
2023-08-20 11:25:53 +09:00
Dr.Lt.Data
b3deca7d1d improve: fix table header
bugfix: alternatives doesn't work
update DB
2023-08-19 10:45:56 +09:00
Dr.Lt.Data
f3f32a5f94 bugfix: enable/disable doesn't work without check 2023-08-19 02:17:40 +09:00
Dr.Lt.Data
c2a1a2dd63 improve: flexible dialog size 2023-08-19 01:51:12 +09:00
Dr.Lt.Data
5eb60ba3be improve: multiple selection feature 2023-08-19 00:48:21 +09:00
dr.lt.data
623b514fe9 fix: trust_env=True for ssl issue
update DB
2023-08-18 13:51:32 +09:00
Dr.Lt.Data
86e28a1486 fix: badge bugfix
improve: show node name for missing nodes
update DB
2023-08-17 20:37:31 +09:00
Dr.Lt.Data
25dd77fb09 fix: show #ID badge always.
improve: better support for locale extension
2023-08-16 21:48:12 +09:00
Dr.Lt.Data
3cc7bbc600 fix: logger encoding 2023-08-15 23:10:00 +09:00
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