From cb74c6059e23a8cbf070c9519c06e639047a065c Mon Sep 17 00:00:00 2001 From: TensorKaze Date: Sun, 25 May 2025 11:16:43 +0200 Subject: [PATCH] Add ComfyUI-TkNodes to custom_nodes.json --- custom_nodes.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 custom_nodes.json diff --git a/custom_nodes.json b/custom_nodes.json new file mode 100644 index 00000000..35be8fd9 --- /dev/null +++ b/custom_nodes.json @@ -0,0 +1,9 @@ +{ + "title": "ComfyUI-TkNodes", + "id": "ComfyUI-TkNodes", + "author": "TensorKaze", + "description": "Custom nodes for ComfyUI with advanced image scaling, latent manipulation, and Flux sampling", + "reference": "https://github.com/TensorKaze/ComfyUI-TkNodes", + "files": ["https://github.com/TensorKaze/ComfyUI-TkNodes"], + "install_type": "git-clone" +} \ No newline at end of file