diff --git a/custom-node-list.json b/custom-node-list.json index fc3476a..c462c24 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3531,6 +3531,16 @@ "install_type": "git-clone", "description": "This extension provides styler nodes for SDXL.\n\nNOTE: Due to the dynamic nature of node name definitions, ComfyUI-Manager cannot recognize the node list from this extension. The Missing nodes and Badge features are not available for this extension." }, + { + "author": "rcsaquino", + "title": "rcsaquino/comfyui-custom-nodes", + "reference": "https://github.com/rcsaquino/comfyui-custom-nodes", + "files": [ + "https://github.com/rcsaquino/comfyui-custom-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: VAE Processor, VAE Loader, Background Remover" + }, diff --git a/extension-node-map.json b/extension-node-map.json index 0d2b6de..a2d0494 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1751,6 +1751,7 @@ "PM_RatioMerge2Image", "PM_ReplaceBoxImg", "PM_RetinaFace", + "PM_Similarity", "PM_SkinRetouching", "PM_SuperColorTransfer", "PM_SuperMakeUpTransfer" @@ -4863,6 +4864,16 @@ "title_aux": "A8R8 ComfyUI Nodes" } ], + "https://github.com/rcsaquino/comfyui-custom-nodes": [ + [ + "BackgroundRemover | rcsaquino", + "VAELoader | rcsaquino", + "VAEProcessor | rcsaquino" + ], + { + "title_aux": "rcsaquino/comfyui-custom-nodes" + } + ], "https://github.com/receyuki/comfyui-prompt-reader-node": [ [ "SDBatchLoader", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f5182ca..19d079e 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -10,6 +10,16 @@ }, + { + "author": "rcsaquino", + "title": "rcsaquino/comfyui-custom-nodes", + "reference": "https://github.com/rcsaquino/comfyui-custom-nodes", + "files": [ + "https://github.com/rcsaquino/comfyui-custom-nodes" + ], + "install_type": "git-clone", + "description": "Nodes: VAE Processor, VAE Loader, Background Remover" + }, { "author": "mozman", "title": "ComfyUI_mozman_nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 0d2b6de..a2d0494 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1751,6 +1751,7 @@ "PM_RatioMerge2Image", "PM_ReplaceBoxImg", "PM_RetinaFace", + "PM_Similarity", "PM_SkinRetouching", "PM_SuperColorTransfer", "PM_SuperMakeUpTransfer" @@ -4863,6 +4864,16 @@ "title_aux": "A8R8 ComfyUI Nodes" } ], + "https://github.com/rcsaquino/comfyui-custom-nodes": [ + [ + "BackgroundRemover | rcsaquino", + "VAELoader | rcsaquino", + "VAEProcessor | rcsaquino" + ], + { + "title_aux": "rcsaquino/comfyui-custom-nodes" + } + ], "https://github.com/receyuki/comfyui-prompt-reader-node": [ [ "SDBatchLoader",