diff --git a/custom-node-list.json b/custom-node-list.json index e31842b0..a2698edd 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2152,7 +2152,7 @@ "https://github.com/a1lazydog/ComfyUI-AudioScheduler" ], "install_type": "git-clone", - "description": "Nodes: LoadAudioFromPath, AudioToFFTs, BatchAmplitudeSchedule, AmplitudeSchedule." + "description": "Load mp3 files and use the audio nodes to power animations and prompt scheduling. Use with FizzNodes." }, { "author": "whatbirdisthat", @@ -2244,6 +2244,16 @@ "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": "drustan-hawk", + "title": "primitive-types", + "reference": "https://github.com/drustan-hawk/primitive-types", + "files": [ + "https://github.com/drustan-hawk/primitive-types" + ], + "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 0be1bfcb..0eaf2583 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2370,6 +2370,17 @@ "title_aux": "ComfyUI-Vextra-Nodes" } ], + "https://github.com/drustan-hawk/primitive-types": [ + [ + "float", + "int", + "string", + "string_multiline" + ], + { + "title_aux": "primitive-types" + } + ], "https://github.com/ealkanat/comfyui_easy_padding": [ [ "comfyui-easy-padding" @@ -3653,6 +3664,7 @@ "ESS Float to Number", "ESS Float to String", "ESS Float to X", + "ESS Global Envoy", "ESS Image Reward", "ESS Image Reward Auto", "ESS Image Saver with JSON", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index f8f1258d..08e3c97f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "drustan-hawk", + "title": "primitive-types", + "reference": "https://github.com/drustan-hawk/primitive-types", + "files": [ + "https://github.com/drustan-hawk/primitive-types" + ], + "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": "chflame163", "title": "ComfyUI_MSSpeech_TTS", @@ -128,7 +138,7 @@ "https://github.com/a1lazydog/ComfyUI-AudioScheduler" ], "install_type": "git-clone", - "description": "Nodes: LoadAudioFromPath, AudioToFFTs, BatchAmplitudeSchedule, AmplitudeSchedule." + "description": "Load mp3 files and use the audio nodes to power animations and prompt scheduling. Use with FizzNodes." }, { "author": "storyicon", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 0be1bfcb..0eaf2583 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2370,6 +2370,17 @@ "title_aux": "ComfyUI-Vextra-Nodes" } ], + "https://github.com/drustan-hawk/primitive-types": [ + [ + "float", + "int", + "string", + "string_multiline" + ], + { + "title_aux": "primitive-types" + } + ], "https://github.com/ealkanat/comfyui_easy_padding": [ [ "comfyui-easy-padding" @@ -3653,6 +3664,7 @@ "ESS Float to Number", "ESS Float to String", "ESS Float to X", + "ESS Global Envoy", "ESS Image Reward", "ESS Image Reward Auto", "ESS Image Saver with JSON",