SortAnon / ControllableTalkNet

A web app that lets you play around with TalkNet models
GNU Affero General Public License v3.0
121 stars 48 forks source link

"Reduce metallic noise" fails with "Reconstruction VQGAN failed to download" - Where to place VQGAN file? #30

Closed truenitemarez closed 1 year ago

truenitemarez commented 1 year ago

Selecting "Reduce metallic noise" gives the error "Reconstruction VQGAN failed to download"

However in the terminal, I can see the Google Drive link

**Access denied with the following error:                                                                                                                                                                                                      

        Cannot retrieve the public link of the file. You may need to change                                                                                                                                                                  
        the permission to 'Anyone with the link', or have had many accesses.                                                                                                                                                                 

You may still be able to access the file from the browser:

         https://drive.google.com/uc?id=1wlilvBtlBiAUEqqdqE0AEqo-UKx2X_cL 

**

I was able to manually download this in my browser. Where shall I put this so that ControllableTalkNet can find it? I can add a docker mount if needed.

truenitemarez commented 1 year ago

I looked through the Python code, I realise I needed it in the "models" folder, and the same with HiFi-Gan model, but also with renaming that one to "hifirec".

Perhaps a message should be shown on the web browser to indicate this?