ComfyUI Node
OmniVoice EPUB Loader
A ComfyUI node in OmniVoice with 3 inputs and 3 outputs.
OmniVoice EPUB Loader
- text
- chapter_title
- chapter_list
◄epub_path►
◄chapter_start1►
◄chapter_end1►
CategoryOmniVoice
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| epub_path | STRING | Absolute path to the .epub file to load. | |
| chapter_start | INT | 11–9999 | First chapter to include (1-indexed). Clamped to valid range automatically. |
| chapter_end | INT | 11–9999 | Last chapter to include (1-indexed, inclusive). Clamped automatically. If less than chapter_start, set to chapter_start. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |
| chapter_title | STRING | — |
| chapter_list | STRING | — |