diff --git a/nodes.py b/nodes.py index 44f834e..23bb87b 100644 --- a/nodes.py +++ b/nodes.py @@ -1473,7 +1473,7 @@ class TTS_generation: if not llm_response and not text: raise ValueError("Please provide LLM_response or enter text") - if llm_text: + if llm_response: text = llm_response language = supported_language.split("(")[1][:-1]