Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

RVC colab disconnect

Open Focus506 opened this issue 1 year ago • 19 comments

am I the only one that get disconnected when I try to run the colab version of RVC ? I try on different pc and same problem :/ It's disconnect me from the google colab during the step2b on harvest mode or during step 3 after <10 min.

Focus506 avatar Aug 29 '23 17:08 Focus506

same here, I started using RVC on Colab 3 days ago and I could do nice session with 200 epochs. now 20 epochs and cut off. And only 20 voica samples. So colab is not usable anymore :(

pniewolski avatar Aug 29 '23 21:08 pniewolski

help PLZ !!!

vovan0802ee avatar Aug 30 '23 04:08 vovan0802ee

Same.. when disconnect all runtime reset all files gone. And you must re-install all. Please fix it

Valr1e avatar Aug 30 '23 10:08 Valr1e

I think that it's a not RVC notebook but Google Colab issue. I tried to use a simplified notebook with the same result (disconnect after about 10min).

little-brother avatar Aug 30 '23 10:08 little-brother

it's google colab issue, i don't know the details, but i think they are trying to ban rvc 🤔

mocci24 avatar Aug 30 '23 10:08 mocci24

Facing the same issue, i think it has something to do with their updated policy on not allowing the following anymore: image

AbdurrehmanSubhani avatar Aug 30 '23 14:08 AbdurrehmanSubhani

Glad I am not the only one with this issue. It seems like there aren't many people complaining about it yet which makes me wonder if I am just too poor to buy a Google collab package.

JRabun517 avatar Aug 31 '23 21:08 JRabun517

I tried to run training without GUI e.g.

!mkdir /content/Retrieval-based-Voice-Conversion-WebUI/logs/myvoice
python3 /content/Retrieval-based-Voice-Conversion-WebUI/trainset_preprocess_pipeline_print.py /content/drive/MyDrive/dataset/myvoice 40000 2 /content/Retrieval-based-Voice-Conversion-WebUI/logs/myvoice False

The result is the same - disconnect after 5-10min. So it's a not the policy restriction. It looks like a repository ban.

little-brother avatar Sep 04 '23 15:09 little-brother

Same problem. Tried different accounts and different colab notebooks. Disconnected between 10 and 20 epochs

instant-high avatar Sep 05 '23 08:09 instant-high

I copied the repository on Google disk, then downloaded assets. The first attempt was to run from Google disk and it failed with an error like #441. So I run T4-session and copied RVC folder with assets to /content/RVC and finally the train was completed successfully.

My Colab has only 4 steps

# 1. Attach Google Drive
from google.colab import drive
drive.mount("/content/drive")

# 2. Copy RVC on the session machine
!cp -r /content/drive/MyDrive/RVC /content/

# 3. Install dependencies
!nvidia-smi

!apt-get -y install build-essential python3-dev ffmpeg
!pip3 install --upgrade setuptools wheel
!pip3 install --upgrade pip
!pip3 install faiss-cpu==1.7.2 fairseq gradio==3.14.0 ffmpeg ffmpeg-python praat-parselmouth pyworld numpy==1.23.5 numba==0.56.4 librosa==0.9.2
%cd /content/RVC
!pip3 install -r requirements.txt

# 4. Run UI
%cd /content/RVC
!python3 infer-web.py --colab --pycmd python3

little-brother avatar Sep 05 '23 20:09 little-brother

At the bottom of the above image: creating deep fakes.

instant-high avatar Sep 09 '23 14:09 instant-high

I think that it's a not RVC notebook but Google Colab issue. I tried to use a simplified notebook with the same result (disconnect after about 10min).

Can it be solved by buying the pro version?

SalavatNabi avatar Sep 15 '23 13:09 SalavatNabi

Facing the same issue, i think it has something to do with their updated policy on not allowing the following anymore: image

What is the point of colab if it is not going to run a program?

SalavatNabi avatar Sep 15 '23 13:09 SalavatNabi

Screenshot

instant-high avatar Sep 24 '23 09:09 instant-high

Screenshot

I bought a pro subscription, and yet.... I got an error. I lost a great deal of tokens to get 0 results.

RiniRaw avatar Sep 29 '23 18:09 RiniRaw

Will nobody help?! I have the exact same problem! Been a week now and nothing's changed. I don't have enough data to install the local version. PLEASE HELP!!!

Daviddv0601 avatar Dec 28 '23 19:12 Daviddv0601

I found this notebook on Kaggle, and it doesn't use WebUI, so it doesn't face disconnection issues on Google Colab or Kaggle.

hahunavth avatar Jan 27 '24 06:01 hahunavth

I tried to run training without GUI e.g.

!mkdir /content/Retrieval-based-Voice-Conversion-WebUI/logs/myvoice
python3 /content/Retrieval-based-Voice-Conversion-WebUI/trainset_preprocess_pipeline_print.py /content/drive/MyDrive/dataset/myvoice 40000 2 /content/Retrieval-based-Voice-Conversion-WebUI/logs/myvoice False

The result is the same - disconnect after 5-10min. So it's a not the policy restriction. It looks like a repository ban.

Because the webui code is still present it has to be fully stripped

Hedwig7s avatar Feb 16 '24 18:02 Hedwig7s

I found this notebook on Kaggle, and it doesn't use WebUI, so it doesn't face disconnection issues on Google Colab or Kaggle.

Is there an English version? Chrome doesnt translate the full page for some reason

mwamon avatar Mar 25 '24 12:03 mwamon