diff --git a/custom-node-list.json b/custom-node-list.json index 6b742f9..bd49ea0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2399,16 +2399,6 @@ "install_type": "git-clone", "description": "Custom AI prompt generator node for ComfyUI." }, - { - "author": "mlinmg", - "title": "LaMa Preprocessor [WIP]", - "reference": "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor", - "files": [ - "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor" - ], - "install_type": "git-clone", - "description": "A LaMa prerocessor for ComfyUI. This preprocessor finally enable users to generate coherent inpaint and outpaint prompt-free. The best results are given on landscapes, not so much in drawings/animation." - }, { "author": "kijai", "title": "KJNodes for ComfyUI", diff --git a/extension-node-map.json b/extension-node-map.json index 06c0083..8e9c055 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -6272,6 +6272,7 @@ "IPAdapterFaceID", "IPAdapterInsightFaceLoader", "IPAdapterLoadEmbeds", + "IPAdapterMS", "IPAdapterModelLoader", "IPAdapterNoise", "IPAdapterSaveEmbeds", @@ -6282,6 +6283,7 @@ "IPAdapterUnifiedLoader", "IPAdapterUnifiedLoaderCommunity", "IPAdapterUnifiedLoaderFaceID", + "IPAdapterWeights", "PrepImageForClipVision" ], { @@ -8996,15 +8998,6 @@ "title_aux": "ComfyUI_Mira" } ], - "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [ - [ - "LaMaPreprocessor", - "lamaPreprocessor" - ], - { - "title_aux": "LaMa Preprocessor [WIP]" - } - ], "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": [ [ "DimensionProviderFree modusCell", diff --git a/node_db/legacy/custom-node-list.json b/node_db/legacy/custom-node-list.json index 6f16d96..cf12997 100644 --- a/node_db/legacy/custom-node-list.json +++ b/node_db/legacy/custom-node-list.json @@ -10,6 +10,26 @@ }, + { + "author": "meimeilook", + "title": "ComfyUI_IPAdapter_plus", + "reference": "https://github.com/meimeilook/ComfyUI_IPAdapter_plus.old", + "files": [ + "https://github.com/meimeilook/ComfyUI_IPAdapter_plus.old" + ], + "install_type": "git-clone", + "description": "This repo is created to provide backward compatibility for workflows configured with the old IPAdapter." + }, + { + "author": "mlinmg", + "title": "LaMa Preprocessor [DEPRECATED]", + "reference": "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor", + "files": [ + "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor" + ], + "install_type": "git-clone", + "description": "A LaMa prerocessor for ComfyUI. This preprocessor finally enable users to generate coherent inpaint and outpaint prompt-free. The best results are given on landscapes, not so much in drawings/animation." + }, { "author": "CapsAdmin", "title": "ComfyUI-Euler-Smea-Dyn-Sampler [DEPRECATED]", @@ -70,16 +90,6 @@ "install_type": "git-clone", "description": "Proof of concent on how to use IPAdapter to control tiled upscaling. NOTE: You need to have 'ComfyUI_IPAdapter_plus' installed." }, - { - "author": "meimeilook", - "title": "ComfyUI_IPAdapter_plus", - "reference": "https://github.com/meimeilook/ComfyUI_IPAdapter_plus.old", - "files": [ - "https://github.com/meimeilook/ComfyUI_IPAdapter_plus.old" - ], - "install_type": "git-clone", - "description": "This repo is created to provide backward compatibility for workflows configured with the old IPAdapter." - }, { "author": "XINZHANG-ops", "title": "comfyui-xin-nodes [REMOVED]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 06c0083..8e9c055 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -6272,6 +6272,7 @@ "IPAdapterFaceID", "IPAdapterInsightFaceLoader", "IPAdapterLoadEmbeds", + "IPAdapterMS", "IPAdapterModelLoader", "IPAdapterNoise", "IPAdapterSaveEmbeds", @@ -6282,6 +6283,7 @@ "IPAdapterUnifiedLoader", "IPAdapterUnifiedLoaderCommunity", "IPAdapterUnifiedLoaderFaceID", + "IPAdapterWeights", "PrepImageForClipVision" ], { @@ -8996,15 +8998,6 @@ "title_aux": "ComfyUI_Mira" } ], - "https://github.com/mlinmg/ComfyUI-LaMA-Preprocessor": [ - [ - "LaMaPreprocessor", - "lamaPreprocessor" - ], - { - "title_aux": "LaMa Preprocessor [WIP]" - } - ], "https://github.com/modusCell/ComfyUI-dimension-node-modusCell": [ [ "DimensionProviderFree modusCell",