From c109e860a8ddb3dc2a92fef6a7d5d23c2d2c6055 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 5 Apr 2026 18:39:14 +0200 Subject: [PATCH] Add transcript for Shadowheart preset (transcribed via whisper-medium) Co-Authored-By: Claude Sonnet 4.6 --- nodes/voice_presets.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodes/voice_presets.py b/nodes/voice_presets.py index 31a04ad..b9bdd32 100644 --- a/nodes/voice_presets.py +++ b/nodes/voice_presets.py @@ -13,13 +13,13 @@ except ImportError: # Each entry: (url, transcript) # transcript="" means run ref_audio through a Whisper node and connect to ref_text PRESETS = { - "Nature – female, warm (F5-TTS ref)": ( + "Nature – male, warm (F5-TTS ref)": ( "https://raw.githubusercontent.com/SWivid/F5-TTS/main/src/f5_tts/infer/examples/basic/basic_ref_en.wav", "Some call me nature, others call me mother nature.", ), "Shadowheart – female, expressive (Chatterbox ref)": ( "https://storage.googleapis.com/chatterbox-demo-samples/prompts/female_shadowheart4.flac", - "", # run ref_audio → Whisper → ref_text to fill this + "That place in the distance, it's huge and dedicated to Lady Shar. It can only mean one thing. I have a hidden place close to the cloister where night orchids bloom.", ), }