diff --git a/js/speech_length_calculator.js b/js/speech_length_calculator.js index 4102933..4ae44cd 100644 --- a/js/speech_length_calculator.js +++ b/js/speech_length_calculator.js @@ -101,7 +101,7 @@ app.registerExtension({ const wordCount = words.length; if (wordCount === 0 && additionalTime === 0) { - statsWidget.value = `Spoken Words: 0\nAdditional Time: 0s\nWPM = Words Per Minute\n(No text inside quotes found)\n(Wrap spoken text in "quotes" to calculate)`; + statsWidget.value = `Spoken Words: 0\nAdditional Time: 0s\nWPM = Words Per Minute\n(No text inside quotes found.)\n(Wrap spoken text in "quotes" to calculate)`; return; } @@ -129,7 +129,7 @@ app.registerExtension({ Additional Time: ${additionalTime}s WPM = Words Per Minute -------------------------------------------- -Speech Speed Time Frames +Speech Speed Length Frames Slow (100 WPM) ${slow.time.padEnd(10)} ${slow.frames} Avg (130 WPM) ${avg.time.padEnd(10)} ${avg.frames} Fast (160 WPM) ${fast.time.padEnd(10)} ${fast.frames}`; diff --git a/pyproject.toml b/pyproject.toml index a29ef28..d78def9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "WhatDreamsCost-ComfyUI" description = "A variety of custom ComfyUI nodes and workflows for creatives." -version = "1.2.0" +version = "1.2.1" license = {file = "LICENSE"} # classifiers = [ # # For OS-independent nodes (works on all operating systems)