mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-08 20:22:34 +08:00
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." }
This commit is contained in:
parent
1700993de9
commit
5a64741c9a
@ -11677,6 +11677,24 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user