Ethanfel
  • Joined on 2026-01-04
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 19:07:17 +02:00
14542a6b00 docs: update README with all nodes (presets, mix voices, EPUB loader)
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 19:06:42 +02:00
76118f57c3 fix: only catch ImportError in _resample torchaudio fallback
219c74d7ed fix: three bugs in OmniVoiceMixVoices
c7c7123068 feat: add OmniVoice Mix Voices node for blended speaker cloning
f8a3bebe9c feat: add seed=42 to default workflow for voice consistency
Compare 4 commits »
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 18:54:01 +02:00
8805665a22 Add seed parameter to OmniVoice Generate for consistent voice across chunks
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 18:51:45 +02:00
4c42322c6f Expand voice presets to 8 voices (3 female, 5 male)
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 18:39:16 +02:00
c109e860a8 Add transcript for Shadowheart preset (transcribed via whisper-medium)
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 18:33:53 +02:00
75e74075f5 Restore Shadowheart preset; user will transcribe via Whisper node
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 18:19:32 +02:00
8de201a4c9 Add OmniVoice Voice Preset node with two female voice samples
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 18:06:42 +02:00
d779526225 Preserve paragraph breaks in EPUB text extraction
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 18:02:57 +02:00
b52edcfd84 Remove local path option from model loader
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 18:01:20 +02:00
cd0f7aff07 Add default voice cloning workflow
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:49:26 +02:00
8d77dd6cd5 Remove torchcodec workaround; recommend Whisper node for ref_text
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:45:25 +02:00
a3fb88e559 Restore install.py for omnivoice --no-deps only
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:44:54 +02:00
dbb3207df1 Replace install.py with standard requirements.txt
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:36:07 +02:00
e8e8943692 Remove transformers upper bound cap from install.py
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:35:56 +02:00
30f46fc3ef Revert transformers cap; catch torchcodec ASR failure with clear message
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:32:52 +02:00
d6ff42dc7c Cap transformers below 5.0 to avoid torchcodec ASR crash
Ethanfel pushed to master at Ethanfel/ComfyUI-Omnivoice 2026-04-05 17:24:23 +02:00
5dfaa0b300 Replace torchaudio.save with soundfile.write; add EPUB loader node
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 17:11:40 +02:00
b430953602 feat: live loss curve preview during training
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 17:09:36 +02:00
57cd3dd4b4 fix: use load_lora for resume and remove redundant inference_mode wrapper
Ethanfel pushed to feature/lora-training at Ethanfel/ComfyUI-SelVA 2026-04-05 17:07:39 +02:00
f206a1b38c feat: add SelVA LoRA Trainer ComfyUI node