为ComfyUI提供LLaMA-Mesh模型节点,便于在界面中加载、并行运行LLaMA系列大模型并集成推理功能。
💡 在ComfyUI中加载LLaMA-Mesh实现模型并行推理与文本生成。
🍴 2 Forks💻 Python🔄 2024-11-29
https://pan.quark.cn/s/a9fb3a59e10c
📦 requirements.txt
accelerate
numpy
transformers
trimesh
📄 README
ComfyUI-LLaMA-Mesh
make LLaMA-Mesh avialbe in ComfyUI
Installation
Make sure you have ComfyUI installed
Clone this repository into your ComfyUI’s custom_nodes directory:
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-LLaMA-Mesh.git
Install dependencies:
cd ComfyUI-LLaMA-Mesh
pip install -r requirements.txt