Update nodes.py
This commit is contained in:
@@ -29,7 +29,7 @@ from comfy.utils import ProgressBar
|
|||||||
from .utils import BIGMAX, DIMMAX, calculate_file_hash, get_sorted_dir_files_from_directory, get_audio, lazy_eval, hash_path, validate_path, strip_path
|
from .utils import BIGMAX, DIMMAX, calculate_file_hash, get_sorted_dir_files_from_directory, get_audio, lazy_eval, hash_path, validate_path, strip_path
|
||||||
from .llm_node import LLM_node
|
from .llm_node import LLM_node
|
||||||
from .audio_playback import PlayBackAudio
|
from .audio_playback import PlayBackAudio
|
||||||
|
from .audio_playback import SaveAudio
|
||||||
|
|
||||||
result_dir = os.path.join(folder_paths.get_output_directory(),"deepfuze")
|
result_dir = os.path.join(folder_paths.get_output_directory(),"deepfuze")
|
||||||
audio_dir = os.path.join(folder_paths.get_input_directory(),"audio")
|
audio_dir = os.path.join(folder_paths.get_input_directory(),"audio")
|
||||||
@@ -1608,6 +1608,7 @@ NODE_CLASS_MAPPINGS = {
|
|||||||
"TTS_generation":TTS_generation,
|
"TTS_generation":TTS_generation,
|
||||||
"LLM_node": LLM_node,
|
"LLM_node": LLM_node,
|
||||||
"PlayBackAudio": PlayBackAudio,
|
"PlayBackAudio": PlayBackAudio,
|
||||||
|
"SaveVideo [n-suite]":SaveAudio,
|
||||||
"DeepfuzePreview":DeepfuzePreview
|
"DeepfuzePreview":DeepfuzePreview
|
||||||
}
|
}
|
||||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||||
@@ -1616,5 +1617,6 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
|||||||
"TTS_generation":"DeepFuze TTS",
|
"TTS_generation":"DeepFuze TTS",
|
||||||
"LLM_node": "DeepFuze Openai LLM",
|
"LLM_node": "DeepFuze Openai LLM",
|
||||||
"PlayBackAudio": "Play Audio",
|
"PlayBackAudio": "Play Audio",
|
||||||
|
"SaveVideo [n-suite]":"DeepFuze Save Audio",
|
||||||
"DeepfuzePreview": "DeepFuze Padding Preview"
|
"DeepfuzePreview": "DeepFuze Padding Preview"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user