From 5d3401d2741f22566b4341f941d5d12b4e2f16b5 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Wed, 25 Mar 2026 15:41:23 -0500 Subject: [PATCH 1/6] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 36a9f45..c7ab09c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ All of my nodes are created with the help of AI, so there may or may not be redu - Or download through the ComfyUI Manager. # 🔄 Recent Updates +* **v1.2.0** + * **New Node: Speech Length Calculator** + + Automatically output in realtime how long a video should be based on the dialouge. + * **v1.1.0** * Added resize_method to the Multi Image Loader node for more resize options * Added insert_mode which allows you to enter in seconds instead of frames on the LTX Sequencer node @@ -58,6 +63,13 @@ It also has a sync feature that syncs all LTX Keyframer nodes together in realti **I would recommend using the LTX Sequencer Node over this node, after further testing it seems superior in at pretty much everything. I'll leave it in just in case more people want to test it** +## Speech Length Calculator +![Speech Length Calculator GIF](https://github.com/user-attachments/assets/1ed07c7d-7d6a-48c4-92cc-8e332ebdf82b) + +A node that calculates in realtime how long a video will be based on the dialouge. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending how fast the speech is. + +If you connect another string/text node to the text_input, it will still update in realtime the length. + # 💡 Workflows LTX I2V First Last Frame 3 Stage Workflow v6 From 3d5ceed4f150bfeda855c0e1d8f1f34dec97e7d7 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Wed, 25 Mar 2026 15:44:35 -0500 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7ab09c..027e796 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ It also has a sync feature that syncs all LTX Keyframer nodes together in realti A node that calculates in realtime how long a video will be based on the dialouge. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending how fast the speech is. -If you connect another string/text node to the text_input, it will still update in realtime the length. +If you connect another string/text node to the text_input, it will still update the length in realtime. # 💡 Workflows LTX I2V First Last Frame 3 Stage Workflow v6 From 7d28c3898516140974f1bb4c6ca4f185b16ef979 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Wed, 25 Mar 2026 15:45:09 -0500 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 027e796..e9ab693 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ It also has a sync feature that syncs all LTX Keyframer nodes together in realti ## Speech Length Calculator ![Speech Length Calculator GIF](https://github.com/user-attachments/assets/1ed07c7d-7d6a-48c4-92cc-8e332ebdf82b) -A node that calculates in realtime how long a video will be based on the dialouge. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending how fast the speech is. +A node that calculates in realtime how long a video will be based on the dialogue. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending how fast the speech is. If you connect another string/text node to the text_input, it will still update the length in realtime. From 891e468307704f716984d8e647b1371aeec742de Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Wed, 25 Mar 2026 15:45:35 -0500 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9ab693..a822f4a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ It also has a sync feature that syncs all LTX Keyframer nodes together in realti ## Speech Length Calculator ![Speech Length Calculator GIF](https://github.com/user-attachments/assets/1ed07c7d-7d6a-48c4-92cc-8e332ebdf82b) -A node that calculates in realtime how long a video will be based on the dialogue. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending how fast the speech is. +A node that calculates in realtime how long a video should be based on the dialogue. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending how fast the speech is. If you connect another string/text node to the text_input, it will still update the length in realtime. From 9f48d39a40ed8727acf034b8e586a40142bdb9a5 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Wed, 25 Mar 2026 15:49:15 -0500 Subject: [PATCH 5/6] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a822f4a..6938a13 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,11 @@ It also has a sync feature that syncs all LTX Keyframer nodes together in realti ## Speech Length Calculator ![Speech Length Calculator GIF](https://github.com/user-attachments/assets/1ed07c7d-7d6a-48c4-92cc-8e332ebdf82b) -A node that calculates in realtime how long a video should be based on the dialogue. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending how fast the speech is. +This node calculates in realtime how long a video should be based on the dialogue. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending on how fast the speech is. -If you connect another string/text node to the text_input, it will still update the length in realtime. +If you connect another string/text node to the text_input, it will still update in the length in realtime. + +I kept having to play the guessing game on my own generations so I made this node to make it easier :man_shrugging: # 💡 Workflows LTX I2V First Last Frame 3 Stage Workflow v6 From 7c171a6d9e04c7a8cd775e43bf8850aaadaffad3 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Wed, 25 Mar 2026 15:55:31 -0500 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6938a13..22f0777 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ It also has a sync feature that syncs all LTX Keyframer nodes together in realti ## Speech Length Calculator ![Speech Length Calculator GIF](https://github.com/user-attachments/assets/1ed07c7d-7d6a-48c4-92cc-8e332ebdf82b) -This node calculates in realtime how long a video should be based on the dialogue. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length in frames depending on how fast the speech is. +This node calculates in realtime how long a video should be based on the dialogue. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length depending on how fast the speech is. If you connect another string/text node to the text_input, it will still update in the length in realtime.