yusing / ComfyUI_TensorRT

GNU Affero General Public License v3.0
3 stars 1 forks source link

TensorRT Node for ComfyUI

Notice: This project is still working in progress, some features are missing, i.e. Lora, etc.

Similar to [https://github.com/comfyanonymous/ComfyUI_TensorRT], but builds 2-3x faster and uses only 2-3GB of VRAM building engine (on default optimization level).

How to install

  1. Clone the repository into ComfyUI\custom_nodes
  2. Activate virtual environment ComfyUI\venv\Scripts\activate.bat
  3. Install dependencies pip install -r requirements.txt --extra-index-url https://pypi.nvidia.com
  4. Start ComfyUI, load example workflow and install missing custom nodes
  5. Restart ComfyUI and call it a day

Differences

Screenshot

Sample workflow

Current Issue

TODOs