1. Start a new terminal and activate the comfyui conda environment:
conda activate comfyui
cd /ComfyUI
  1. Run ComfyUI
python main.py --listen --disable-cuda-malloc

It is normal to see logs for the tensorrt nodes failing to import, as they are only compatible with ComfyStream

Import times for custom nodes:
   0.0 seconds (IMPORT FAILED): /ComfyUI/custom_nodes/tensor_utils
   0.0 seconds: /ComfyUI/custom_nodes/ComfyUI-Misc-Effects
   0.0 seconds: /ComfyUI/custom_nodes/ComfyUI-Manager
  1. Access ComfyUI from the web interface on port 8188:

From RunPod, click Connect, then click HTTP Service -> :8188 to access ComfyUI