Update custom-node-list.json

This commit is contained in:
Indra's Mirror 2024-08-16 06:22:13 +10:00 committed by GitHub
parent 4f0529bae7
commit dd23b69cf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13449,19 +13449,37 @@
}, },
{ {
"author": "Excidos", "author": "Excidos",
"title": "ComfyUI-Lumina-Next-SFT-DiffusersWrapper", "title": "ComfyUI-Lumina-mGPT-Wrapper",
"reference": "https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper", "reference": "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper",
"files": [ "files": [
"https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper/raw/main/lumina_diffusers_node.py", "https://github.com/Excidos/ComfyUI-Lumina-mGPT-Wrapper/raw/main/nodes.py",
"https://github.com/Excidos/ComfyUI-Lumina-Next-SFT-DiffusersWrapper/raw/main/utils.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", "install_type": "git-clone",
"pip": [ "pip": [
"git+https://github.com/huggingface/diffusers", "pandas",
"transformers", "tensorboard",
"accelerate" "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-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." "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."
} }
] ]
}