diff --git a/extension-node-map.json b/extension-node-map.json index 57ef66a..93a5f5c 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -8368,7 +8368,8 @@ "https://github.com/hay86/ComfyUI_OpenVoice": [ [ "D_OpenVoice_STS", - "D_OpenVoice_TTS" + "D_OpenVoice_TTS", + "D_OpenVoice_TTS_V2" ], { "title_aux": "ComfyUI OpenVoice" @@ -9341,6 +9342,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LoadAndResizeImage", "LoadICLightUnet", "LoadResAdapterNormalization", "MaskBatchMulti", @@ -9688,6 +9690,15 @@ "title_aux": "ComfyUI-Debug" } ], + "https://github.com/liusida/ComfyUI-Login": [ + [ + "LoadImageWithPrivacy", + "RemoveImageForPrivacy" + ], + { + "title_aux": "ComfyUI-Login" + } + ], "https://github.com/ljleb/comfy-mecha": [ [ "Blocks Mecha Hyper", @@ -10590,11 +10601,14 @@ [ "DanbooruTagsTransformerBanTagsFromRegex", "DanbooruTagsTransformerComposePrompt", + "DanbooruTagsTransformerComposePromptV2", "DanbooruTagsTransformerDecode", "DanbooruTagsTransformerDecodeBySplitedParts", "DanbooruTagsTransformerGenerate", "DanbooruTagsTransformerGenerateAdvanced", "DanbooruTagsTransformerGenerationConfig", + "DanbooruTagsTransformerGetAspectRatio", + "DanbooruTagsTransformerLoader", "DanbooruTagsTransformerRearrangedByAnimagine", "DanbooruTagsTransformerRemoveTagToken" ], diff --git a/node_db/dev/custom-node-list.json b/node_db/dev/custom-node-list.json index 3c2bb30..ab3ac49 100644 --- a/node_db/dev/custom-node-list.json +++ b/node_db/dev/custom-node-list.json @@ -9,7 +9,16 @@ "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." }, - + { + "author": "liusida", + "title": "ComfyUI-Sida-Remove-Image [UNSAFE]", + "reference": "https://github.com/liusida/ComfyUI-Sida-Remove-Image", + "files": [ + "https://github.com/liusida/ComfyUI-Sida-Remove-Image" + ], + "install_type": "git-clone", + "description": "Nodes: LoadImageWithPrivacy, RemoveImage.[w/This extension is not secure because it provides the capability to delete files from arbitrary paths.]" + }, { "author": "shadowcz007", "title": "ComfyUI-PuLID [TEST]", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 57ef66a..93a5f5c 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -8368,7 +8368,8 @@ "https://github.com/hay86/ComfyUI_OpenVoice": [ [ "D_OpenVoice_STS", - "D_OpenVoice_TTS" + "D_OpenVoice_TTS", + "D_OpenVoice_TTS_V2" ], { "title_aux": "ComfyUI OpenVoice" @@ -9341,6 +9342,7 @@ "Intrinsic_lora_sampling", "JoinStringMulti", "JoinStrings", + "LoadAndResizeImage", "LoadICLightUnet", "LoadResAdapterNormalization", "MaskBatchMulti", @@ -9688,6 +9690,15 @@ "title_aux": "ComfyUI-Debug" } ], + "https://github.com/liusida/ComfyUI-Login": [ + [ + "LoadImageWithPrivacy", + "RemoveImageForPrivacy" + ], + { + "title_aux": "ComfyUI-Login" + } + ], "https://github.com/ljleb/comfy-mecha": [ [ "Blocks Mecha Hyper", @@ -10590,11 +10601,14 @@ [ "DanbooruTagsTransformerBanTagsFromRegex", "DanbooruTagsTransformerComposePrompt", + "DanbooruTagsTransformerComposePromptV2", "DanbooruTagsTransformerDecode", "DanbooruTagsTransformerDecodeBySplitedParts", "DanbooruTagsTransformerGenerate", "DanbooruTagsTransformerGenerateAdvanced", "DanbooruTagsTransformerGenerationConfig", + "DanbooruTagsTransformerGetAspectRatio", + "DanbooruTagsTransformerLoader", "DanbooruTagsTransformerRearrangedByAnimagine", "DanbooruTagsTransformerRemoveTagToken" ],