feat: add seed=42 to default workflow for voice consistency
Sets a default seed so the voice stays consistent across all generated chunks when using the workflow as a starting point for audiobook pipelines. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
"id": 3,
|
||||
"type": "OmniVoiceGenerate",
|
||||
"pos": [420, 80],
|
||||
"size": {"0": 380, "1": 310},
|
||||
"size": {"0": 380, "1": 340},
|
||||
"flags": {},
|
||||
"order": 2,
|
||||
"mode": 0,
|
||||
@@ -53,7 +53,8 @@
|
||||
"voice_cloning",
|
||||
"",
|
||||
1.0,
|
||||
32
|
||||
32,
|
||||
42
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user