From f8a3bebe9cca011743dbdb74ab1bfc4d5ef30443 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 5 Apr 2026 18:58:22 +0200 Subject: [PATCH] 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 --- workflows/voice_cloning.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/workflows/voice_cloning.json b/workflows/voice_cloning.json index 88b34e3..ebd68af 100644 --- a/workflows/voice_cloning.json +++ b/workflows/voice_cloning.json @@ -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 ] }, {