From e799a89a19268dd21a9a9fe0fdb513a3eef1422b Mon Sep 17 00:00:00 2001 From: Sam Khoze <68170403+SamKhoze@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:36:18 +0530 Subject: [PATCH] Update nodes.py --- nodes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes.py b/nodes.py index 932a4bb..1ce633e 100644 --- a/nodes.py +++ b/nodes.py @@ -1608,7 +1608,7 @@ NODE_CLASS_MAPPINGS = { "TTS_generation":TTS_generation, "LLM_node": LLM_node, "PlayBackAudio": PlayBackAudio, - "SaveVideo [n-suite]":SaveAudio, + "DeepFuze Save":SaveAudio, "DeepfuzePreview":DeepfuzePreview } NODE_DISPLAY_NAME_MAPPINGS = { @@ -1617,6 +1617,6 @@ NODE_DISPLAY_NAME_MAPPINGS = { "TTS_generation":"DeepFuze TTS", "LLM_node": "DeepFuze Openai LLM", "PlayBackAudio": "Play Audio", - "SaveVideo [n-suite]":"DeepFuze Save Audio", + "DeepFuze Save":"DeepFuze Save Audio", "DeepfuzePreview": "DeepFuze Padding Preview" }