Skip to content

Commit e6cd535

Browse files
committed
BigVGAN instructions
1 parent 8588c87 commit e6cd535

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,21 @@ Then you can use prompts for different voices...
6161
```
6262

6363

64+
### BigVGAN models.
65+
66+
To use BigVGAN, you have to add a little dot to make it work with ComfyUI...
67+
68+
In the file `custom_nodes/ComfyUI-F5-TTS/F5-TTS/src/third_party/BigVGAN/bigvgan.py`
69+
70+
Add a little dot on the line at the top that says...
71+
72+
`from utils import init_weights, get_padding`
73+
74+
so it's becomes...
75+
76+
`from .utils import init_weights, get_padding`
77+
78+
6479
### Tips...
6580

6681
* 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).

0 commit comments

Comments
 (0)