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",