so-vits-svc-fork
so-vits-svc-fork copied to clipboard
Colab is broken
Describe the bug
installation throws an error now, unable to install so vits svc and therefore does not recognise the commands
To Reproduce
just try and resume the training of a model on colab
Additional context
Try to resume training on colab
Version
latest
Platform
mac
Code of Conduct
- [X] I agree to follow this project's Code of Conduct.
No Duplicate
- [X] I have checked existing issues to avoid duplicates.
i get error ERROR: Failed building wheel for pyworld when installing dependencies on google colab
Do this as first steps:
!pip install pyworld==0.3.2 !pip install numpy==1.23.5
@pusemuckel888 I am trying your stuff but I don't know where to place it! Please be specific (preferably with pictures). I'm using a translation, so there may be some strange things,
@pusemuckel888 I am trying your stuff but I don't know where to place it! Please be specific (preferably with pictures). I'm using a translation, so there may be some strange things,
run my two lines like described here: https://www.freecodecamp.org/news/google-colaboratory-python-code-in-your-google-drive/
@pusemuckel888 I am trying your stuff but I don't know where to place it! Please be specific (preferably with pictures). I'm using a translation, so there may be some strange things,
Just add it above the install script You can manually adjust code
@pusemuckel888あなたの商品を試していますが、どこに気づいたらいいのかわかりません。 具体的に(できれば写真付きで)お知らせ翻訳してください。
インストールスクリプトの上に追加するだけです コードを手動で調整できます
I tried those and it didn't work, why...
After my two lines, you are trying to continue with the step "Automatic preprocessing". Instead run the first step "Check GPU".
After my two lines, you are trying to continue with the step "Automatic preprocessing". Instead run the first step "Check GPU".
!pip install pyworld==0.3.2 !pip install numpy==1.23.5 ↓ Check GPU ↓ #@title Automatic preprocessing !svc pre-resample
I tried running it this way, but could not do it with an error. It is possible that I did something wrong, but...
I have tried multiple times now and my workaround should work. Maybe after my two steps, you have to restart the runtime. After having restarted, run this two lines again and there should be no error (i.e. nored lines in the output).
In your screenshot, I can see that it installed successfully. !svc pre-processing was doing its job (2%... , 3%... ), because otherwise you would have received an error like: "svc command not found" .
If you still have errors. Copy them here or screenshot.
I have tried multiple times now and my workaround should work. Maybe after my two steps, you have to restart the runtime. After having restarted, run this two lines again and there should be no error (i.e. nored lines in the output).
In your screenshot, I can see that it installed successfully. !svc pre-processing was doing its job (2%... , 3%... ), because otherwise you would have received an error like: "svc command not found" .
If you still have errors. Copy them here or screenshot.
We were able to execute it! Thank you so much. You are a life saver!!!!