From aa1440a94c2fd47a511cf7f3963c7dfea687646b Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Fri, 10 May 2024 00:31:19 +0900 Subject: [PATCH] update DB --- extension-node-map.json | 2 ++ node_db/dev/custom-node-list.json | 10 ---------- node_db/legacy/custom-node-list.json | 10 ++++++++++ node_db/new/extension-node-map.json | 2 ++ 4 files changed, 14 insertions(+), 10 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index af924863..3504d78b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1391,6 +1391,8 @@ "SemSegPreprocessor", "ShufflePreprocessor", "TEEDPreprocessor", + "TTPlanet_TileGF_Preprocessor", + "TTPlanet_TileSimple_Preprocessor", "TilePreprocessor", "UniFormer-SemSegPreprocessor", "Unimatch_OptFlowPreprocessor", diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 2c6aece4..1f35083a 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -29,16 +29,6 @@ "install_type": "git-clone", "description": "For now only works with the 8 channel models 'fc' and 'fcon':\n[a/https://huggingface.co/lllyasviel/ic-light/tree/main](https://huggingface.co/lllyasviel/ic-light/tree/main)\nThe patching is unfinished and probably has compability issues with other stuff, and won't unload properly." }, - { - "author": "kijai", - "title": "ComfyUI wrapper nodes for IC-light [WIP]", - "reference": "https://github.com/kijai/ComfyUI-IC-Light-Wrapper", - "files": [ - "https://github.com/kijai/ComfyUI-IC-Light-Wrapper" - ], - "install_type": "git-clone", - "description": "work in progress Original repo: [a/https://github.com/lllyasviel/IC-Light](https://github.com/lllyasviel/IC-Light)" - }, { "author": "Levy1417", "title": "Universal-Data-Processing-Kit [UNSAFE]", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index d292e1f7..1083f8d4 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "kijai", + "title": "ComfyUI wrapper nodes for IC-light [DEPRECATED]", + "reference": "https://github.com/kijai/ComfyUI-IC-Light-Wrapper", + "files": [ + "https://github.com/kijai/ComfyUI-IC-Light-Wrapper" + ], + "install_type": "git-clone", + "description": "Stopped. Original repo: [a/https://github.com/lllyasviel/IC-Light](https://github.com/lllyasviel/IC-Light)" + }, { "author": "thedyze", "title": "Save Image Extended for ComfyUI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index af924863..3504d78b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1391,6 +1391,8 @@ "SemSegPreprocessor", "ShufflePreprocessor", "TEEDPreprocessor", + "TTPlanet_TileGF_Preprocessor", + "TTPlanet_TileSimple_Preprocessor", "TilePreprocessor", "UniFormer-SemSegPreprocessor", "Unimatch_OptFlowPreprocessor",