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:
Indra's Mirror 2024-07-10 05:58:48 +10:00 committed by GitHub
parent 1700993de9
commit 5a64741c9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
]
}