Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

SWivid/F5-TTS

SWivid created a comment on an issue on SWivid/F5-TTS
> Ah! It is needed to have a app.py outside? Will take care of that. try with just `infer_gradio.py` inside, will work if done `pip install -e .`

View on GitHub

PhamDangNguyen closed an issue on SWivid/F5-TTS
How can I tokenize text into the desired size using the code in this repository?
**I get an error when i run inference-cli.py with my code:** python inference-cli.py \ --model "F5-TTS" \ --ref_audio "/home/pdnguyen/TTS/F5-TTS/notebooks/data/fine-tune/wavs/chunk_2.wav" \ --r...
PhamDangNguyen created a comment on an issue on SWivid/F5-TTS
I got it. The problem may be solved. Thanks

View on GitHub

vu-the-dung created a comment on an issue on SWivid/F5-TTS
@PhamDangNguyen if you run inference-cli.py without providing your own checkpoint path in --ckpt_file, it will load F5/E2 TTS pretrained checkpoint as default https://github.com/SWivid/F5-TTS/blob...

View on GitHub

SWivid created a comment on an issue on SWivid/F5-TTS
Thought fixed with #262

View on GitHub

SWivid pushed 1 commit to main SWivid/F5-TTS
  • fix path finetune gradio (#262) * fix path * change name 33d903b

View on GitHub

SWivid closed a pull request on SWivid/F5-TTS
fix path finetune gradio
@SWivid hi i fix path to work with last update
jpgallegoar created a comment on an issue on SWivid/F5-TTS
> @jpgallegoar Hi, it's basically for sync_f5 used previous setup way We move to `pyproject.toml` and not with `requirement.txt` now > > @fakerybakery might help with the tweak things > > Ah!...

View on GitHub

SWivid created a comment on an issue on SWivid/F5-TTS
@PhamDangNguyen We have the link https://github.com/SWivid/F5-TTS?tab=readme-ov-file#news And we have mentioned the ckpt_file path in >@PhamDangNguyen have you got through training readme yet?...

View on GitHub

trialbox starred SWivid/F5-TTS
liuhui881125 created a comment on an issue on SWivid/F5-TTS
who can help me? 求教。

View on GitHub

PhamDangNguyen reopened an issue on SWivid/F5-TTS
How can I tokenize text into the desired size using the code in this repository?
**I get an error when i run inference-cli.py with my code:** python inference-cli.py \ --model "F5-TTS" \ --ref_audio "/home/pdnguyen/TTS/F5-TTS/notebooks/data/fine-tune/wavs/chunk_2.wav" \ --r...
PhamDangNguyen closed an issue on SWivid/F5-TTS
How can I tokenize text into the desired size using the code in this repository?
**I get an error when i run inference-cli.py with my code:** python inference-cli.py \ --model "F5-TTS" \ --ref_audio "/home/pdnguyen/TTS/F5-TTS/notebooks/data/fine-tune/wavs/chunk_2.wav" \ --r...
yiqianxun forked SWivid/F5-TTS

yiqianxun/F5-TTS

lpscr opened a pull request on SWivid/F5-TTS
fix path finetune gradio
@SWivid hi i fix path to work with last update
PhamDangNguyen created a comment on an issue on SWivid/F5-TTS
@SWivid This means have not pre-train check-point to load here. I still train from scratch, but architechture is F5-TTS bruh?

View on GitHub

zhihao93li starred SWivid/F5-TTS
yebin-xu starred SWivid/F5-TTS
liuhui881125 opened an issue on SWivid/F5-TTS
RuntimeError: Error(s) in loading state_dict for CFM
Download Vocos from huggingface charactr/vocos-mel-24khz vocab : /root/F5-TTS/src/f5_tts/infer/examples/vocab.txt tokenizer : custom model : /root/F5-TTS/ckpts/F5TTS_Base/model_1200000.safete...
yy710 starred SWivid/F5-TTS
PhamDangNguyen created a comment on an issue on SWivid/F5-TTS
@SWivid This mean have not pre-train check-point to load here. I still train from scratch, but architecture is F5-TTS bruh

View on GitHub

jpgallegoar created a comment on an issue on SWivid/F5-TTS
@cocktailpeanut

View on GitHub

SWivid created a comment on an issue on SWivid/F5-TTS
Ah we refer to F5/E2 TTS as pretrained model lol

View on GitHub

PhamDangNguyen created a comment on an issue on SWivid/F5-TTS
@SWivid I know you're using a pre-trained model, but currently, after reviewing the code, I haven’t found where the code loads the pre-trained model. Could you please show me? Thank you!

View on GitHub

smartheye forked SWivid/F5-TTS

smartheye/F5-TTS

quoyi starred SWivid/F5-TTS
SWivid created a comment on an issue on SWivid/F5-TTS
@jpgallegoar Hi, it's basically for sync_f5 used previous setup way We move to `pyproject.toml` and not with `requirement.txt` now @fakerybakery might help with the tweak things

View on GitHub

SWivid created a comment on an issue on SWivid/F5-TTS
@PhamDangNguyen have you got through training readme yet? https://github.com/SWivid/F5-TTS/tree/main/src/f5_tts/train

View on GitHub

PhamDangNguyen created a comment on an issue on SWivid/F5-TTS
@SWivid Is this checkpoint_path in the Trainer class? ``` self.epochs = epochs self.num_warmup_updates = num_warmup_updates self.save_per_updates = save_per_updates se...

View on GitHub

LSliu666 created a comment on an issue on SWivid/F5-TTS
Okay, thank you for your answer

View on GitHub

Load more