From 09bf9270b0a7b3d6fb72d7f15831082c6fb25622 Mon Sep 17 00:00:00 2001 From: Richard Nagy Date: Wed, 24 Dec 2025 13:14:12 +0100 Subject: [PATCH] Add TurboDiffusion custom node to the list Added a new custom node for TurboDiffusion with detailed metadata. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2f5b60f2..426f2809 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -39818,6 +39818,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "richiepic", + "title": "TurboDiffusion", + "id": "TurboDiffusion", + "reference": "https://github.com/richiepic/Comfyui_turbodiffusion", + "files": [ + "https://github.com/richiepic/Comfyui_turbodiffusion" + ], + "install_type": "git-clone", + "description": "ComfyUI custom node for TurboDiffusion Image-to-Video generation with dual-expert sampling and SLA attention optimization. Use quantized models and layerwise_gpu in the Model load node for offload_mode!" } ] }