📚 Resources ⚡ Quick Start - Most Important Links
- ComfyUI TensorRT: github.com/comfyanonymous/ComfyUI_TensorRT
- RTX Remix Integration: github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix
- TensorRT Docs: docs.nvidia.com/deeplearning/tensorrt/quick-start-guide
ComfyUI TensorRT
Official TensorRT integration for ComfyUI. Supports SD1.5, SDXL, SD3, SVD, and Flux. This is likely your main starting point.
github.com/comfyanonymous/ComfyUI_TensorRT
ComfyUI RTX Remix
NVIDIA's official nodes for RTX Remix integration. Perfect for game texture enhancement projects.
github.com/NVIDIAGameWorks/ComfyUI-RTX-Remix
RTX Remix REST API Announcement
Blog post explaining the RTX Remix REST API and how to integrate with ComfyUI.
nvidia.com/en-us/geforce/news/rtx-remix-rest-api-comfyui-app-connectors
📖 NVIDIA TensorRT DocumentationTensorRT Quick Start Guide
Essential guide to get started with TensorRT optimization.
docs.nvidia.com/deeplearning/tensorrt/quick-start-guide/index.html
TensorRT Developer Guide
Deep dive into TensorRT APIs, optimization techniques, and best practices.
docs.nvidia.com/deeplearning/tensorrt/developer-guide/index.html
TensorRT Python Samples
Example code for using TensorRT with Python - great for reference.
github.com/NVIDIA/TensorRT/tree/main/samples/python
🛠️ ComfyUI DevelopmentCustom Node Development Guide
Official documentation for creating custom nodes in ComfyUI.
docs.comfy.org/essentials/custom_node_overview
How to Write Custom Nodes Wiki
Step-by-step tutorial from the ComfyUI GitHub wiki.
github.com/comfyanonymous/ComfyUI/wiki/How-to-write-Custom-Nodes
ComfyUI Source Code
Main repository - useful for understanding ComfyUI's architecture.
github.com/comfyanonymous/ComfyUI
🔧 Additional Tools & SDKsNVIDIA Optical Flow SDK
For frame interpolation and video enhancement projects.
developer.nvidia.com/opticalflow-sdk
TensorRT Model Optimizer
Tool for optimizing deep learning models for TensorRT.
github.com/NVIDIA/TensorRT/tree/main/tools/pytorch-quantization
