Mozer / wav2lip_extension

24 stars 5 forks source link

cannot find the path specified: 'tts_out/' #6

Open Vander1nde21 opened 6 months ago

Vander1nde21 commented 6 months ago

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'tts_out/' 127.0.0.1 - - [05/Apr/2024 20:33:10] "POST /api/wav2lip/generate/default/cuda/out HTTP/1.1" 500 -

Screenshot 2024-04-05 203321

Everytime I start a new chat with a character on silly tavern. I just get an internal server error each time it attempts to generate. Im not sure what im doing wrong. did all steps.

Mozer commented 6 months ago

Looks like I have broken something with recent updates. Will look at it in a couple of hours.

Mozer commented 6 months ago

It will take some time to make it work again. As a solution - look at my another version of wav2lip bundled with talk-llama-fast. Follow full guide there, just don't start talk-llama-wav2lip.bat. It has modified version of xtts, that will automatically start wav2lip video and works with SillyTavern without extension. And you need to remove current wav2lip_extension in silly or it will be conflicting: Silly -> Extensions -> Manage extensions -> Installed Extensions -> uncheck Wav2lip (main-e99063b)

Notice: wav2lip_extension was slower, but supported mobile phones and google colab. New talk-llama-fast wav2lip is much faster but doesn't support mobile phones and cannot be run remotely (e.g in google colab).

https://github.com/Mozer/talk-llama-fast demo video in Russian https://www.youtube.com/watch?v=ciyEsZpzbM8

Vander1nde21 commented 6 months ago

thanks i'll try that