York Xiang

Results 23 comments of York Xiang

I did the instructions above (after I removed my original rustc installation), and am able to compile & run the project successfully.

The way I see it, the [freetype-sys guiding page](https://github.com/PistonDevelopers/freetype-sys#for-windows-users) doesn't really show the fact that you cannot install C compilers when you install Rust. I'll make a PR to freetype-sys...

Well I tested my rustc installed in my office and it fails too.

I guess you can `find /mingw64/lib -name '*freetype*'` and then copy those files to some directory that Rust will search for. As I said above, my environment in my office...

Oh I tried this idea on my laptop first, you can see if this works for you. This time I use a Rust installation totally without MSYS2, so remember to...

Sorry it's `getting-started/bin/x86_64-pc-windows-gnu` and `getting-started/bin/i386-pc-windows-gnu`, I made a typo.

There are more img2vid and txt2vid models coming https://github.com/THUDM/CogVideo https://huggingface.co/IamCreateAI/Ruyi-Mini-7B https://github.com/Tencent/HunyuanVideo

Where is the `espeak_TextToPhonemesWithTerminator` though, it's still missing in espeak-ng

> > Where is the `espeak_TextToPhonemesWithTerminator` though, it's still missing in espeak-ng > > rhasspy/espeak-ng checkout this Thank you for your reply! But I still cannot find it there https://github.com/search?q=repo%3Arhasspy%2Fespeak-phonemizer%20espeak_TextToPhonemesWithTerminator&type=code

> > > > Where is the `espeak_TextToPhonemesWithTerminator` though, it's still missing in espeak-ng > > > > > > > > > rhasspy/espeak-ng checkout this > > > >...