diff --git a/custom-node-list.json b/custom-node-list.json index 71e3e05..3e30ff7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2234,6 +2234,16 @@ "install_type": "git-clone", "description": "Adds a configurable folder watcher that auto-converts Comfy metadata into a Civitai-friendly format for automatic resource tagging when you upload images. Oh, and it makes your UI awesome, too. 💜" }, + { + "author": "chflame163", + "title": "ComfyUI_MSSpeech_TTS", + "reference": "https://github.com/chflame163/ComfyUI_MSSpeech_TTS", + "files": [ + "https://github.com/chflame163/ComfyUI_MSSpeech_TTS" + ], + "install_type": "git-clone", + "description": "A text-to-speech plugin used under ComfyUI. It utilizes the Microsoft Speech TTS interface to convert text content into MP3 format audio files." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 733b81d..f82f4e4 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1896,6 +1896,7 @@ "HaldCLUT", "Image Caption", "ImageBorder", + "ImagePaste", "Int to String", "LoraSyntaxProcessor", "Mikey Sampler", @@ -2105,6 +2106,14 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [ + [ + "MicorsoftSpeech_TTS" + ], + { + "title_aux": "ComfyUI_MSSpeech_TTS" + } + ], "https://github.com/chibiace/ComfyUI-Chibi-Nodes": [ [ "ImageTool", @@ -2839,6 +2848,8 @@ [ "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", "BindImageListPromptList //Inspire", + "CacheBackendData //Inspire", + "CacheBackendDataNumberKey //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "Color_Preprocessor_Provider_for_SEGS //Inspire", "DWPreprocessor_Provider_for_SEGS //Inspire", @@ -2867,6 +2878,11 @@ "RegionalConditioningSimple //Inspire", "RegionalPromptColorMask //Inspire", "RegionalPromptSimple //Inspire", + "RemoveBackendData //Inspire", + "RemoveBackendDataNumberKey //Inspire", + "RetrieveBackendData //Inspire", + "RetrieveBackendDataNumberKey //Inspire", + "ShowCachedInfo //Inspire", "UnzipPrompt //Inspire", "WildcardEncode //Inspire", "XY Input: Lora Block Weight //Inspire", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index a518091..f8f1258 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "chflame163", + "title": "ComfyUI_MSSpeech_TTS", + "reference": "https://github.com/chflame163/ComfyUI_MSSpeech_TTS", + "files": [ + "https://github.com/chflame163/ComfyUI_MSSpeech_TTS" + ], + "install_type": "git-clone", + "description": "A text-to-speech plugin used under ComfyUI. It utilizes the Microsoft Speech TTS interface to convert text content into MP3 format audio files." + }, { "author": "zer0TF", "title": "Cute Comfy", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 733b81d..f82f4e4 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1896,6 +1896,7 @@ "HaldCLUT", "Image Caption", "ImageBorder", + "ImagePaste", "Int to String", "LoraSyntaxProcessor", "Mikey Sampler", @@ -2105,6 +2106,14 @@ "title_aux": "Image loader with subfolders" } ], + "https://github.com/chflame163/ComfyUI_MSSpeech_TTS": [ + [ + "MicorsoftSpeech_TTS" + ], + { + "title_aux": "ComfyUI_MSSpeech_TTS" + } + ], "https://github.com/chibiace/ComfyUI-Chibi-Nodes": [ [ "ImageTool", @@ -2839,6 +2848,8 @@ [ "AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire", "BindImageListPromptList //Inspire", + "CacheBackendData //Inspire", + "CacheBackendDataNumberKey //Inspire", "Canny_Preprocessor_Provider_for_SEGS //Inspire", "Color_Preprocessor_Provider_for_SEGS //Inspire", "DWPreprocessor_Provider_for_SEGS //Inspire", @@ -2867,6 +2878,11 @@ "RegionalConditioningSimple //Inspire", "RegionalPromptColorMask //Inspire", "RegionalPromptSimple //Inspire", + "RemoveBackendData //Inspire", + "RemoveBackendDataNumberKey //Inspire", + "RetrieveBackendData //Inspire", + "RetrieveBackendDataNumberKey //Inspire", + "ShowCachedInfo //Inspire", "UnzipPrompt //Inspire", "WildcardEncode //Inspire", "XY Input: Lora Block Weight //Inspire",