From dd23b69cf04250a5704ab4cbc3a62bf721b277a9 Mon Sep 17 00:00:00 2001 From: Indra's Mirror Date: Fri, 16 Aug 2024 06:22:13 +1000 Subject: [PATCH] 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." + } +]