mrmocciai commited on
Commit
a13ee79
1 Parent(s): 7503f26

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -119,7 +119,7 @@ Copy to your colab notebook (run this before run/install requirement.txt):
119
  ```bash
120
  !apt install git-lfs
121
  !git lfs install
122
- !git clone https://huggingface.co/mocci24/Genshin-impact-models-v2
123
  ```
124
 
125
  and this
@@ -128,8 +128,8 @@ and this
128
 
129
  !git clone https://github.com/mocci24/Retrieval-based-Voice-Conversion-WebUI.git
130
  !mkdir -p /content/Retrieval-based-Voice-Conversion-WebUI/logs
131
- !cp -r /content/Genshin-impact-models-v2/req/* /content/Retrieval-based-Voice-Conversion-WebUI
132
- !mv /content/Genshin-impact-models-v2/RVC/* /content/Retrieval-based-Voice-Conversion-WebUI/logs
133
  !mv /content/Retrieval-based-Voice-Conversion-WebUI/logs/weights/* /content/Retrieval-based-Voice-Conversion-WebUI/weights
134
  %cd /content/Retrieval-based-Voice-Conversion-WebUI
135
  !mkdir -p pretrained uvr5_weights
 
119
  ```bash
120
  !apt install git-lfs
121
  !git lfs install
122
+ !git clone https://huggingface.co/mrmocciai/genshin-impact
123
  ```
124
 
125
  and this
 
128
 
129
  !git clone https://github.com/mocci24/Retrieval-based-Voice-Conversion-WebUI.git
130
  !mkdir -p /content/Retrieval-based-Voice-Conversion-WebUI/logs
131
+ !cp -r /content/genshin-impact/req/* /content/Retrieval-based-Voice-Conversion-WebUI
132
+ !mv /content/genshin-impact/model/* /content/Retrieval-based-Voice-Conversion-WebUI/logs
133
  !mv /content/Retrieval-based-Voice-Conversion-WebUI/logs/weights/* /content/Retrieval-based-Voice-Conversion-WebUI/weights
134
  %cd /content/Retrieval-based-Voice-Conversion-WebUI
135
  !mkdir -p pretrained uvr5_weights