Refreshed node IDs, positions and sizes from live session. Replaced
SaveAudio with PreviewAudio, added ref_text widget entry, updated
aux_id/ver properties.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
ComfyUI appends a hidden "fixed"/"randomize" value after every INT
named "seed". Without it the widget values were misaligned.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Compiles the model graph on first generation (~30-60s warmup) then
speeds up all subsequent generations in the session. Recommended for
audiobook pipelines. Default off.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Generate node height 340→400 to fit all 6 widgets, Voice Preset
height 80→100, SaveAudio position adjusted.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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>
Models always download to ComfyUI/models/omnivoice/ via HuggingFace.
Local path added unnecessary complexity; users who want a custom path
can symlink into the models directory.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Model Loader → Load Audio → OmniVoice Generate → Save Audio.
Connect a Whisper node to ref_text for auto-transcription.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>