Skip to content

Commit 016746f

Browse files
committed
Documentation changes
1 parent c6c9227 commit 016746f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ cython_debug/
163163
#.idea/
164164

165165

166+
old/

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Using F5-TTS https://github.com/SWivid/F5-TTS
1010
* And a .txt file of the same name with what was said.
1111
* Press refresh to see it in the node
1212

13+
* `input/F5-TTS` `input/audio` folders will also work.
14+
1315
You can use the examples here...
1416
* [Examples voices](examples/)
1517
* [Simple workflow](examples/simple_ComfyUI_F5TTS_workflow.json)
@@ -83,7 +85,8 @@ so it's becomes...
8385

8486
### Tips...
8587

86-
* F5-TTS [cuts your voice sample off at 15 secs](https://github.com/SWivid/F5-TTS/blob/8898d05e374bcb8d3fc0b1286037e95df61f491f/src/f5_tts/infer/utils_infer.py#L315).
88+
* F5-TTS [cuts your voice sample off at 15 secs](https://github.com/SWivid/F5-TTS/blob/8898d05e374bcb8d3fc0b1286037e95df61f491f/src/f5_tts/infer/utils_infer.py#L315). It may cut off in the middle of a word and not cut the text only audio. Make sure your input samples are less than 15 secs.
89+
* If you're using the ComfyUI-Whisper node you will also need to install [ffmpeg](https://ffmpeg.org/download.html)
8790

8891

8992
### Install from git
@@ -100,4 +103,4 @@ pip install -r requirements.txt
100103

101104
### Changes
102105

103-
1.0.20: Added model\_type
106+
1.0.19: Added model\_type.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ wandb
2222
x_transformers>=1.31.14
2323
torch-time-stretch
2424
pygit2
25-
ffmpeg
2625
omegaconf

0 commit comments

Comments
 (0)