We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebacb8 commit 1499778Copy full SHA for 1499778
F5TTS.py
@@ -16,7 +16,7 @@
16
import io
17
from comfy.utils import ProgressBar
18
from cached_path import cached_path
19
-sys.path.append(os.path.join(Install.f5TTSPath, "src"))
+sys.path.insert(0, os.path.join(Install.f5TTSPath, "src"))
20
from f5_tts.model import DiT,UNetT # noqa E402
21
from f5_tts.infer.utils_infer import ( # noqa E402
22
load_model,
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "comfyui-f5-tts"
3
description = "Text to speech with F5-TTS"
4
-version = "1.0.10"
+version = "1.0.11"
5
license = {text = "MIT License"}
6
7
[project.urls]
0 commit comments