Commit Graph

2150 Commits

Author SHA1 Message Date
Indra's Mirror
5a64741c9a
Add files via upload
Added my custom node

https://github.com/Excidos/ComfyUI-Documents

{
    "author": "Indra's Mirror",
    "title": "ComfyUI-Documents",
    "reference": "https://github.com/Excidos/ComfyUI-Documents",
    "files": [
        "https://github.com/Excidos/ComfyUI-Documents/raw/main/document_nodes.py",
        "https://github.com/Excidos/ComfyUI-Documents/raw/main/utils.py",
        "https://github.com/Excidos/ComfyUI-Documents/raw/main/server.py",
        "https://github.com/Excidos/ComfyUI-Documents/raw/main/comfy_documents_utils.py",
        "https://github.com/Excidos/ComfyUI-Documents/raw/main/web/js/documents.core.js"
    ],
    "install_type": "git-clone",
    "pip": [
        "PyMuPDF",
        "python-docx"
    ],
    "description": "ComfyUI-Documents is a powerful extension for ComfyUI that enhances workflows with advanced document processing capabilities. It includes nodes for loading and parsing various document types (PDF, TXT, DOC, DOCX), converting PDF pages to images, splitting PDFs into individual pages, and selecting specific images from batches. Features include text extraction, image conversion, and seamless integration with existing ComfyUI projects."
}
2024-07-10 05:58:48 +10:00
Dr.Lt.Data
1700993de9 update DB 2024-07-10 02:47:30 +09:00
Dr.Lt.Data
fd283bbcc9 fix: failing backward compatibility due to invalid logger code
https://github.com/ltdrdata/ComfyUI-Manager/issues/848
2024-07-09 23:14:25 +09:00
Dr.Lt.Data
312f458919 update DB 2024-07-09 22:42:39 +09:00
Dr.Lt.Data
01d8d84346 fix: missing 3rd input of download_url in copy_install
https://github.com/ltdrdata/ComfyUI-Manager/issues/848
2024-07-09 20:30:22 +09:00
Dr.Lt.Data
7bd91b5dc8 update DB 2024-07-09 19:34:29 +09:00
smthemex
dd55df8ae8
add node (#845)
Co-authored-by: smthem <2102561739@qq.com>
2024-07-09 19:02:46 +09:00
Dr.Lt.Data
91407ddaa9 update DB 2024-07-09 00:02:52 +09:00
Dr.Lt.Data
20df88bcb4 update DB 2024-07-08 21:48:13 +09:00
Dr.Lt.Data
625e3e84f4 update DB 2024-07-08 21:30:57 +09:00
Metin Çelik
0352b9160c
updateDB (#843) 2024-07-08 20:46:02 +09:00
Dr.Lt.Data
db2f5ef5a2 update DB 2024-07-07 21:59:16 +09:00
Dr.Lt.Data
2b4d229763 update DB 2024-07-07 15:15:10 +09:00
Dr.Lt.Data
a539f6bbca improve: menu item layouts in new style menu 2024-07-07 10:15:15 +09:00
Dr.Lt.Data
5dbe436ea9 update DB 2024-07-07 10:10:42 +09:00
Dr.Lt.Data
0e55225586 modified: free_models message 2024-07-07 09:58:14 +09:00
Dr.Lt.Data
87fc538fd1 feat: free model/cache feature on new style menu. 2024-07-07 09:55:22 +09:00
Dr.Lt.Data
3e456756d8 update DB 2024-07-06 23:29:56 +09:00
Dr.Lt.Data
040346ef5d update DB 2024-07-06 23:22:21 +09:00
Dr.Lt.Data
7adafa453d fix: logging hook - robust patch
fix: potential crash - extracting port info
2024-07-06 21:35:58 +09:00
Dr.Lt.Data
e5e71b20bb update DB 2024-07-06 17:58:36 +09:00
Dr.Lt.Data
9bd9084381 fix: add functionality to hook the logs generated by the logging module.
- Fix the issue where messages generated by the logging module are not being saved to a file and import failures are not being recognized.
2024-07-06 10:24:24 +09:00
Dr.Lt.Data
de89992257 update DB 2024-07-06 09:55:59 +09:00
Dr.Lt.Data
386af67a4c update DB 2024-07-05 23:35:09 +09:00
Dr.Lt.Data
04e556d358 update DB 2024-07-05 21:37:05 +09:00
Jukka Seppänen
87a0c81ae8
Add ComfyUI-LivePortraitKJ (#839)
* Add IC-Light nodes and models

* Add Florence2 and LuminaWrapper -nodes

https://github.com/kijai/ComfyUI-Florence2
https://github.com/kijai/ComfyUI-LuminaWrapper

* Update custom-node-list.json

* Update custom-node-list.json

* Update custom-node-list.json
2024-07-05 21:12:57 +09:00
guill
7e84de1ba0
Add support for SSH-style git repo addresses (#835)
This allows nodes to be pulled from git repositories that:
1. Require authentication
2. Are located on a computer that does not have any special software
   beyond an SSH server to serve up git repos
3. Are hosted on sites that exclusively allow SSH access

I have also cleaned up the JavaScript regex for identifying valid HTTP
addresses. Due to an unescaped '.' and the lack of a count on the first
group, it wasn't doing a whole lot anyway -- just checking that the very
first character wasn't invalid.
2024-07-04 21:29:40 +09:00
Dr.Lt.Data
cac3fde2aa update DB 2024-07-04 21:28:12 +09:00
tritant
4f35b8cbf8
Update custom-node-list.json (#836) 2024-07-04 21:14:09 +09:00
Dr.Lt.Data
0b96e46c88 prestartup_script - invalid COMFYUI_PATH 2024-07-03 23:55:55 +09:00
Dr.Lt.Data
c7586d2933 version marker 2024-07-03 23:11:13 +09:00
John.zhu
96b0a20902
Adding Copus to the sharing options list (#831)
* feat:  copus share

* feat:  copus share

* feat:  copus share prod

* fix🐛:  save Token to local and show api Token page

* feat:  prod env
2024-07-03 23:10:08 +09:00
Dr.Lt.Data
9bbd253c8e update DB 2024-07-03 23:01:03 +09:00
Jukka Seppänen
19bd36caab
Add MimicMotion and OpenDiT -wrapper nodes (#833)
* Add IC-Light nodes and models

* Add Florence2 and LuminaWrapper -nodes

https://github.com/kijai/ComfyUI-Florence2
https://github.com/kijai/ComfyUI-LuminaWrapper

* Update custom-node-list.json
2024-07-03 22:57:55 +09:00
Dr.Lt.Data
d0d8b36a8d update DB 2024-07-03 19:55:52 +09:00
smthemex
be596b86c2
add node (#832)
Co-authored-by: smthem <2102561739@qq.com>
2024-07-03 19:39:00 +09:00
Dr.Lt.Data
80a87dd729 update DB 2024-07-03 00:17:45 +09:00
Dr.Lt.Data
de926afbd0 update DB 2024-07-02 21:29:16 +09:00
Dr.Lt.Data
fbee3f59a5 update DB 2024-07-02 08:32:24 +09:00
Dr.Lt.Data
3fe17b5f02 update DB 2024-07-01 21:06:37 +09:00
dishuostec
96dbc71ad4
fix parse aria2 host (#829) 2024-07-01 20:51:16 +09:00
YongJie
17895916f8
add Pipeline Parallel for custom-node-list.json (#828) 2024-07-01 20:49:53 +09:00
za-wa-n-go
8e97b8665e
Update custom-node-list.json change author name (#827) 2024-07-01 20:48:19 +09:00
Dr.Lt.Data
4448e9a4f1 update DB 2024-07-01 01:11:54 +09:00
Dr.Lt.Data
4ecc540ce3 update DB 2024-06-30 23:51:18 +09:00
Dr.Lt.Data
a6178ef069 update DB 2024-06-30 08:08:38 +09:00
Dr.Lt.Data
8bff6c4c9b update DB 2024-06-29 17:34:20 +09:00
Dr.Lt.Data
7ecd7c0326 update DB 2024-06-29 16:08:14 +09:00
Dr.Lt.Data
f173842849 update DB 2024-06-29 15:43:48 +09:00
Fuou Marinas
63f81442e4
Add ComfyUI-FirstOrderMM node (#825) 2024-06-29 15:38:19 +09:00