diff --git a/custom-node-list.json b/custom-node-list.json index 72efa62d..766a9d1d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3078,6 +3078,16 @@ "install_type": "git-clone", "description": "This is an Extension for ComfyUI, which moves the menu to the specified corner on startup." }, + { + "author": "Haoming02", + "title": "ComfyUI Tab Handler", + "reference": "https://github.com/Haoming02/comfyui-tab-handler", + "files": [ + "https://github.com/Haoming02/comfyui-tab-handler" + ], + "install_type": "git-clone", + "description": "This is an Extension for ComfyUI, which moves the menu to the specified corner on startup." + }, { "author": "bedovyy", "title": "ComfyUI_NAIDGenerator", @@ -3167,7 +3177,7 @@ "https://github.com/thecooltechguy/ComfyUI-MagicAnimate" ], "install_type": "git-clone", - "description": "Easily use Magic Animate within ComfyUI!\n[w/WARN: This extension requires 110GB+ disk space.]" + "description": "Easily use Magic Animate within ComfyUI!\n[w/WARN: This extension requires 15GB disk space.]" }, { "author": "knuknX", diff --git a/extension-node-map.json b/extension-node-map.json index 2e507e71..555b710a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -3167,6 +3167,7 @@ "MaskBlur+", "MaskExpandBatch+", "MaskFlip+", + "MaskFromColor+", "MaskPreview+", "ModelCompile+", "SimpleMath+", @@ -3442,7 +3443,8 @@ ], "https://github.com/glifxyz/ComfyUI-GlifNodes": [ [ - "GlifConsistencyVAE" + "GlifConsistencyDecoder", + "GlifPatchConsistencyDecoderTiled" ], { "title_aux": "ComfyUI-GlifNodes" @@ -5507,10 +5509,12 @@ "easy a1111Loader", "easy comfyLoader", "easy controlnetLoader", + "easy controlnetLoaderADV", "easy globalSeed", "easy imageInsetCrop", "easy imageSize", "easy imageSizeByLongerSide", + "easy imageSizeBySide", "easy kSampler", "easy kSamplerSDTurbo", "easy kSamplerTiled", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 6608dbb9..76893a30 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -9,6 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nRecent channel provides only the list of the latest nodes. If you want to find the complete node list, please go to the Default channel." }, + { + "author": "Haoming02", + "title": "ComfyUI Tab Handler", + "reference": "https://github.com/Haoming02/comfyui-tab-handler", + "files": [ + "https://github.com/Haoming02/comfyui-tab-handler" + ], + "install_type": "git-clone", + "description": "This is an Extension for ComfyUI, which moves the menu to the specified corner on startup." + }, { "author": "glibsonoran", "title": "Plush-for-ComfyUI", @@ -248,7 +258,7 @@ "https://github.com/thecooltechguy/ComfyUI-MagicAnimate" ], "install_type": "git-clone", - "description": "Easily use Magic Animate within ComfyUI!\n[w/WARN: This extension requires 110GB+ disk space.]" + "description": "Easily use Magic Animate within ComfyUI!\n[w/WARN: This extension requires 15GB disk space.]" }, { "author": "knuknX", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 2e507e71..555b710a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -3167,6 +3167,7 @@ "MaskBlur+", "MaskExpandBatch+", "MaskFlip+", + "MaskFromColor+", "MaskPreview+", "ModelCompile+", "SimpleMath+", @@ -3442,7 +3443,8 @@ ], "https://github.com/glifxyz/ComfyUI-GlifNodes": [ [ - "GlifConsistencyVAE" + "GlifConsistencyDecoder", + "GlifPatchConsistencyDecoderTiled" ], { "title_aux": "ComfyUI-GlifNodes" @@ -5507,10 +5509,12 @@ "easy a1111Loader", "easy comfyLoader", "easy controlnetLoader", + "easy controlnetLoaderADV", "easy globalSeed", "easy imageInsetCrop", "easy imageSize", "easy imageSizeByLongerSide", + "easy imageSizeBySide", "easy kSampler", "easy kSamplerSDTurbo", "easy kSamplerTiled",