hey

#1
by Hev832 - opened

well, i have my EasyGUI backup maybe you can try it

https://colab.research.google.com/drive/1UiYHNiQO9abKxShA4cgV1gwqHrWvx3Ml

Thanks, I will add the link to my README.md file, however, the purpose of this repository is to backup the source code files themselves. Not the Google Colab. But I will add your link to my Github backup! Thank you!

(However, this notebook seems pretty advanced. Not that that's a bad thing! I like it! However, it seems there's just too many cells that run, and it could confuse the noobs. I'll add yours as a secondary option for the really in depth people that really wanna tweak their models.)

I added your link here:

https://github.com/PhoenixStormJr/RVC-v2-easy-GUI-glitches-fixed

and here:

https://huggingface.co/PhoenixStormJr/RVC-Easy-GUI-BACKUP-ONLY

Thanks for the support! And do you mind if I download and tweak yours, and make it noob friendly?

sure why not :)

(I added a new feature!)

I see you've been tweaking it yourself a lot, nice! However, I promised I would tweak it, and I found a way to tweak it!

Check this edit out on Github:
https://colab.research.google.com/github/PhoenixStormJr/RVC-v2-easy-GUI-glitches-fixed/blob/main/EasyGUI_%7C_new_feature_%7C_Backup_2_9_1_Phoenix_2.ipynb

With the repository:
https://github.com/PhoenixStormJr/RVC-v2-easy-GUI-glitches-fixed/blob/main/EasyGUI_%7C_new_feature_%7C_Backup_2_9_1_Phoenix.ipynb

Here's what I changed:

I noticed the "downlaod model" cell was broken when I tried my own models, because if you add the "?download=true" to the end of a link, for example: https://huggingface.co/PhoenixStormJr/Megaman-Zero-RVC/resolve/main/Zero.zip?download=true, then it will not download. So, I forced it to download by changing a line in "INSTALL RVC ⬇️" cell at the top:

#Edited this line:
!wget -nc https://huggingface.co/PhoenixStormJr/RVC-Easy-GUI-BACKUP-ONLY/resolve/main/easyfuncs.py -O {save_path}/easyfuncs.py

Next, I SEVERELY altered the cell: "πŸ”Š LISTEN TO YOUR MODEL". I added these features:
1. Automatically detect index and .pth path
2. Automatically detect if input exists.
3. If input does not exist, you can record OR upload a file.

Let me know what you think! 😜

maybe i can try

Sign up or log in to comment