Update nodes.py

This commit is contained in:
Sam Khoze
2024-06-19 23:36:18 +05:30
committed by GitHub
parent 128e81f63c
commit e799a89a19
+2 -2
View File
@@ -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"
}