From 5a64741c9aebe209ee83eacd91c8156a9b0d1bfe Mon Sep 17 00:00:00 2001 From: Indra's Mirror Date: Wed, 10 Jul 2024 05:58:48 +1000 Subject: [PATCH 1/7] 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." } --- custom-node-list.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 898b40ab..938a31bb 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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." } ] } From afed6b571b1c2fcd4d5e71199850a92994804b0a Mon Sep 17 00:00:00 2001 From: Indra's Mirror Date: Mon, 22 Jul 2024 20:57:22 +1000 Subject: [PATCH 2/7] Update custom-node-list.json --- custom-node-list.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 1b72e72d..a0b5b4b4 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -12192,6 +12192,22 @@ "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." + }, + { + "author": "Excidos", + "title": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper", + "reference": "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper", + "files": [ + "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper/raw/main/lumina_diffusers_node.py", + "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper/raw/main/utils.py" + ], + "install_type": "git-clone", + "pip": [ + "git+https://github.com/huggingface/diffusers", + "transformers", + "accelerate" + ], + "description": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper is a custom node for ComfyUI that integrates the advanced Lumina-Next-SFT model. It offers high-quality image generation with features like time-aware scaling, optional ODE sampling, and support for high-resolution outputs. This node brings the power of the Lumina text-to-image pipeline directly into ComfyUI workflows, allowing for flexible and powerful image generation capabilities." } ] } From dd23b69cf04250a5704ab4cbc3a62bf721b277a9 Mon Sep 17 00:00:00 2001 From: Indra's Mirror Date: Fri, 16 Aug 2024 06:22:13 +1000 Subject: [PATCH 3/7] Update custom-node-list.json --- custom-node-list.json | 56 ++++++++++++++++++++++++++++--------------- 1 file changed, 37 insertions(+), 19 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1b927966..907bb8f9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13446,22 +13446,40 @@ "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." - }, - { - "author": "Excidos", - "title": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper", - "reference": "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper", - "files": [ - "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper/raw/main/lumina_diffusers_node.py", - "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper/raw/main/utils.py" - ], - "install_type": "git-clone", - "pip": [ - "git+https://github.com/huggingface/diffusers", - "transformers", - "accelerate" - ], - "description": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper is a custom node for ComfyUI that integrates the advanced Lumina-Next-SFT model. It offers high-quality image generation with features like time-aware scaling, optional ODE sampling, and support for high-resolution outputs. This node brings the power of the Lumina text-to-image pipeline directly into ComfyUI workflows, allowing for flexible and powerful image generation capabilities." - } - ] -} + }, + { + "author": "Excidos", + "title": "ComfyUI-Lumina-mGPT-Wrapper", + "reference": "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper", + "files": [ + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper/raw/main/nodes.py", + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper/raw/main/install.py", + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper/raw/main/__init__.py", + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper/raw/main/modified_requirements.txt", + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper/raw/main/requirements.txt", + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper/raw/main/Meta Chameleon Research License.pdf", + "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper/raw/main/Notice (Chameleon).txt" + ], + "install_type": "git-clone", + "pip": [ + "pandas", + "tensorboard", + "fairscale", + "sentencepiece", + "gradio==4.19.0", + "packaging", + "transformers>=4.43.3", + "pyyaml", + "pathlib", + "Ninja", + "bitsandbytes", + "httpx[socks]", + "einops", + "regex", + "h5py", + "accelerate", + "pre-commit" + ], + "description": "ComfyUI-Lumina-mGPT-Wrapper is a custom node for ComfyUI that integrates the advanced Lumina-mGPT model. It offers high-quality image generation with support for multiple model sizes and advanced features. This node brings the power of the Lumina text-to-image pipeline directly into ComfyUI workflows, allowing for flexible and powerful image generation capabilities." + } +] From 7139e693c9325b2d160b9bd5250271a83929317f Mon Sep 17 00:00:00 2001 From: Indra's Mirror Date: Sat, 17 Aug 2024 15:39:21 +1000 Subject: [PATCH 4/7] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 907bb8f9..81cd8517 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -47,7 +47,7 @@ "install_type": "git-clone", "description": "Nodes: ModelSamplerTonemapNoiseTest, TonemapNoiseWithRescaleCFG, ReferenceOnlySimple, RescaleClassifierFreeGuidanceTest, ModelMergeBlockNumber, ModelMergeSDXL, ModelMergeSDXLTransformers, ModelMergeSDXLDetailedTransformers." }, - { + { "author": "comfyanonymous", "title": "TensorRT Node for ComfyUI", "id": "tensorrt", From 26fd7bf5a40ff11f2c32b09c0187b6fa5bda3a8a Mon Sep 17 00:00:00 2001 From: Indra's Mirror Date: Sat, 17 Aug 2024 15:40:17 +1000 Subject: [PATCH 5/7] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 81cd8517..974f89fa 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13446,7 +13446,7 @@ "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." - }, + }, { "author": "Excidos", "title": "ComfyUI-Lumina-mGPT-Wrapper", From bc90551976173e7b6b3cb94bb9b11ea5bec51345 Mon Sep 17 00:00:00 2001 From: Indra's Mirror Date: Sat, 17 Aug 2024 15:41:58 +1000 Subject: [PATCH 6/7] Update custom-node-list.json From 82583dc149c37c4c89f0cb23cbeef37e2b9a0093 Mon Sep 17 00:00:00 2001 From: Indra's Mirror Date: Sat, 17 Aug 2024 15:42:52 +1000 Subject: [PATCH 7/7] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 974f89fa..ed2d9f2d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14,7 +14,7 @@ { "author": "Dr.Lt.Data", "title": "ComfyUI Impact Pack", - "id": "impact", + "id": "impact", "reference": "https://github.com/ltdrdata/ComfyUI-Impact-Pack", "files": [ "https://github.com/ltdrdata/ComfyUI-Impact-Pack"