Renamed Time to Length in display
This commit is contained in:
@@ -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}`;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user