Nodes Browser
ComfyDeploy: How ComfyUI-LLaMA-Mesh works in ComfyUI?
What is ComfyUI-LLaMA-Mesh?
ComfyUI nodes for LLaMA-Mesh model.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-LLaMA-Mesh
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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