You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,21 @@ Then you can use prompts for different voices...
61
61
```
62
62
63
63
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
+
64
79
### Tips...
65
80
66
81
* 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