rsxdalv / tts-generation-webui

TTS Generation Web UI (Bark, MusicGen + AudioGen, Tortoise, RVC, Vocos, Demucs, SeamlessM4T, MAGNet, StyleTTS2, MMS, Stable Audio, Mars5, F5-TTS, ParlerTTS)
https://rsxdalv.github.io/tts-generation-webui/
MIT License
1.85k stars 202 forks source link

During one-click install: "The system cannot find the path specified. 'node' is not recognized as an internal or external command," #406

Closed chanhee70 closed 1 month ago

chanhee70 commented 1 month ago

During the one-click install, I ran into this problem:

... checking for Visual Studio Build Tools installation... Visual Studio Build Tools is installed, continuing... The system cannot find the path specified. 'node' is not recognized as an internal or external command, operable program or batch file. Failed to init the app, exiting... Press any key to continue . . .

Any suggestion to solve the problem will be greatly appreciated. Thanks.

chanhee70 commented 1 month ago

Installing this seems to have solved the problem.

https://nodejs.org/en/download/prebuilt-installer

chanhee70 commented 1 month ago

Now I get this problem during the installation:

Pulling updates from tts-generation-webui

git pull remote: Enumerating objects: 3389, done. remote: Counting objects: 100% (1083/1083), done. remote: Compressing objects: 100% (566/566), done. error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8) error: 5398 bytes of body are still expected fetch-pack: unexpected disconnect while reading sideband packet fatal: early EOF fatal: fetch-pack: invalid index-pack output There was a problem while pulling updates. Aborting... Command failed with exit code 1 Failed to init the app, exiting... Press any key to continue . . .

rsxdalv commented 1 month ago

This appears to be a connection issue. I will try to make an offline mode where it still starts if it fails to get the updates, but because it still needs the models it might be difficult to run if there are any connection interruptions.

Node being missing suggests that the initial setup failed, since nodejs should be installed automatically by conda.

chanhee70 commented 1 month ago

Thank you for your help!

On Tue, Oct 29, 2024 at 5:12 AM Roberts Slisans @.***> wrote:

This appears to be a connection issue. I will try to make an offline mode where it still starts if it fails to get the updates, but because it still needs the models it might be difficult to run if there are any connection interruptions.

Node being missing suggests that the initial setup failed, since nodejs should be installed automatically by conda.

— Reply to this email directly, view it on GitHub https://github.com/rsxdalv/tts-generation-webui/issues/406#issuecomment-2443521992, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKTD7DZ2UA452WQYJS6WK3DZ547NFAVCNFSM6AAAAABQYTBQ32VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBTGUZDCOJZGI . You are receiving this because you modified the open/close state.Message ID: @.***>

chanhee70 commented 1 month ago

There seemed to be some progress, it was downloading, but then now I'm getting the following error:

Screenshot 2024-10-29 104831

Any suggestions to fix this problem would be greatly appreciated!

rsxdalv commented 1 month ago

So what the installer would do is checkout the main branch, so that git pull gets the latest from it. I'm not sure what is the status of git in your machine.

Are you on main branch? Does it know about the repository? I can give you manual commands to set it up. Also if you delete the .git folder I think it should auto fix itself.