Closed chanhee70 closed 1 month ago
Installing this seems to have solved the problem.
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 . . .
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.
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: @.***>
There seemed to be some progress, it was downloading, but then now I'm getting the following error:
Any suggestions to fix this problem would be greatly appreciated!
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.
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.