Compare commits
5 Commits
e9c947b613
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| b4c1cb2955 | |||
| 2e3c357e5a | |||
| aa986fd534 | |||
| 3fee610050 | |||
| d4638aa785 |
+2
-2
@@ -116,8 +116,8 @@ class OmniVoiceGenerate:
|
||||
),
|
||||
}),
|
||||
"speed": ("FLOAT", {
|
||||
"default": 1.0, "min": 0.1, "max": 3.0, "step": 0.1,
|
||||
"tooltip": "Playback speed multiplier. 1.0 = normal, >1.0 = faster, <1.0 = slower.",
|
||||
"default": 1.0, "min": 0.3, "max": 3.0, "step": 0.1,
|
||||
"tooltip": "Playback speed multiplier. 1.0 = normal, >1.0 = faster, <1.0 = slower. Below 0.3 produces noise and extreme VRAM usage.",
|
||||
}),
|
||||
"num_step": ("INT", {
|
||||
"default": 32, "min": 1, "max": 100,
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "comfyui-omnivoice-fel"
|
||||
description = "ComfyUI nodes for OmniVoice — multilingual zero-shot TTS with voice cloning, voice design, EPUB loading, and voice mixing."
|
||||
version = "1.0.4"
|
||||
version = "1.0.6"
|
||||
license = { text = "GPL-3.0-only" }
|
||||
dependencies = []
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
transformers>=4.40.0
|
||||
transformers>=5.3.0
|
||||
accelerate
|
||||
soundfile
|
||||
numpy
|
||||
|
||||
Reference in New Issue
Block a user