ComfyUI & 3D Nodes Setup Guide
This guide describes how to configure ComfyUI and install 3D mesh reconstruction nodes for use with Local LLM Server Manager.
Prerequisites
Verify these requirements before installation:
- NVIDIA GPU with at least 12 GB VRAM for 3D mesh generation.
- Python 3.10 or 3.11 installed.
- Git command-line tool installed.
1. Install ComfyUI
- Download the official standalone package from the ComfyUI repository, or clone the source repository:bash
git clone https://github.com/comfyanonymous/ComfyUI.git cd ComfyUI - Install Python dependencies:bash
pip install -r requirements.txt - Start ComfyUI:
- On Windows: Double-click
run_nvidia_gpu.bat. - On Linux: Run
python main.py --listen 127.0.0.1 --port 8188.
- On Windows: Double-click
- Verify that ComfyUI opens at
http://127.0.0.1:8188.
2. Install 3D Mesh Generation Nodes
Install custom nodes for TRELLIS V2 and Hunyuan3D v2:
Option A: Use ComfyUI-Manager (Recommended)
- Install ComfyUI-Manager if ComfyUI-Manager is not yet installed.
- In the ComfyUI web interface, click Manager in the side panel.
- Click Custom Nodes Manager.
- Search for and install:
ComfyUI-Trellis(TRELLIS V2 Image-to-3D node)ComfyUI-Hunyuan3DWrapper(Hunyuan3D v2 Text/Image-to-3D node)
- Restart ComfyUI.
Option B: Manual Git Clone
- Navigate to the
custom_nodes/directory in ComfyUI:bashcd custom_nodes git clone https://github.com/JeffreyXiang/ComfyUI-TRELLIS.git git clone https://github.com/Tencent/Hunyuan3D-2.git - Install requirements for each custom node package.
- Restart ComfyUI.
3. Connect ComfyUI to Local LLM Server Manager
- Open Local LLM Server Manager.
- Select the Settings tab.
- In the Engine Paths & URLs panel:
- Set ComfyUI URL to
http://127.0.0.1:8188. - Set ComfyUI Launch Script to your
run_nvidia_gpu.batpath. - Set ComfyUI Models Directory to your
ComfyUI/modelsfolder.
- Set ComfyUI URL to
- Click Save Settings.
- Check the ComfyUI health indicator in the header. Confirm that the status shows 🟢 Online.
4. Export Custom Workflow Presets
You can export any ComfyUI node graph as a preset for the manager:
- Open ComfyUI in your web browser (
http://127.0.0.1:8188). - Open the ComfyUI settings dialog (gear icon).
- Enable Enable Dev mode Options.
- Construct your generation workflow.
- Click Save (API Format). ComfyUI downloads an API-format JSON file.
- Copy the JSON file into the
Workflows/directory in Local LLM Server Manager. - The preset appears in the Studio workflow dropdown menu immediately.
